Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
253 if (STAILQ_EMPTY(&fadv_list)) { in flowadv_thread_cont()
/xnu-12377.61.12/bsd/sys/
H A Dqueue.h357 if (!STAILQ_EMPTY((head2))) { \
364 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
405 (STAILQ_EMPTY((head)) ? \
459 if (STAILQ_EMPTY(head1)) \
461 if (STAILQ_EMPTY(head2)) \
/xnu-12377.61.12/tests/unit/mocks/
H A Dmock_dynamic.h279 T_QUIET; T_ASSERT_TRUE( STAILQ_EMPTY(&_T_MOCK_CALL_LST(type_name)), \
/xnu-12377.61.12/osfmk/kdp/output_stages/
H A Dout_shmem.c378 while (STAILQ_EMPTY(&free_hw_shmem_dbg_bufs)) { in shmem_dbg_get_buffer()
431 while (!STAILQ_EMPTY(&hw_shmem_dbg_bufs_to_flush) || in shmem_stage_outproc()
/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched_fq_codel.c322 (STAILQ_EMPTY(&(_fcl_)->fcl_new_flows) && \
323 STAILQ_EMPTY(&(_fcl_)->fcl_old_flows))
1212 ASSERT(STAILQ_EMPTY(&fq_dqlist_head)); in fq_if_dequeue_common()
1522 VERIFY(STAILQ_EMPTY(&fq_cl->fcl_new_flows)); in fq_if_purge_classq()
1523 VERIFY(STAILQ_EMPTY(&fq_cl->fcl_old_flows)); in fq_if_purge_classq()
1550 VERIFY(STAILQ_EMPTY(&fqs->fqs_fclist)); in fq_if_purge()
2605 if (!STAILQ_EMPTY(&fq_cl->fcl_old_flows)) { in fq_if_dequeue_class()
2607 } else if (!STAILQ_EMPTY(&temp_stailq)) { in fq_if_dequeue_class()
/xnu-12377.61.12/libkern/os/
H A Dlog_queue.c367 return STAILQ_EMPTY(&lq->lq_log_list) && STAILQ_EMPTY(&lq->lq_dispatch_list); in log_queue_empty()
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus.c1669 if (STAILQ_EMPTY(&nxprov->nxprov_nx_head)) { in nxprov_close()
2077 if (STAILQ_EMPTY(&nx->nx_ch_head)) { in nx_close()
2129 ASSERT(STAILQ_EMPTY(&nx->nx_ch_head)); in nx_detach()
2130 ASSERT(STAILQ_EMPTY(&nx->nx_ch_nonxref_head)); in nx_detach()
2149 if (STAILQ_EMPTY(&nxprov->nxprov_nx_head) && in nx_detach()
2233 ASSERT(STAILQ_EMPTY(&nx->nx_ch_head)); in nx_free()
2234 ASSERT(STAILQ_EMPTY(&nx->nx_ch_nonxref_head)); in nx_free()
2247 ASSERT(STAILQ_EMPTY(&nx->nx_ch_if_adv_head)); in nx_free()
H A Dnexus_kern.c95 ASSERT(STAILQ_EMPTY(&nexus_domains)); in nxdom_attach_all()
144 ASSERT(STAILQ_EMPTY(&nexus_domains)); in nxdom_detach_all()
/xnu-12377.61.12/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.c871 ASSERT(STAILQ_EMPTY(&nif->nif_llink_list)); in nx_netif_llink_fini()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel.c1792 if (STAILQ_EMPTY(&nx->nx_ch_if_adv_head)) { in ch_close_common()
1838 if (STAILQ_EMPTY(&nx->nx_ch_head) && in ch_close_common()
1840 ASSERT(STAILQ_EMPTY(&nx->nx_ch_if_adv_head)); in ch_close_common()
2337 bool enable_adv = STAILQ_EMPTY(&nx->nx_ch_if_adv_head); in ch_configure_interface_advisory_event()
2352 if (STAILQ_EMPTY(&nx->nx_ch_if_adv_head)) { in ch_configure_interface_advisory_event()
/xnu-12377.61.12/bsd/pthread/
H A Dpthread_workqueue.c1442 if (!STAILQ_EMPTY(&wq->wq_cooperative_queue[bucket])) { in workq_has_cooperative_thread_requests()
1502 if (!STAILQ_EMPTY(&wq->wq_cooperative_queue[bucket])) { in _wq_cooperative_queue_refresh_best_req_qos()
1597 !STAILQ_EMPTY(&wq->wq_cooperative_queue[bucket])) { in workq_cooperative_allowance()
4120 assert(!STAILQ_EMPTY(&wq->wq_cooperative_queue[bucket])); in workq_cooperative_queue_best_req()