Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/sys/
Dqueue.h164 #define SLIST_FIRST(head) ((head)->slh_first) macro
167 for ((var) = SLIST_FIRST((head)); \
172 for ((var) = SLIST_FIRST((head)); \
177 for ((varp) = &SLIST_FIRST((head)); \
182 SLIST_FIRST((head)) = NULL; \
191 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
192 SLIST_FIRST((head)) = (elm); \
198 if (SLIST_FIRST((head)) == (elm)) { \
202 struct type *curelm = SLIST_FIRST((head)); \
211 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), \