Searched refs:QUEUE_PREV_NEXT (Results 1 – 1 of 1) sorted by relevance
26 #define QUEUE_PREV_NEXT(q) (QUEUE_NEXT(QUEUE_PREV(q))) macro54 QUEUE_PREV_NEXT(h) = QUEUE_NEXT(n); \57 QUEUE_PREV_NEXT(h) = (h); \64 QUEUE_PREV_NEXT(n) = (n); \67 QUEUE_PREV_NEXT(h) = (h); \96 QUEUE_PREV_NEXT(q) = (q); \103 QUEUE_PREV_NEXT(q) = QUEUE_NEXT(q); \