Searched refs:TAILQ_LAST (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c157 if (VFS_ROOT(TAILQ_LAST(&mountlist,mntlist), &newdp, vfs_context_kernel()))
H A Dkern_credential.c544 while ((workp = TAILQ_LAST(&kauth_resolver_submitted, kauth_resolver_submitted_head)) != NULL) {
1178 ip = TAILQ_LAST(&kauth_identities, kauth_identity_head);
1378 kip = TAILQ_LAST(&kauth_identities, kauth_identity_head);
2747 gm = TAILQ_LAST(&kauth_groups, kauth_groups_head);
2772 gm = TAILQ_LAST(&kauth_groups, kauth_groups_head);
H A Dkern_control.c749 kctl_next = TAILQ_LAST(&ctl_head, kctl_list);
H A Dpthread_support.c3984 q_kwe = TAILQ_LAST(&kq->ksynq_kwelist, ksynq_kwelist_head);
H A Duipc_mbuf.c1603 sp = (mcl_slab_t *)TAILQ_LAST(&m_slablist(class), mcl_slhead);
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h228 #define actlist_last(s) TAILQ_LAST(s, _active)
H A Dpktsched_hfsc.c1458 if ((p = TAILQ_LAST(&hif->hif_eligible, _eligible)) == NULL ||
1496 last = TAILQ_LAST(&hif->hif_eligible, _eligible);
1545 if ((p = TAILQ_LAST(&cl->cl_parent->cl_actc, _active)) == NULL ||
1581 last = TAILQ_LAST(&cl->cl_parent->cl_actc, _active);
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h531 for ((var) = TAILQ_LAST((head), headname); \
536 for ((var) = TAILQ_LAST((head), headname); \
590 #define TAILQ_LAST(head, headname) \ macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c279 if ((niod = TAILQ_LAST(&nfsiodfree, nfsiodlist)))
329 if ((niod = TAILQ_LAST(&nfsiodfree, nfsiodlist)))
387 if ((niod = TAILQ_LAST(&nfsiodfree, nfsiodlist)))
H A Dnfs_lock.c198 mr = TAILQ_LAST(&nfs_pendlockq, nfs_lock_msg_queue);
337 if (!(mr = TAILQ_LAST(&nfs_pendlockq, nfs_lock_msg_queue)) ||
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_sack.c428 cur = TAILQ_LAST(&tp->snd_holes, sackhole_head); /* Last SACK hole */
H A Dip_input.c1220 fp = TAILQ_LAST(&ipq_list, ipq_list);
1264 fp = TAILQ_LAST(&ipq_list, ipq_list);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c312 while ((frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue)) != NULL) {
333 while ((frag = TAILQ_LAST(&pf_cachequeue, pf_cachequeue)) != NULL) {
353 TAILQ_LAST(&pf_cachequeue, pf_cachequeue) != frag);
371 frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue);
382 frag = TAILQ_LAST(&pf_cachequeue, pf_cachequeue);
H A Dpf_ioctl.c708 rule = TAILQ_LAST(ruleset->rules[rs_num].active.ptr,
717 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr,
3108 tail = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr,
3143 tail = TAILQ_LAST(ruleset->rules[rs_num].active.ptr,
3368 oldrule = TAILQ_LAST(
3483 TAILQ_LAST(ruleset->rules[rs_num].active.ptr,
4127 oldpa = TAILQ_LAST(&pool->list, pf_palist);
H A Dif_bond.c1211 while ((p = TAILQ_LAST(&ifb->ifb_port_list, port_list)) != NULL) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c1072 origin = TAILQ_LAST(&cp->c_originlist, hfs_originhead);
H A Dhfs_vfsutils.c1830 hint = TAILQ_LAST(&dcp->c_hintlist, hfs_hinthead);
1911 for (hint = TAILQ_LAST(&dcp->c_hintlist, hfs_hinthead); hint != NULL; hint = prev) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp1156 entry = TAILQ_LAST(&parentKext->userClientCallList, ProcessEntryList);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c576 mvp = TAILQ_LAST(&mp->mnt_vnodelist, vnodelst);
591 nlvp = TAILQ_LAST(&mp->mnt_newvnodes, vnodelst);
1263 if (TAILQ_LAST(&lmp->mnt_vnodelist, vnodelst) == vp)
1265 else if (TAILQ_LAST(&lmp->mnt_newvnodes, vnodelst) == vp)
1267 else if (TAILQ_LAST(&lmp->mnt_workerqueue, vnodelst) == vp)
2894 mp = TAILQ_LAST(&mountlist, mntlist);

Completed in 243 milliseconds