Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dflowadv.c143 if (STAILQ_EMPTY(fcl)) { in flowadv_add()
150 VERIFY(!STAILQ_EMPTY(&fadv_list)); in flowadv_add()
164 VERIFY(!STAILQ_EMPTY(&fadv_list)); in flowadv_add_entry()
179 while (STAILQ_EMPTY(&fadv_list)) { in flowadv_thread_cont()
190 VERIFY(!STAILQ_EMPTY(&fadv_list)); in flowadv_thread_cont()
252 if (STAILQ_EMPTY(&fadv_list)) { in flowadv_thread_cont()
/xnu-10063.141.1/bsd/sys/
H A Dqueue.h356 if (!STAILQ_EMPTY((head2))) { \
363 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
404 (STAILQ_EMPTY((head)) ? \
458 if (STAILQ_EMPTY(head1)) \
460 if (STAILQ_EMPTY(head2)) \
/xnu-10063.141.1/osfmk/kdp/output_stages/
H A Dout_shmem.c243 while (STAILQ_EMPTY(&free_hw_shmem_dbg_bufs)) { in shmem_dbg_get_buffer()
282 while (!STAILQ_EMPTY(&hw_shmem_dbg_bufs_to_flush) || in shmem_stage_outproc()
/xnu-10063.141.1/bsd/net/pktsched/
H A Dpktsched_fq_codel.c191 (STAILQ_EMPTY(&(_fcl_)->fcl_new_flows) && \
192 STAILQ_EMPTY(&(_fcl_)->fcl_old_flows))
953 ASSERT(STAILQ_EMPTY(&fq_dqlist_head)); in fq_if_dequeue_classq_multi_common()
1258 VERIFY(STAILQ_EMPTY(&fq_cl->fcl_new_flows)); in fq_if_purge_classq()
1259 VERIFY(STAILQ_EMPTY(&fq_cl->fcl_old_flows)); in fq_if_purge_classq()
1286 VERIFY(STAILQ_EMPTY(&fqs->fqs_fclist)); in fq_if_purge()
2259 if (!STAILQ_EMPTY(&fq_cl->fcl_old_flows)) { in fq_if_dequeue()
2261 } else if (!STAILQ_EMPTY(&temp_stailq)) { in fq_if_dequeue()
/xnu-10063.141.1/libkern/os/
H A Dlog_queue.c332 return STAILQ_EMPTY(&lq->lq_log_list) && STAILQ_EMPTY(&lq->lq_dispatch_list); in log_queue_empty()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus.c1636 if (STAILQ_EMPTY(&nxprov->nxprov_nx_head)) { in nxprov_close()
2043 if (STAILQ_EMPTY(&nx->nx_ch_head)) { in nx_close()
2095 ASSERT(STAILQ_EMPTY(&nx->nx_ch_head)); in nx_detach()
2096 ASSERT(STAILQ_EMPTY(&nx->nx_ch_nonxref_head)); in nx_detach()
2115 if (STAILQ_EMPTY(&nxprov->nxprov_nx_head) && in nx_detach()
2193 ASSERT(STAILQ_EMPTY(&nx->nx_ch_head)); in nx_free()
2194 ASSERT(STAILQ_EMPTY(&nx->nx_ch_nonxref_head)); in nx_free()
2207 ASSERT(STAILQ_EMPTY(&nx->nx_ch_if_adv_head)); in nx_free()
H A Dnexus_kern.c96 ASSERT(STAILQ_EMPTY(&nexus_domains)); in nxdom_attach_all()
148 ASSERT(STAILQ_EMPTY(&nexus_domains)); in nxdom_detach_all()
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter.c371 ASSERT(STAILQ_EMPTY(&nif->nif_filter_list)); in nx_netif_filter_fini()
H A Dnx_netif_llink.c844 ASSERT(STAILQ_EMPTY(&nif->nif_llink_list)); in nx_netif_llink_fini()
/xnu-10063.141.1/bsd/skywalk/channel/
H A Dchannel.c1790 if (STAILQ_EMPTY(&nx->nx_ch_if_adv_head)) { in ch_close_common()
1836 if (STAILQ_EMPTY(&nx->nx_ch_head) && in ch_close_common()
1838 ASSERT(STAILQ_EMPTY(&nx->nx_ch_if_adv_head)); in ch_close_common()
2335 bool enable_adv = STAILQ_EMPTY(&nx->nx_ch_if_adv_head); in ch_configure_interface_advisory_event()
2350 if (STAILQ_EMPTY(&nx->nx_ch_if_adv_head)) { in ch_configure_interface_advisory_event()
/xnu-10063.141.1/bsd/pthread/
H A Dpthread_workqueue.c1396 if (!STAILQ_EMPTY(&wq->wq_cooperative_queue[bucket])) { in workq_has_cooperative_thread_requests()
1457 if (!STAILQ_EMPTY(&wq->wq_cooperative_queue[bucket])) { in _wq_cooperative_queue_refresh_best_req_qos()
1552 !STAILQ_EMPTY(&wq->wq_cooperative_queue[bucket])) { in workq_cooperative_allowance()
3847 assert(!STAILQ_EMPTY(&wq->wq_cooperative_queue[bucket])); in workq_cooperative_queue_best_req()
/xnu-10063.141.1/bsd/kern/
H A Duipc_socket.c451 if (!STAILQ_EMPTY(&so_cache_head)) { in cached_sock_alloc()
572 while (!STAILQ_EMPTY(&so_cache_head)) { in so_cache_timer()
592 if (!STAILQ_EMPTY(&so_cache_head)) { in so_cache_timer()