Home
last modified time | relevance | path

Searched refs:STAILQ_EMPTY (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/rk2206/hardware/include/sys/
H A Dqueue.h261 if (!STAILQ_EMPTY((head2))) { \
268 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
316 (STAILQ_EMPTY((head)) ? NULL : __containerof((head)->stqh_last, struct type, (field).stqe_next))
353 if (STAILQ_EMPTY(head1)) \
355 if (STAILQ_EMPTY(head2)) \

Completed in 1 milliseconds