Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/bsd/kern/
H A Dimageboot.c458 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_image()
939 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_ramdisk()
H A Dkern_credential.c555 while ((workp = TAILQ_LAST(&kauth_resolver_submitted, kauth_resolver_submitted_head)) != NULL) { in identitysvc()
1214 ip = TAILQ_LAST(&kauth_identities, kauth_identity_head); in kauth_identity_register_and_free()
1440 kip = TAILQ_LAST(&kauth_identities, kauth_identity_head); in kauth_identity_trimcache()
3003 gm = TAILQ_LAST(&kauth_groups, kauth_groups_head); in kauth_groups_updatecache()
3028 gm = TAILQ_LAST(&kauth_groups, kauth_groups_head); in kauth_groups_trimcache()
H A Dkern_control.c1689 kctl_next = TAILQ_LAST(&ctl_head, kctl_list); in ctl_register()
H A Duipc_mbuf.c1864 sp = (mcl_slab_t *)TAILQ_LAST(&m_slablist(class), mcl_slhead); in slab_alloc()
/xnu-8792.41.9/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.c653 rule = TAILQ_LAST(ruleset->rules[rs_num].active.ptr, in pf_get_pool()
664 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pf_get_pool()
2804 tail = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pfioctl_ioc_rule()
2879 tail = TAILQ_LAST(ruleset->rules[rs_num].active.ptr, in pfioctl_ioc_rule()
3106 oldrule = TAILQ_LAST( in pfioctl_ioc_rule()
3225 TAILQ_LAST(ruleset->rules[rs_num].active.ptr, in pfioctl_ioc_rule()
3940 oldpa = TAILQ_LAST(&pool->list, pf_palist); in pfioctl_ioc_pooladdr()
H A Dif_utun.c1554 struct utun_pcb *next_pcb = TAILQ_LAST(&utun_head, utun_list); in utun_ctl_setup()
H A Dif_ipsec.c2590 struct ipsec_pcb *next_pcb = TAILQ_LAST(&ipsec_head, ipsec_list); in ipsec_ctl_setup()
H A Dif_bond.c1258 while ((p = TAILQ_LAST(&ifb->ifb_port_list, port_list)) != NULL) { in bond_remove_all_interfaces()
/xnu-8792.41.9/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.c2225 struct ipq *fq = TAILQ_LAST(head, ipqhead); in ip_reass()
2228 struct ipq *r = TAILQ_LAST(&ipq[i], ipqhead); in ip_reass()
/xnu-8792.41.9/iokit/Kernel/
H A DIOStatistics.cpp1178 entry = TAILQ_LAST(&parentKext->userClientCallList, ProcessEntryList); in storeUserClientCallInfo()
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_subr.c651 mvp = TAILQ_LAST(&mp->mnt_vnodelist, vnodelst); in vnode_iterate_reloadq()
667 nlvp = TAILQ_LAST(&mp->mnt_newvnodes, vnodelst); in vnode_iterate_reloadq()
2014 if (TAILQ_LAST(&lmp->mnt_vnodelist, vnodelst) == vp) { in insmntque()
2016 } else if (TAILQ_LAST(&lmp->mnt_newvnodes, vnodelst) == vp) { in insmntque()
2018 } else if (TAILQ_LAST(&lmp->mnt_workerqueue, vnodelst) == vp) { in insmntque()
/xnu-8792.41.9/bsd/pthread/
H A Dpthread_workqueue.c827 struct uthread *uth = TAILQ_LAST(&wq->wq_thidlelist, workq_uthread_head); in workq_oldest_killable_idle_thread()
1287 struct uthread *tail = TAILQ_LAST(&wq->wq_thidlelist, workq_uthread_head); in workq_push_idle_thread()
/xnu-8792.41.9/bsd/skywalk/mem/
H A Dskmem_region.c1884 ASSERT(sg == TAILQ_LAST(&skr->skr_seg_free, segfreehead)); in sksegment_alloc_with_idx()
/xnu-8792.41.9/osfmk/kern/
H A Dzalloc.c10511 obj = TAILQ_LAST(&head, zone_stress_head); in zone_stress_worker()