Home
last modified time | relevance | path

Searched refs:LIST_EMPTY (Results 1 – 25 of 26) sorted by relevance

12

/xnu-10063.141.1/bsd/net/
H A Diptap.c228 if (LIST_EMPTY(&iptap_list)) { in iptap_clone_create()
434 if (LIST_EMPTY(&iptap_list)) { in iptap_detach()
H A Dremote_vif.c237 if (LIST_EMPTY(&_s_rvi_clients)) { in rvi_insert_client()
H A Dbridgestp.c2234 if (LIST_EMPTY(&bs->bs_bplist) || mif == NULL) { in bstp_reinit()
2306 KASSERT(LIST_EMPTY(&bs->bs_bplist), ("bstp still active")); in bstp_detach()
H A Dnecp_client.c1280 if (LIST_EMPTY(&necp_collect_stats_flow_list)) { in necp_collect_stats_client_callout()
1537 if (LIST_EMPTY(&necp_fd_observer_list)) { in necp_client_update_observer_add()
1556 if (LIST_EMPTY(&necp_fd_observer_list)) { in necp_client_update_observer_update()
1575 if (LIST_EMPTY(&necp_fd_observer_list)) { in necp_client_update_observer_remove()
1738 if (!LIST_EMPTY(defunct_list)) { in necp_process_defunct_list()
1769 ASSERT(LIST_EMPTY(defunct_list)); in necp_process_defunct_list()
1845 ASSERT(LIST_EMPTY(&fd_data->stats_arena_list)); in necpop_close()
7521 (fd_data->stats_arena_active == NULL && !LIST_EMPTY(&fd_data->stats_arena_list))) { in necp_client_remove()
H A Dif_vlan.c884 return LIST_EMPTY(&vlp->vlp_vlan_list); in vlan_parent_no_vlans()
H A Dpf_norm.c423 VERIFY(LIST_EMPTY(&frag->fr_cache) || in pf_free_fragment()
H A Dnecp.c181 if (LIST_EMPTY((head)) || (LIST_FIRST(head)->sortfield >= (elm)->sortfield)) { \
194 …if (LIST_EMPTY((head)) || (LIST_FIRST(head)->firstsortfield > (elm)->firstsortfield) || ((LIST_FIR…
207 …if (LIST_EMPTY((head)) || (LIST_FIRST(head)->firstsortfield > (elm)->firstsortfield) || ((LIST_FIR…
H A Dif.c5220 if (LIST_EMPTY(&ifp->if_multiaddrs)) { in if_detach_ifma()
H A Ddlil.c9036 VERIFY(LIST_EMPTY(&ifp->if_multiaddrs)); in ifnet_attach()
9248 if (!LIST_EMPTY(&ifp->if_multiaddrs)) { in ifnet_attach()
/xnu-10063.141.1/osfmk/kern/
H A Dhv_io_notifier.c256 while (!LIST_EMPTY(&grp->list)) { in hv_io_notifier_grp_free()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_bio.c1638 while (!LIST_EMPTY(&local_iterblkhd)) { in buf_iterate()
1695 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd)) { in buf_invalidateblks()
1712 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd)) { in buf_invalidateblks()
1722 while (!LIST_EMPTY(&local_iterblkhd)) { in buf_invalidateblks()
1797 while (!LIST_EMPTY(&local_iterblkhd)) { in buf_invalidateblks()
1902 while (!LIST_EMPTY(&local_iterblkhd)) { in buf_flushdirtyblks_skipinfo()
1996 if (LIST_EMPTY(listheadp)) { in buf_iterprepare()
2025 while (!LIST_EMPTY(iterheadp)) { in buf_itercomplete()
H A Dvfs_vnops.c1831 if (FILEGLOB_DTYPE(fg) == DTYPE_VNODE && !LIST_EMPTY(&vp->v_leases)) { in vn_closefile()
H A Dvfs_subr.c2492 && (!LIST_EMPTY(&vp->v_cleanblkhd) || !LIST_EMPTY(&vp->v_dirtyblkhd))) { in vnode_list_add()
5433 if (!LIST_EMPTY(&vp->v_nclinks) || !TAILQ_EMPTY(&vp->v_ncchildren)) { in process_vp()
6873 if (__improbable(!LIST_EMPTY(&vp->v_leases))) { in vnode_reclaim_internal()
12962 if (__probable(LIST_EMPTY(&vp->v_leases))) { in vnode_breaklease()
/xnu-10063.141.1/bsd/dev/dtrace/
H A Ddtrace_subr.c227 if (LIST_EMPTY(&dtrace_proc_awaited_head)) in dtrace_proc_waitfor()
/xnu-10063.141.1/bsd/kern/
H A Dkern_persona.c351 assert(LIST_EMPTY(&persona->pna_members)); in persona_put_and_unlock()
H A Dkern_proc.c2281 if (LIST_EMPTY(&pgrp->pg_members)) { in pgrp_add_member()
2304 if (LIST_EMPTY(&pgrp->pg_members)) { in pgrp_del_member()
2634 assert(LIST_EMPTY(&pgrp->pg_members)); in pgrp_destroy()
H A Dkern_exit.c2813 LIST_EMPTY(&parent->p_children); in reap_child_locked()
H A Dkern_descrip.c1075 assert(LIST_EMPTY(&kqhash[i])); in fdt_invalidate()
/xnu-10063.141.1/bsd/sys/
H A Dqueue.h526 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_input.c1027 (!tcp_autotune_reorder && !LIST_EMPTY(&tp->t_segq))) { in tcp_sbrcv_grow()
2989 th->th_seq == tp->rcv_nxt && LIST_EMPTY(&tp->t_segq)) { in tcp_input()
3190 } else if (th->th_ack == tp->snd_una && LIST_EMPTY(&tp->t_segq) && in tcp_input()
4473 VERIFY(LIST_EMPTY(&tp->t_segq)); in tcp_input()
5476 if (th->th_seq == tp->rcv_nxt && LIST_EMPTY(&tp->t_segq)) { in tcp_input()
H A Dmptcp.c587 !LIST_EMPTY(&mp_tp->mpt_segq)) { in mptcp_input()
H A Dtcp_timer.c2254 if (!LIST_EMPTY(&listp->lhead)) { in tcp_run_timerlist()
H A Din_pcb.c2914 if (LIST_EMPTY(&phd->phd_pcblist)) { in in_pcbremlists()
/xnu-10063.141.1/bsd/nfs/
H A Dnfs_subs.c2114 if (LIST_EMPTY(&nxfs->nxfs_exports)) { in nfsrv_export()
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c4661 ASSERT(LIST_EMPTY(&fed_head)); in fsw_process_deferred()

12