Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dqueue.h365 #define STAILQ_FIRST(head) ((head)->stqh_first) macro
368 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 …]
/xnu-8796.141.3/libkern/kxld/
H A Dkxld_array.c112 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()
/xnu-8796.141.3/bsd/net/
H A Dflowadv.c191 fce = STAILQ_FIRST(&fadv_list); in flowadv_thread_cont()
/xnu-8796.141.3/osfmk/kdp/output_stages/
H A Dout_shmem.c199 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()
/xnu-8796.141.3/osfmk/kdp/
H A Dkdp_core.c274 struct kdp_output_stage *first_stage = STAILQ_FIRST(&vars->kcos_out_stage); in kdp_core_output()
777 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_update_header()
848 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_seek_to_next_file()
864 struct kdp_output_stage *first_stage = STAILQ_FIRST(&outstate->kcos_out_stage); in kern_dump_write_public_key()
1082 first_stage = STAILQ_FIRST(&outstate.kcos_out_stage); in do_kern_dump()
/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter.c110 f = STAILQ_FIRST(&nif->nif_filter_list); in nx_netif_filter_inject()
/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dnexus_kern.c2295 nxdom_prov = STAILQ_FIRST(&nxprov_detaching_head); in nxprov_detaching_dequeue()
2340 ASSERT(STAILQ_FIRST(&nxprov_detaching_head) != NULL); in nxprov_detacher_cont()
/xnu-8796.141.3/bsd/pthread/
H A Dpthread_workqueue.c1664 __assert_only workq_threadreq_t head = STAILQ_FIRST(bucket); in workq_threadreq_dequeue()
3820 return STAILQ_FIRST(&wq->wq_cooperative_queue[bucket]); in workq_cooperative_queue_best_req()
/xnu-8796.141.3/bsd/kern/
H A Duipc_socket.c452 *so = STAILQ_FIRST(&so_cache_head); in cached_sock_alloc()
572 p = STAILQ_FIRST(&so_cache_head); in so_cache_timer()