Searched refs:SLIST_FIRST (Results 1 – 9 of 9) sorted by relevance
70 #define SLIST_FIRST(head) ((head)->slh_first) macro73 for ((var) = SLIST_FIRST((head)); \78 SLIST_FIRST((head)) = NULL; \87 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \88 SLIST_FIRST((head)) = (elm); \94 if (SLIST_FIRST((head)) == (elm)) { \98 struct type *curelm = SLIST_FIRST((head)); \107 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
189 for (p = SLIST_FIRST(&rcp->rf_sect); p; ) { in rc_close()255 for (p = SLIST_FIRST(&rsp->rs_keys); p; ) { in rc_freesect()
158 #define SLIST_FIRST(head) ((head)->slh_first) macro161 for ((var) = SLIST_FIRST((head)); \166 for ((var) = SLIST_FIRST((head)); \171 for ((varp) = &SLIST_FIRST((head)); \176 SLIST_FIRST((head)) = NULL; \185 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \186 SLIST_FIRST((head)) = (elm); \192 if (SLIST_FIRST((head)) == (elm)) { \196 struct type *curelm = SLIST_FIRST((head)); \206 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
125 hrp = SLIST_FIRST(&hf.hfi_head); in hookeventlist()188 hfp = SLIST_FIRST(&hfh); in hookrootlist()228 wsp->walk_addr = (uintptr_t)SLIST_FIRST(&hf.hfi_head); in hookevent_stack_walk_init()
56 #undef SLIST_FIRST196 #define SLIST_FIRST(head) ((head)->slh_first) macro198 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))202 for((var) = SLIST_FIRST(head); \210 SLIST_FIRST(head) = SLIST_END(head); \
83 hl = SLIST_FIRST(hl_q); in hardlink_q_cleanup()
232 ASSERT(SLIST_FIRST(&parent->co_children)); in smb_co_rele()233 if (SLIST_FIRST(&parent->co_children)) { in smb_co_rele()
252 #define SLIST_FIRST(head) ((head)->slh_first) macro
1118 data = SLIST_FIRST(&sc->data_pool); in rt2860_send()