Lines Matching defs:head
46 queue_entry_t head; member
94 queue_entry_t head = circle_queue_first(cq); in circle_enqueue_tail() local
245 #define cqe_foreach(qe, head) \ argument
263 #define cqe_foreach_safe(qe, head) \ argument
283 #define cqe_foreach_element(elt, head, field) \ argument
306 #define cqe_foreach_element_safe(elt, head, field) \ argument
313 #define cqe_dequeue_head(head, type, field) ({ \ argument
322 #define cqe_dequeue_tail(head, type, field) ({ \ argument
331 #define cqe_queue_first(head, type, field) ({ \ argument
340 #define cqe_queue_next(elt, head, type, field) ({ \ argument
349 #define cqe_queue_last(head, type, field) ({ \ argument