Searched refs:STAILQ_FIRST (Results 1 – 10 of 10) sorted by relevance
365 #define STAILQ_FIRST(head) ((head)->stqh_first) macro368 for((var) = STAILQ_FIRST((head)); \374 for ((var) = STAILQ_FIRST((head)); \379 STAILQ_FIRST((head)) = NULL; \380 (head)->stqh_last = &STAILQ_FIRST((head)); \390 if ((STAILQ_NEXT((elm), field) = STAILQ_FIRST((head))) == NULL) \392 STAILQ_FIRST((head)) = (elm); \417 if (STAILQ_FIRST((head)) == (elm)) { \421 struct type *curelm = STAILQ_FIRST((head)); \432 if ((STAILQ_FIRST((head)) = \[all …]
112 dstpool = STAILQ_FIRST(&array->pools); in kxld_array_init()148 pool = STAILQ_FIRST(&array->pools); in array_init()237 dstpool = STAILQ_FIRST(&dstarray->pools); in kxld_array_copy()470 pool = STAILQ_FIRST(&array->pools); in kxld_array_remove()
191 fce = STAILQ_FIRST(&fadv_list); in flowadv_thread_cont()
199 data->currently_flushing_buf = STAILQ_FIRST(&hw_shmem_dbg_bufs_to_flush); in shmem_dbg_process_buffers()250 data->currently_filling_buf = STAILQ_FIRST(&free_hw_shmem_dbg_bufs); in shmem_dbg_get_buffer()
276 struct kdp_output_stage *first_stage = STAILQ_FIRST(&vars->kcos_out_stage); in kdp_core_output()790 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_update_header()861 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_seek_to_next_file()877 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_write_public_key()1095 first_stage = STAILQ_FIRST(&outstate.kcos_out_stage); in do_kern_dump()
110 f = STAILQ_FIRST(&nif->nif_filter_list); in nx_netif_filter_inject()
2295 nxdom_prov = STAILQ_FIRST(&nxprov_detaching_head); in nxprov_detaching_dequeue()2340 ASSERT(STAILQ_FIRST(&nxprov_detaching_head) != NULL); in nxprov_detacher_cont()
1673 __assert_only workq_threadreq_t head = STAILQ_FIRST(bucket); in workq_threadreq_dequeue()3849 return STAILQ_FIRST(&wq->wq_cooperative_queue[bucket]); in workq_cooperative_queue_best_req()
454 *so = STAILQ_FIRST(&so_cache_head); in cached_sock_alloc()574 p = STAILQ_FIRST(&so_cache_head); in so_cache_timer()
11132 while ((obj = STAILQ_FIRST(head))) { in zone_gc_stress_test_free_n()