| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 481 VERIFY(SLIST_EMPTY(&up_head)); in nd6_if_prproxy() 482 VERIFY(SLIST_EMPTY(&down_head)); in nd6_if_prproxy() 813 VERIFY(SLIST_EMPTY(&up_head)); in nd6_prproxy_prelist_update() 814 VERIFY(SLIST_EMPTY(&down_head)); in nd6_prproxy_prelist_update() 974 VERIFY(SLIST_EMPTY(&ndprl_head)); in nd6_prproxy_ns_output() 1113 VERIFY(SLIST_EMPTY(&ndprl_head)); in nd6_prproxy_ns_input() 1270 VERIFY(SLIST_EMPTY(&ndprl_head)); in nd6_prproxy_na_input()
|
| H A D | ip6_output.c | 361 if (SLIST_EMPTY(&m0->m_pkthdr.tags)) { in ip6_output_list() 531 if (!SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip6_output_list()
|
| H A D | mld6.c | 260 VERIFY(SLIST_EMPTY(_head)); \
|
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 343 ASSERT(SLIST_EMPTY(&lft->lft_flow_list)); in netif_flow_list_table_free() 873 ASSERT(SLIST_EMPTY(&nif->nif_flow_list)); in nx_netif_flow_fini()
|
| H A D | nx_netif_netagent.c | 1031 ASSERT(SLIST_EMPTY(&nif->nif_agent_flow_list)); in nx_netif_agent_fini()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/ |
| H A D | nexus_traffic_rule.c | 576 ASSERT(SLIST_EMPTY(&rs->rs_list)); in nxctl_traffic_rule_storage_destroy() 777 ASSERT(SLIST_EMPTY(&rs->ris_if_list)); in inet_traffic_rule_storage_destroy() 805 ASSERT(SLIST_EMPTY(&rif->rii_lists[i])); in inet_traffic_rule_if_destroy()
|
| /xnu-10063.141.1/bsd/kern/code_signing/ |
| H A D | txm.c | 119 while (SLIST_EMPTY(&thread_stacks_head) == true) { in acquire_thread_stack() 127 if (SLIST_EMPTY(&thread_stacks_head) == true) { in acquire_thread_stack()
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | turnstile.c | 366 return SLIST_EMPTY(&ts->ts_free_turnstiles); in turnstile_freelist_empty() 411 assert(!SLIST_EMPTY(&ts->ts_free_turnstiles)); in turnstile_freelist_remove() 886 assert(SLIST_EMPTY(&turnstile->ts_free_turnstiles)); in turnstile_deallocate() 909 assert(SLIST_EMPTY(&turnstile->ts_free_turnstiles)); in turnstile_deallocate_safe()
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | tcp_subr.c | 3678 if (SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_rxtseg_insert() 3766 if (SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_rxtseg_find() 3787 if (SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_rxtseg_set_spurious() 3830 if (SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_rxtseg_detect_bad_rexmt() 4335 VERIFY(SLIST_EMPTY(&tp->t_notify_ack)); in tcp_add_notify_ack_marker() 4348 if (SLIST_EMPTY(&tp->t_notify_ack)) { in tcp_notify_ack_free() 4421 if (!SLIST_EMPTY(&tp->t_notify_ack)) { in tcp_notify_ack_active()
|
| H A D | ip_input.c | 956 if (SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_input_first_pass() 1005 if (!SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_input_first_pass() 1744 if (SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_input() 1780 if (!SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_input()
|
| H A D | ip_output.c | 382 if (SLIST_EMPTY(&m0->m_pkthdr.tags)) { in ip_output_list() 527 if (!SLIST_EMPTY(&m->m_pkthdr.tags)) { in ip_output_list()
|
| H A D | tcp_var.h | 762 if (!SLIST_EMPTY(&tp->t_rxt_segments)) \
|
| H A D | tcp_input.c | 3158 if (!SLIST_EMPTY(&tp->t_rxt_segments) && in tcp_input() 3170 if (!SLIST_EMPTY(&tp->t_notify_ack)) { in tcp_input() 5235 if (!SLIST_EMPTY(&tp->t_rxt_segments) && in tcp_input() 5247 if (!SLIST_EMPTY(&tp->t_notify_ack)) { in tcp_input()
|
| H A D | igmp.c | 312 VERIFY(SLIST_EMPTY(_head)); \
|
| H A D | tcp_output.c | 759 if (!SLIST_EMPTY(&tp->t_rxt_segments)) { in tcp_output()
|
| H A D | flow_divert.c | 3396 while (!SLIST_EMPTY(&tmp_list)) { in flow_divert_close_all()
|
| /xnu-10063.141.1/bsd/skywalk/mem/ |
| H A D | skmem_cache.c | 878 ASSERT(SLIST_EMPTY(&skm->skm_hash_table[i].bcb_head)); in skmem_cache_destroy() 1228 if (SLIST_EMPTY(&sl->sl_head)) { in skmem_slab_alloc_locked() 2787 ASSERT(SLIST_EMPTY(&bcb->bcb_head)); in skmem_cache_hash_rescale()
|
| H A D | skmem_arena.c | 1431 ASSERT(SLIST_EMPTY(&ar->ar_map_head)); in skmem_arena_free()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | queue.h | 265 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
|
| /xnu-10063.141.1/security/ |
| H A D | mac_base.c | 548 if (SLIST_EMPTY(&mle->mle_listeners)) { in mac_policy_removefrom_labellist()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | tty.c | 3327 if (!(SLIST_EMPTY(&tp->t_rsel.si_note) && SLIST_EMPTY(&tp->t_wsel.si_note))) { in ttydeallocate()
|
| H A D | kern_event.c | 6257 int ret = SLIST_EMPTY(list); in knote_attach() 6273 return SLIST_EMPTY(list); in knote_detach()
|
| /xnu-10063.141.1/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 1436 ASSERT(SLIST_EMPTY(&pp->pp_u_hash_table[i].upp_head)); in pp_destroy_upp_locked() 1811 ASSERT(SLIST_EMPTY(&pp->pp_u_bft_hash_table[i].upp_head)); in pp_destroy_upp_bft_locked()
|
| /xnu-10063.141.1/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 953 assert(SLIST_EMPTY(&fArenaHead)); in free()
|
| /xnu-10063.141.1/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 1291 VERIFY(SLIST_EMPTY(&fqs->fqs_flows[i])); in fq_if_purge()
|