Searched refs:LIST_INSERT_HEAD (Results 1 - 25 of 55) sorted by relevance

123

/darwin-on-arm/xnu/bsd/man/man3/
H A DMakefile37 queue.3 LIST_INSERT_HEAD.3 \
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c429 LIST_INSERT_HEAD(CNODEHASH(hfsmp, inum), ncp, c_hash);
464 LIST_INSERT_HEAD(CNODEHASH(hfsmp, cp1->c_fileid), cp1, c_hash);
465 LIST_INSERT_HEAD(CNODEHASH(hfsmp, cp2->c_fileid), cp2, c_hash);
/darwin-on-arm/xnu/bsd/net/
H A Draw_cb.c112 LIST_INSERT_HEAD(&rawcb_list, rp, list);
H A Dif_media.c164 LIST_INSERT_HEAD(&ifm->ifm_list, entry, ifm_list);
H A Dif_pflog.c195 LIST_INSERT_HEAD(&pflogif_list, pflogif, sc_list);
H A Diptap.c329 LIST_INSERT_HEAD(&_s_iptap_clients, client, _cle);
H A Dif_utun_crypto.c240 LIST_INSERT_HEAD(&crypto_ctx->keys_listhead, crypto_keys, chain);
H A Dpf_norm.c610 LIST_INSERT_HEAD(&(*frag)->fr_queue, frent, fr_next);
740 LIST_INSERT_HEAD(&(*frag)->fr_cache, cur, fr_next);
1115 LIST_INSERT_HEAD(&(*frag)->fr_queue, frent, fr_next);
1268 LIST_INSERT_HEAD(&(*frag)->fr_cache, cur, fr_next);
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c507 LIST_INSERT_HEAD(&allproc, kernproc, p_list);
509 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash);
517 LIST_INSERT_HEAD(&pgrp0.pg_members, kernproc, p_pglist);
533 LIST_INSERT_HEAD(SESSHASH(0), &session0, s_hash);
H A Dkern_proc.c250 LIST_INSERT_HEAD(uipp, uip, ui_hash);
1001 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
1003 LIST_INSERT_HEAD(&allproc, child, p_list);
1086 LIST_INSERT_HEAD(SESSHASH(sess->s_sid), sess, s_hash);
1114 LIST_INSERT_HEAD(PGRPHASH(pgid), pgrp, pg_hash);
1561 LIST_INSERT_HEAD(&alllctx, l, lc_list);
1582 LIST_INSERT_HEAD(&l->lc_members, p, p_lclist);
2343 LIST_INSERT_HEAD(&pgrp->pg_members, child, p_pglist);
2454 LIST_INSERT_HEAD(&newpg->pg_members, p, p_pglist);
H A Dkern_exit.c409 LIST_INSERT_HEAD(&zombproc, p, p_list); /* Place onto zombproc. */
1585 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
1662 LIST_INSERT_HEAD(&zombproc, p, p_list); /* Place onto zombproc. */
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_prefix.c476 LIST_INSERT_HEAD(&rpp->rp_addrhead, rap, ra_entry);
514 LIST_INSERT_HEAD(&rpp->rp_addrhead, rap, ra_entry);
865 LIST_INSERT_HEAD(&rpp->rp_addrhead, rap, ra_entry);
890 LIST_INSERT_HEAD(&rpp->rp_addrhead, rap, ra_entry);
913 LIST_INSERT_HEAD(&rr_prefix, rpp, rp_entry);
1041 LIST_INSERT_HEAD(&rpp->rp_addrhead, rap, ra_entry);
1357 LIST_INSERT_HEAD(&rp_tmp.rp_addrhead, rap, ra_entry);
H A Din6.c1808 LIST_INSERT_HEAD(&ia->ia6_memberships, imm, i6mm_chain);
1865 LIST_INSERT_HEAD(&ia->ia6_memberships, imm, i6mm_chain);
1894 LIST_INSERT_HEAD(&ia->ia6_memberships,
1940 LIST_INSERT_HEAD(&ia->ia6_memberships, imm, i6mm_chain);
H A Dip6_fw.c927 LIST_INSERT_HEAD(chainptr, fwc, chain);
957 LIST_INSERT_HEAD(chainptr, fwc, chain);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c1645 LIST_INSERT_HEAD(ncpp, ncp, nc_hash);
1652 LIST_INSERT_HEAD(&vp->v_nclinks, ncp, nc_un.nc_link);
1679 LIST_INSERT_HEAD(&dvp->v_ncchildren, ncp, nc_child);
1828 LIST_INSERT_HEAD(head, entry, nc_hash);
2029 LIST_INSERT_HEAD(head, entry, hash_chain);
2119 LIST_INSERT_HEAD(head, entry, hash_chain);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c277 LIST_INSERT_HEAD(nrhead, nrp, nr_hash);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c888 LIST_INSERT_HEAD(NFSBUFHASH(np, blkno), bp, nb_hash);
891 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs);
1244 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs);
1442 LIST_INSERT_HEAD(listheadp, bp, nb_vnbufs);
2311 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs);
2452 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs);
2563 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs);
3057 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs);
3108 LIST_INSERT_HEAD(&commitlist, bp, nb_vnbufs);
3193 LIST_INSERT_HEAD(
[all...]
H A Dnfs_srvcache.c351 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash);
H A Dnfs_serv.c1044 LIST_INSERT_HEAD(&firehead, fp, fm_link);
1124 LIST_INSERT_HEAD(head, fp, fm_link);
1147 LIST_INSERT_HEAD(head, fp, fm_link);
1461 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq);
1488 LIST_INSERT_HEAD(wpp, nd, nd_hash);
1628 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq);
1636 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq);
1718 LIST_INSERT_HEAD(&owp->nd_coalesce, nd, nd_tq);
1726 LIST_INSERT_HEAD(&owp->nd_coalesce, p, nd_tq);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c230 LIST_INSERT_HEAD(cur->k_ar.ar_mac_records, record, records);
H A Daudit_bsm_klib.c146 LIST_INSERT_HEAD(&evcl->head, evc, entry);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c341 LIST_INSERT_HEAD(pcbinfo->listhead, inp, inp_list);
1681 LIST_INSERT_HEAD(pcbporthash, phd, phd_hash);
1684 LIST_INSERT_HEAD(&phd->phd_pcblist, inp, inp_portlist);
1685 LIST_INSERT_HEAD(pcbhash, inp, inp_hash);
1714 LIST_INSERT_HEAD(head, inp, inp_hash);
H A Dip_encap.c337 LIST_INSERT_HEAD(&encaptab, ep, chain);
H A Dtcp_timer.c301 LIST_INSERT_HEAD(&time_wait_slots[tw_slot], tp->t_inpcb, inp_list);
1270 LIST_INSERT_HEAD(&listp->lhead, te, le);
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c277 LIST_INSERT_HEAD(fc, fd, fd_hash);

Completed in 151 milliseconds

123