Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsch_generic.h54 #define QDISC_STATE_NON_EMPTY (QDISC_STATE_MISSED | \ macro
176 return !(READ_ONCE(qdisc->state) & QDISC_STATE_NON_EMPTY); in nolock_qdisc_is_empty()