Searched refs:le_prev (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h384 struct type **le_prev; /* address of previous next element */ \
394 LIST_FIRST((head))->field.le_prev != \
401 LIST_NEXT((elm), field)->field.le_prev != \
407 if (*(elm)->field.le_prev != (elm)) \
437 LIST_NEXT((listelm), field)->field.le_prev = \
440 (elm)->field.le_prev = &LIST_NEXT((listelm), field); \
445 (elm)->field.le_prev = (listelm)->field.le_prev; \
447 *(listelm)->field.le_prev = (elm); \
448 (listelm)->field.le_prev
[all...]
H A Dunpcb.h102 u_int32_t le_prev; member in struct:_unpcb_list_entry
210 u_int64_t le_prev; member in struct:xunpcb64_list_entry
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c485 if (cp->c_hash.le_next || cp->c_hash.le_prev) {
488 cp->c_hash.le_prev = NULL;
506 cp->c_hash.le_prev = NULL;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c1484 cp->unp_link.le_prev = (u_int32_t)
1485 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1489 cp->unp_link.le_prev = (struct unpcb_compat **)
1490 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1503 cp->unp_reflink.le_prev =
1504 (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_reflink.le_prev);
1508 cp->unp_reflink.le_prev =
1509 (struct unpcb_compat **)VM_KERNEL_ADDRPERM(up->unp_reflink.le_prev);
1723 xu.xunp_link.le_prev = (u_int64_t)
1724 VM_KERNEL_ADDRPERM(unp->unp_link.le_prev);
[all...]
H A Dposix_sem.c318 if (pcp->psem_hash.le_prev == 0)
319 panic("psem namecache purge le_prev");
324 pcp->psem_hash.le_prev = NULL;
H A Dposix_shm.c355 if (pcp->pshm_hash.le_prev == 0)
356 panic("namecache purge le_prev");
361 pcp->pshm_hash.le_prev = 0;
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h252 u_int32_t le_prev; member in struct:_inpcb_list_entry
359 u_int64_t le_prev; member in struct:inpcb64_list_entry
407 u_int64_t le_prev; member in struct:xinpcb_list_entry
H A Dtcp_timer.c115 LIST_NEXT((elm),field)->field.le_prev != \
121 if (*(elm)->field.le_prev != (elm)) \
928 tp->tentry.le.le_prev = NULL;
1149 tp->tentry.le.le_prev = NULL;
H A Din_arp.c152 * la_le.{le_next,le_prev}, la_rt
260 if (la->la_le.le_next != NULL || la->la_le.le_prev != NULL) {
762 la->la_le.le_prev = NULL;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c215 if ((bp)->b_hash.le_prev != (struct buf **)0xdeadbeef) \
216 panic("%p: b_hash.le_prev is not deadbeef", (bp));
220 (bp)->b_hash.le_prev = (struct buf **)0xdeadbeef;
250 (head)->lh_first->b_hash.le_prev = &(bp)->b_hash.le_next;
252 bp->b_hash.le_prev = &(head)->lh_first;
253 if (bp->b_hash.le_prev == (struct buf **)0xdeadbeef)
254 panic("blistenterhead: le_prev is deadbeef");
280 if (bp->b_hash.le_prev == (struct buf **)0xdeadbeef)
281 panic("bremhash le_prev is deadbeef");
286 bp->b_hash.le_next->b_hash.le_prev
[all...]
H A Dvfs_cache.c1590 ncp->nc_hash.le_prev != 0)) {
1603 if (ncp->nc_hash.le_prev != 0) {
1860 ncp->nc_hash.le_prev = NULL;
H A Dvfs_fsevents.c831 if (kfse->dest->kevent_list.le_prev != NULL) {
847 if (kfse->kevent_list.le_prev != NULL) {
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c331 (!((elm)->chain.le_next == NULL && (elm)->chain.le_prev == NULL))
3239 if (newsav->spihash.le_prev || newsav->spihash.le_next)
3339 if (newsav->spihash.le_prev || newsav->spihash.le_next)
3393 if (sav->spihash.le_prev || sav->spihash.le_next)
3523 if (sav->spihash.le_prev || sav->spihash.le_next)
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c1417 listheadp->lh_first->nb_vnbufs.le_prev = &iterheadp->lh_first;

Completed in 81 milliseconds