Home
last modified time | relevance | path

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

12

/xnu-8792.41.9/bsd/net/
H A Diptap.c230 if (LIST_EMPTY(&iptap_list)) { in iptap_clone_create()
438 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.c1260 if (LIST_EMPTY(&necp_collect_stats_flow_list)) { in necp_collect_stats_client_callout()
1514 if (LIST_EMPTY(&necp_fd_observer_list)) { in necp_client_update_observer_add()
1533 if (LIST_EMPTY(&necp_fd_observer_list)) { in necp_client_update_observer_update()
1552 if (LIST_EMPTY(&necp_fd_observer_list)) { in necp_client_update_observer_remove()
1715 if (!LIST_EMPTY(defunct_list)) { in necp_process_defunct_list()
1746 ASSERT(LIST_EMPTY(defunct_list)); in necp_process_defunct_list()
1817 ASSERT(LIST_EMPTY(&fd_data->stats_arena_list)); in necpop_close()
7308 (fd_data->stats_arena_active == NULL && !LIST_EMPTY(&fd_data->stats_arena_list))) { in necp_client_remove()
H A Dif_vlan.c886 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.c177 if (LIST_EMPTY((head)) || (LIST_FIRST(head)->sortfield >= (elm)->sortfield)) { \
190 …if (LIST_EMPTY((head)) || (LIST_FIRST(head)->firstsortfield > (elm)->firstsortfield) || ((LIST_FIR…
203 …if (LIST_EMPTY((head)) || (LIST_FIRST(head)->firstsortfield > (elm)->firstsortfield) || ((LIST_FIR…
H A Dif.c4871 if (LIST_EMPTY(&ifp->if_multiaddrs)) { in if_detach_ifma()
H A Ddlil.c8723 VERIFY(LIST_EMPTY(&ifp->if_multiaddrs)); in ifnet_attach()
8921 if (!LIST_EMPTY(&ifp->if_multiaddrs)) { in ifnet_attach()
/xnu-8792.41.9/osfmk/kern/
H A Dhv_io_notifier.c256 while (!LIST_EMPTY(&grp->list)) { in hv_io_notifier_grp_free()
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_bio.c1624 while (!LIST_EMPTY(&local_iterblkhd)) { in buf_iterate()
1681 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd)) { in buf_invalidateblks()
1698 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd)) { in buf_invalidateblks()
1708 while (!LIST_EMPTY(&local_iterblkhd)) { in buf_invalidateblks()
1783 while (!LIST_EMPTY(&local_iterblkhd)) { in buf_invalidateblks()
1888 while (!LIST_EMPTY(&local_iterblkhd)) { in buf_flushdirtyblks_skipinfo()
1982 if (LIST_EMPTY(listheadp)) { in buf_iterprepare()
2011 while (!LIST_EMPTY(iterheadp)) { in buf_itercomplete()
H A Dvfs_vnops.c1843 if (FILEGLOB_DTYPE(fg) == DTYPE_VNODE && !LIST_EMPTY(&vp->v_leases)) { in vn_closefile()
H A Dvfs_subr.c2447 && (!LIST_EMPTY(&vp->v_cleanblkhd) || !LIST_EMPTY(&vp->v_dirtyblkhd))) { in vnode_list_add()
5201 if (!LIST_EMPTY(&vp->v_nclinks) || !TAILQ_EMPTY(&vp->v_ncchildren)) { in process_vp()
6480 if (__improbable(!LIST_EMPTY(&vp->v_leases))) { in vnode_reclaim_internal()
12511 if (__probable(LIST_EMPTY(&vp->v_leases))) { in vnode_breaklease()
/xnu-8792.41.9/bsd/dev/dtrace/
H A Ddtrace_subr.c227 if (LIST_EMPTY(&dtrace_proc_awaited_head)) in dtrace_proc_waitfor()
/xnu-8792.41.9/bsd/kern/
H A Dkern_persona.c391 assert(LIST_EMPTY(&persona->pna_members)); in persona_put()
H A Dkern_proc.c2292 if (LIST_EMPTY(&pgrp->pg_members)) { in pgrp_add_member()
2315 if (LIST_EMPTY(&pgrp->pg_members)) { in pgrp_del_member()
2643 assert(LIST_EMPTY(&pgrp->pg_members)); in pgrp_destroy()
H A Dkern_exit.c2711 LIST_EMPTY(&parent->p_children); in reap_child_locked()
H A Dkern_descrip.c1076 assert(LIST_EMPTY(&kqhash[i])); in fdt_invalidate()
/xnu-8792.41.9/bsd/sys/
H A Dqueue.h526 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_input.c1047 (!tcp_autotune_reorder && !LIST_EMPTY(&tp->t_segq))) { in tcp_sbrcv_grow()
2941 th->th_seq == tp->rcv_nxt && LIST_EMPTY(&tp->t_segq)) { in tcp_input()
3134 } else if (th->th_ack == tp->snd_una && LIST_EMPTY(&tp->t_segq) && in tcp_input()
4494 VERIFY(LIST_EMPTY(&tp->t_segq)); in tcp_input()
5417 if (th->th_seq == tp->rcv_nxt && LIST_EMPTY(&tp->t_segq)) { in tcp_input()
H A Dmptcp.c585 !LIST_EMPTY(&mp_tp->mpt_segq)) { in mptcp_input()
H A Dtcp_timer.c2235 if (!LIST_EMPTY(&listp->lhead)) { in tcp_run_timerlist()
H A Din_pcb.c2792 if (LIST_EMPTY(&phd->phd_pcblist)) { in in_pcbremlists()
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_subs.c2138 if (LIST_EMPTY(&nxfs->nxfs_exports)) { in nfsrv_export()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3865 ASSERT(LIST_EMPTY(&fed_head)); in fsw_process_deferred()

12