Home
last modified time | relevance | path

Searched refs:QUEUE_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_base.c1914 #define QUEUE_ACTIVE(QP) ((QP)->q_flags & OP_PENDING) macro
1953 if (!QUEUE_ACTIVE(ngq)) { in ng_dequeue()
2148 if (QUEUE_ACTIVE(ngq) && NEXT_QUEUED_ITEM_CAN_PROCEED(ngq))
2324 if (QUEUE_ACTIVE(ngq)) { in ng_snd_item()
2326 if (QUEUE_ACTIVE(ngq) && NEXT_QUEUED_ITEM_CAN_PROCEED(ngq)) in ng_snd_item()
/f-stack/lib/
H A Dff_ng_base.c1921 #define QUEUE_ACTIVE(QP) ((QP)->q_flags & OP_PENDING) macro
1960 if (!QUEUE_ACTIVE(ngq)) { in ng_dequeue()
2155 if (QUEUE_ACTIVE(ngq) && NEXT_QUEUED_ITEM_CAN_PROCEED(ngq))
2341 if (QUEUE_ACTIVE(ngq)) { in ng_snd_item()
2343 if (QUEUE_ACTIVE(ngq) && NEXT_QUEUED_ITEM_CAN_PROCEED(ngq)) in ng_snd_item()