Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h356 #define LIST_FIRST(head) ((head)->lh_first) macro
359 for ((var) = LIST_FIRST((head)); \
364 for ((var) = LIST_FIRST((head)); \
369 LIST_FIRST((head)) = NULL; \
389 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
390 LIST_FIRST((head))->field.le_prev = \
392 LIST_FIRST((head)) = (elm); \
393 (elm)->field.le_prev = &LIST_FIRST((head)); \