Home
last modified time | relevance | path

Searched refs:le_next (Results 1 – 25 of 32) sorted by relevance

12

/xnu-12377.41.6/tools/lldbmacros/tests/lldb_tests/
H A Dtest_valuemock.py78 proc.p_list.le_next = 5
80 self.assertTrue(proc.p_list.le_next, 5)
H A Dtest_scripted_process.py313 mock.p_list.le_next = 0x12345678
/xnu-12377.41.6/bsd/kern/
H A Dkern_shutdown.c644 for (p = allproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown()
649 for (p = zombproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown()
665 for (p = allproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown()
703 for (p = allproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown()
708 for (p = zombproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown()
725 for (p = allproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown()
H A Duipc_usrreq.c1750 cp->unp_link.le_next = (u_int32_t) in unpcb_to_compat()
1751 VM_KERNEL_ADDRHASH(up->unp_link.le_next); in unpcb_to_compat()
1755 cp->unp_link.le_next = (struct unpcb_compat *) in unpcb_to_compat()
1756 VM_KERNEL_ADDRHASH(up->unp_link.le_next); in unpcb_to_compat()
1769 cp->unp_reflink.le_next = in unpcb_to_compat()
1770 (u_int32_t)VM_KERNEL_ADDRHASH(up->unp_reflink.le_next); in unpcb_to_compat()
1774 cp->unp_reflink.le_next = in unpcb_to_compat()
1775 (struct unpcb_compat *)VM_KERNEL_ADDRHASH(up->unp_reflink.le_next); in unpcb_to_compat()
1850 unp = unp->unp_link.le_next) {
1983 unp = unp->unp_link.le_next) {
[all …]
H A Dposix_sem.c318 nnp = pcp->psem_hash.le_next; in psem_cache_search()
337 nnp = pcp->psem_hash.le_next; in psem_cache_search()
423 for (p = pcpp->lh_first; p != 0; p = p->psem_hash.le_next) { in psem_cache_add()
458 if (pcp->psem_hash.le_next == pcp) { in psem_cache_delete()
H A Dvsock_domain.c256 assert(pcb->bound.le_next == NULL); in vsock_unbind_pcb_locked()
279 pcb->bound.le_next = NULL; in vsock_unbind_pcb_locked()
/xnu-12377.41.6/bsd/sys/
H A Dunpcb.h105 u_int32_t le_next; member
214 u_int64_t le_next; member
H A Dqueue.h487 struct type *le_next; /* next element */ \
510 &((elm)->field.le_next))) \
567 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
576 TRASHIT((elm)->field.le_next); \
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_srvcache.c246 rp = rp->rc_hash.le_next) { in nfsrv_getcache()
388 rp = rp->rc_hash.le_next) { in nfsrv_updatecache()
H A Dnfs_serv.c1617 wp = wp->nd_tq.le_next; in nfsrv_writegather()
1630 wp = wp->nd_hash.le_next; in nfsrv_writegather()
1635 wp = wp->nd_hash.le_next; in nfsrv_writegather()
1644 wp = nd->nd_hash.le_next; in nfsrv_writegather()
1665 owp = nd->nd_tq.le_next; in nfsrv_writegather()
1815 for (nd = slp->ns_tq.lh_first; nd; nd = nd->nd_tq.le_next) { in nfsrv_writegather()
H A Dnfs_syscalls.c1767 nnwp = nwp->nd_tq.le_next; in nfsrv_slpfree()
/xnu-12377.41.6/tools/lldbmacros/
H A Dnet.py383 ifmulti = cast(ifmulti.ifma_link.le_next, 'ifmultiaddr *')
406 inmulti = cast(inmulti.inm_link.le_next, 'in_multi *')
427 in6multi = cast(in6multi.in6m_entry.le_next, 'in6_multi *')
1705 pcb = cast(pcb.inp_list.le_next, 'inpcb *')
1727 reass_entry = reass_entry.tqe_q.le_next
1729 pcb = cast(pcb.inp_hash.le_next, 'inpcb *')
1758 pcb = cast(pcb.phd_hash.le_next, 'inpcbport *')
1819 pcb = pcb.evp_link.le_next
1887 unp = unp.unp_link.le_next
2134 next_entry = timer_entry.te_le.le_next
H A Dmbufs.py1288 mc = cast(mc.mc_list.le_next, 'mcache *')
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_bio.c226 (bp)->b_hash.le_next = (struct buf *)0; \
235 (bp)->b_vnbufs.le_next = NOLIST; \
256 if ((bp->b_hash.le_next = (head)->lh_first) != NULL) { in blistenterhead()
257 (head)->lh_first->b_hash.le_prev = &(bp)->b_hash.le_next; in blistenterhead()
277 for (; nbp != NULL; nbp = nbp->b_hash.le_next) { in binshash()
293 if (bp->b_hash.le_next == bp) { in bremhash()
297 if (bp->b_hash.le_next != NULL) { in bremhash()
298 bp->b_hash.le_next->b_hash.le_prev = bp->b_hash.le_prev; in bremhash()
300 *bp->b_hash.le_prev = (bp)->b_hash.le_next; in bremhash()
2284 if (bp->b_vnbufs.le_next != NOLIST) { in brelvp_locked()
[all …]
H A Dvfs_quota.c508 for (dq = dqh->lh_first; dq; dq = dq->dq_hash.le_next) { in dqget()
1055 nextdq = dq->dq_hash.le_next; in dqflush()
H A Dvfs_cache.c3432 next = entry->hash_chain.le_next; in resize_string_ref_table()
3506 for (entry = head->lh_first; entry != NULL; chain_len++, entry = entry->hash_chain.le_next) { in add_name_internal()
3585 for (entry = head->lh_first; entry != NULL; entry = entry->hash_chain.le_next) { in vfs_removename()
3633 for (entry = head->lh_first; entry != NULL; entry = entry->hash_chain.le_next) { in dump_string_table()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h375 u_int32_t le_next; member
489 u_int64_t le_next; member
533 u_int64_t le_next; member
H A Din_arp.c287 if (la->la_le.le_next != NULL || la->la_le.le_prev != NULL) { in arp_llinfo_free()
732 la = la->la_le.le_next; in in_arpdrain()
759 la = la->la_le.le_next; in arp_timeout()
829 la = la->la_le.le_next; in arp_probe()
1083 la->la_le.le_next = NULL; in arp_rtrequest()
H A Draw_ip.c1268 inp = inp->inp_list.le_next) {
1376 inp = inp->inp_list.le_next) {
H A Dtcp_timer.c448 …nsafe_forge_single(struct tcpcb *, ((uintptr_t)te - offsetof(struct tcpcb, tentry.te_le.le_next))))
453 &((elm)->field.le_next)) \
1881 tp->tentry.te_le.le_next = NULL; in tcp_remove_timer()
H A Din_pcblist.c392 inp = inp->inp_list.le_next) { in get_pcblist_n()
H A Din_pcb.c2920 inp->inp_hash.le_next = NULL; in in_pcbremlists()
2924 inp->inp_portlist.le_next = NULL; in in_pcbremlists()
/xnu-12377.41.6/bsd/netinet6/
H A Dnd6.h608 #define ndpr_next ndpr_entry.le_next
683 #define pfr_next pfr_entry.le_next
H A Din6_var.h1143 (step).i_in6m = (step).i_in6m->in6m_entry.le_next; \
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c216 for (fd = fc->lh_first; fd != 0; fd = fd->fd_hash.le_next) { in fdesc_allocvp()

12