Searched refs:_q_entry (Results 1 – 1 of 1) sorted by relevance
1128 #define q_list_push_head(_q_list, _q_entry) \ argument1139 *((_q_list)->head) = (_q_entry); \1160 #define q_list_push_tail(_q_list, _q_entry) \ argument1163 *(_q_list)->tail = (_q_entry); \