Searched refs:list_first_entry (Results 1 – 4 of 4) sorted by relevance
32 #define list_first_entry(pL, ty, member) \ macro
681 q = list_first_entry(h, struct dn_queue, ni.h); in controller()
202 #define list_first_entry(PTR, TYPE, FIELD) \ macro
843 if (list_first_entry(&(tq->tq_thread_list), taskq_thread_t, in taskq_thread_should_stop()