Searched refs:LIST_EMPTY (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_prefix.c647 if (LIST_EMPTY(&ifpr2rp(ifpr)->rp_addrhead))
852 while (!LIST_EMPTY(&new->rp_addrhead))
886 while (!LIST_EMPTY(&new->rp_addrhead))
1066 while (!LIST_EMPTY(&rpp->rp_addrhead))
H A Dnd6_rtr.c2005 !LIST_EMPTY(&pr->ndpr_advrtrs))) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c966 if (!force && (!LIST_EMPTY(&np->n_dirtyblkhd) || !LIST_EMPTY(&np->n_cleanblkhd)))
967 NP(np, "nfs_reclaim: dropping %s buffers", (!LIST_EMPTY(&np->n_dirtyblkhd) ? "dirty" : "clean"));
1319 if (np->n_mount == mp && !LIST_EMPTY(&np->n_dirtyblkhd))
H A Dnfs_bio.c1410 if (LIST_EMPTY(listheadp)) {
1439 while (!LIST_EMPTY(iterheadp)) {
3026 if (!LIST_EMPTY(&np->n_dirtyblkhd)) {
3122 if (LIST_EMPTY(&commitlist)) {
3262 if (!LIST_EMPTY(&np->n_dirtyblkhd)) {
3392 if (!LIST_EMPTY(&np->n_dirtyblkhd)) {
3402 if (!LIST_EMPTY(&np->n_dirtyblkhd)) {
3408 if (!LIST_EMPTY(&np->n_dirtyblkhd))
3593 if (!LIST_EMPTY(&(np)->n_dirtyblkhd) || !LIST_EMPTY(
[all...]
H A Dnfs_socket.c1662 !LIST_EMPTY(&nmp->nm_monlist) ||
1791 if (!LIST_EMPTY(&nmp->nm_monlist)) {
H A Dnfs_subs.c3105 if (LIST_EMPTY(&nxfs->nxfs_exports)) {
H A Dnfs_vfsops.c4677 if (LIST_EMPTY(&np->n_dirtyblkhd))
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1389 while (!LIST_EMPTY(&local_iterblkhd)) {
1444 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd))
1459 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd))
1468 while (!LIST_EMPTY(&local_iterblkhd)) {
1540 while (!LIST_EMPTY(&local_iterblkhd)) {
1637 while (!LIST_EMPTY(&local_iterblkhd)) {
1729 if (LIST_EMPTY(listheadp)) {
1757 while (!LIST_EMPTY(iterhead
[all...]
H A Dvfs_subr.c3669 if ( !LIST_EMPTY(&vp->v_nclinks) || !LIST_EMPTY(&vp->v_ncchildren))
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c1187 if (!LIST_EMPTY(&listp->lhead)) {
H A Dtcp_input.c2165 LIST_EMPTY(&tp->t_segq)) {
2363 LIST_EMPTY(&tp->t_segq) &&
3727 LIST_EMPTY(&tp->t_segq) &&
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h416 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c2131 if (LIST_EMPTY(&bs->bs_bplist) || mif == NULL) {
2202 KASSERT(LIST_EMPTY(&bs->bs_bplist), ("bstp still active"));
H A Dif_vlan.c907 return (LIST_EMPTY(&vlp->vlp_vlan_list));
H A Dpf_norm.c412 VERIFY(LIST_EMPTY(&frag->fr_cache) ||
H A Ddlil.c4338 VERIFY(LIST_EMPTY(&ifp->if_multiaddrs));
4516 if (!LIST_EMPTY(&ifp->if_multiaddrs)) {
H A Dif.c2738 if (LIST_EMPTY(&ifp->if_multiaddrs))
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1067 if ((deadparent != 0) && (LIST_EMPTY(&parent->p_children)))
H A Dkern_proc.c1617 if (LIST_EMPTY(&l->lc_members)) {
/darwin-on-arm/xnu/security/
H A Dmac_base.c713 if (LIST_EMPTY(&mle->mle_listeners)) {

Completed in 305 milliseconds