>From 4e1157502e94beeef363808e627acd2882e0aac0 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 15 Jan 2017 20:36:28 +0900 Subject: [PATCH 8/8] SMPdesign: Add another shortcut of extdash Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- SMPdesign/partexercises.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMPdesign/partexercises.tex b/SMPdesign/partexercises.tex index 3431d2a..1c19a8a 100644 --- a/SMPdesign/partexercises.tex +++ b/SMPdesign/partexercises.tex @@ -440,7 +440,7 @@ shows the implementation of the enqueue and dequeue functions.\footnote{ Discussion will focus on the left-hand operations, as the right-hand operations are trivially derived from them. -Lines~1-13 show \co{pdeq_pop_l()}, which left-dequeues and returns +Lines~1-13 show \co{pdeq_pop_l()}, which left\-/dequeues and returns an element if possible, returning \co{NULL} otherwise. Line~6 acquires the left-hand spinlock, and line~7 computes the index to be dequeued from. -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html