Home
last modified time | relevance | path

Searched refs:TAILQ_LAST (Results 1 – 17 of 17) sorted by relevance

/xnu-10063.141.1/bsd/sys/
H A Dqueue.h684 for ((var) = TAILQ_LAST((head), headname); \
689 for ((var) = TAILQ_LAST((head), headname); \
758 #define TAILQ_LAST(head, headname) \ macro
/xnu-10063.141.1/bsd/kern/
H A Dimageboot.c458 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_image()
938 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_ramdisk()
H A Dkern_credential.c538 while ((workp = TAILQ_LAST(&kauth_resolver_submitted, kauth_resolver_submitted_head)) != NULL) { in identitysvc()
1197 ip = TAILQ_LAST(&kauth_identities, kauth_identity_head); in kauth_identity_register_and_free()
1423 kip = TAILQ_LAST(&kauth_identities, kauth_identity_head); in kauth_identity_trimcache()
2924 gm = TAILQ_LAST(&kauth_groups, kauth_groups_head); in kauth_groups_updatecache()
2949 gm = TAILQ_LAST(&kauth_groups, kauth_groups_head); in kauth_groups_trimcache()
H A Dkern_control.c1682 kctl_next = TAILQ_LAST(&ctl_head, kctl_list); in ctl_register()
H A Duipc_mbuf.c2566 sp = (mcl_slab_t *)TAILQ_LAST(&m_slablist(class), mcl_slhead); in slab_alloc()
/xnu-10063.141.1/bsd/net/
H A Dpf_norm.c315 while ((frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue)) != NULL) { in pf_purge_expired_fragments()
339 while ((frag = TAILQ_LAST(&pf_cachequeue, pf_cachequeue)) != NULL) { in pf_purge_expired_fragments()
362 TAILQ_LAST(&pf_cachequeue, pf_cachequeue) != frag); in pf_purge_expired_fragments()
380 frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue); in pf_flush_fragments()
392 frag = TAILQ_LAST(&pf_cachequeue, pf_cachequeue); in pf_flush_fragments()
H A Dpf_ioctl.c709 rule = TAILQ_LAST(ruleset->rules[rs_num].active.ptr, in pf_get_pool()
720 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pf_get_pool()
2903 tail = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pfioctl_ioc_rule()
2977 tail = TAILQ_LAST(ruleset->rules[rs_num].active.ptr, in pfioctl_ioc_rule()
3202 oldrule = TAILQ_LAST( in pfioctl_ioc_rule()
3318 TAILQ_LAST(ruleset->rules[rs_num].active.ptr, in pfioctl_ioc_rule()
4036 oldpa = TAILQ_LAST(&pool->list, pf_palist); in pfioctl_ioc_pooladdr()
H A Dif_utun.c1556 struct utun_pcb *next_pcb = TAILQ_LAST(&utun_head, utun_list); in utun_ctl_setup()
H A Dif_bond.c1254 while ((p = TAILQ_LAST(&ifb->ifb_port_list, port_list)) != NULL) { in bond_remove_all_interfaces()
H A Dif_ipsec.c3353 struct ipsec_pcb *next_pcb = TAILQ_LAST(&ipsec_head, ipsec_list); in ipsec_ctl_setup()
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_sack.c551 cur = TAILQ_LAST(&tp->snd_holes, sackhole_head); /* Last SACK hole */ in tcp_sack_doack()
H A Dip_input.c2226 struct ipq *fq = TAILQ_LAST(head, ipqhead); in ip_reass()
2229 struct ipq *r = TAILQ_LAST(&ipq[i], ipqhead); in ip_reass()
/xnu-10063.141.1/iokit/Kernel/
H A DIOStatistics.cpp1178 entry = TAILQ_LAST(&parentKext->userClientCallList, ProcessEntryList); in storeUserClientCallInfo()
/xnu-10063.141.1/bsd/pthread/
H A Dpthread_workqueue.c836 struct uthread *uth = TAILQ_LAST(&wq->wq_thidlelist, workq_uthread_head); in workq_oldest_killable_idle_thread()
1296 struct uthread *tail = TAILQ_LAST(&wq->wq_thidlelist, workq_uthread_head); in workq_push_idle_thread()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_subr.c679 mvp = TAILQ_LAST(&mp->mnt_vnodelist, vnodelst); in vnode_iterate_reloadq()
695 nlvp = TAILQ_LAST(&mp->mnt_newvnodes, vnodelst); in vnode_iterate_reloadq()
2058 if (TAILQ_LAST(&lmp->mnt_vnodelist, vnodelst) == vp) { in insmntque()
2060 } else if (TAILQ_LAST(&lmp->mnt_newvnodes, vnodelst) == vp) { in insmntque()
2062 } else if (TAILQ_LAST(&lmp->mnt_workerqueue, vnodelst) == vp) { in insmntque()
/xnu-10063.141.1/bsd/skywalk/mem/
H A Dskmem_region.c1886 ASSERT(sg == TAILQ_LAST(&skr->skr_seg_free, segfreehead)); in sksegment_alloc_with_idx()
/xnu-10063.141.1/osfmk/kern/
H A Dzalloc.c11013 obj = TAILQ_LAST(&head, zone_stress_head); in zone_stress_worker()