| /xnu-8792.41.9/bsd/sys/ |
| H A D | queue.h | 684 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 D | imageboot.c | 458 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 D | kern_credential.c | 555 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 D | kern_control.c | 1689 kctl_next = TAILQ_LAST(&ctl_head, kctl_list); in ctl_register()
|
| H A D | uipc_mbuf.c | 1864 sp = (mcl_slab_t *)TAILQ_LAST(&m_slablist(class), mcl_slhead); in slab_alloc()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | pf_norm.c | 315 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 D | pf_ioctl.c | 653 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 D | if_utun.c | 1554 struct utun_pcb *next_pcb = TAILQ_LAST(&utun_head, utun_list); in utun_ctl_setup()
|
| H A D | if_ipsec.c | 2590 struct ipsec_pcb *next_pcb = TAILQ_LAST(&ipsec_head, ipsec_list); in ipsec_ctl_setup()
|
| H A D | if_bond.c | 1258 while ((p = TAILQ_LAST(&ifb->ifb_port_list, port_list)) != NULL) { in bond_remove_all_interfaces()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | tcp_sack.c | 551 cur = TAILQ_LAST(&tp->snd_holes, sackhole_head); /* Last SACK hole */ in tcp_sack_doack()
|
| H A D | ip_input.c | 2225 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 D | IOStatistics.cpp | 1178 entry = TAILQ_LAST(&parentKext->userClientCallList, ProcessEntryList); in storeUserClientCallInfo()
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_subr.c | 651 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 D | pthread_workqueue.c | 827 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 D | skmem_region.c | 1884 ASSERT(sg == TAILQ_LAST(&skr->skr_seg_free, segfreehead)); in sksegment_alloc_with_idx()
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | zalloc.c | 10511 obj = TAILQ_LAST(&head, zone_stress_head); in zone_stress_worker()
|