Searched refs:QDISC_STATE_NON_EMPTY (Results 1 – 2 of 2) sorted by relevance
53 #define QDISC_STATE_NON_EMPTY (QDISC_STATE_MISSED | \ macro166 return !(READ_ONCE(qdisc->state) & QDISC_STATE_NON_EMPTY); in nolock_qdisc_is_empty()
762 READ_ONCE(qdisc->state) & QDISC_STATE_NON_EMPTY) { in pfifo_fast_dequeue()