Home
last modified time | relevance | path

Searched refs:LIST_INSERT_HEAD (Results 1 – 25 of 67) sorted by relevance

123

/xnu-8019.80.24/bsd/kern/
H A Dproc_uuid_policy.c144 LIST_INSERT_HEAD(UUIDHASH(uuid), entry, entries); in proc_uuid_policy_insert()
315 LIST_INSERT_HEAD(&deletehead, searchentry, entries); in proc_uuid_policy_clear()
H A Dbsd_init.c579 LIST_INSERT_HEAD(&pgrp0->pg_members, kernproc, p_pglist); in bsd_init()
581 LIST_INSERT_HEAD(&allproc, kernproc, p_list); in bsd_init()
583 LIST_INSERT_HEAD(SESSHASH(0), session0, s_hash); in bsd_init()
H A Dkern_persona.c362 LIST_INSERT_HEAD(&all_personas, persona, pna_list); in persona_init_end()
783 LIST_INSERT_HEAD(&old_persona->pna_members, p, p_persona_list); in proc_reset_persona_internal()
919 LIST_INSERT_HEAD(&persona->pna_members, p, p_persona_list); in proc_set_cred_internal()
H A Dkern_proc.c309 LIST_INSERT_HEAD(uipp, uip, ui_hash); in chgproccnt()
2168 LIST_INSERT_HEAD(&pgrp->pg_members, p, p_pglist); in pgrp_add_member()
2312 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling); in pinsertchild()
2314 LIST_INSERT_HEAD(&allproc, child, p_list); in pinsertchild()
2387 LIST_INSERT_HEAD(SESSHASH(sess->s_sid), sess, s_hash); in enterpgrp()
/xnu-8019.80.24/bsd/man/man3/
H A DMakefile39 queue.3 LIST_INSERT_HEAD.3 \
/xnu-8019.80.24/san/memory/
H A Dkasan-fakestack.c142 LIST_INSERT_HEAD(&tofree, cur, list); in kasan_fakestack_gc()
212 LIST_INSERT_HEAD(head, hdr, list); in kasan_fakestack_alloc()
/xnu-8019.80.24/bsd/net/
H A Draw_cb.c114 LIST_INSERT_HEAD(&rawcb_list, rp, list); in raw_attach()
H A Dif_llatbl.c190 LIST_INSERT_HEAD(lleh, lle, lle_next); in htable_link_entry()
223 LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain); in htable_prefix_free_cb()
519 LIST_INSERT_HEAD(dchain, lle, lle_chain); in lltable_free_cb()
H A Dif_pflog.c200 LIST_INSERT_HEAD(&pflogif_list, pflogif, sc_list); in pflog_clone_create()
H A Diptap.c238 LIST_INSERT_HEAD(&iptap_list, iptap, iptap_link); in iptap_clone_create()
H A Dnetwork_agent.c864 LIST_INSERT_HEAD(&master_netagent_list, new_wrapper, master_chain); in netagent_handle_register_inner()
1174 LIST_INSERT_HEAD(&pending_triggers_list_copy, search_client, client_chain); in netagent_handle_update_inner()
1217 LIST_INSERT_HEAD(&master_netagent_list, new_wrapper, master_chain); in netagent_handle_update_inner()
2542 LIST_INSERT_HEAD(&wrapper->pending_triggers_list, new_pending_client, client_chain); in netagent_client_message_with_params()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c996 LIST_INSERT_HEAD(NFSBUFHASH(np, blkno), bp, nb_hash); in nfs_buf_get()
999 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_buf_get()
1375 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_buf_write_delayed()
1584 LIST_INSERT_HEAD(listheadp, bp, nb_vnbufs); in nfs_buf_itercomplete()
2526 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_buf_write()
2698 LIST_INSERT_HEAD(&np->n_cleanblkhd, bp, nb_vnbufs); in nfs_buf_write()
2816 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_buf_write_finish()
3374 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_flushcommits()
3429 LIST_INSERT_HEAD(&commitlist, bp, nb_vnbufs); in nfs_flushcommits()
3520 LIST_INSERT_HEAD(&np->n_dirtyblkhd, bp, nb_vnbufs); in nfs_flushcommits()
[all …]
H A Dnfs_srvcache.c362 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash); in nfsrv_getcache()
H A Dnfs_serv.c1170 LIST_INSERT_HEAD(&firehead, fp, fm_link); in nfsrv_fmod_timer()
1253 LIST_INSERT_HEAD(head, fp, fm_link); in nfsrv_modified()
1273 LIST_INSERT_HEAD(head, fp, fm_link); in nfsrv_modified()
1621 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq); in nfsrv_writegather()
1649 LIST_INSERT_HEAD(wpp, nd, nd_hash); in nfsrv_writegather()
1803 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq); in nfsrv_writegather()
1811 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq); in nfsrv_writegather()
1900 LIST_INSERT_HEAD(&owp->nd_coalesce, nd, nd_tq); in nfsrv_wg_coalesce()
1908 LIST_INSERT_HEAD(&owp->nd_coalesce, p, nd_tq); in nfsrv_wg_coalesce()
/xnu-8019.80.24/bsd/security/audit/
H A Daudit_mac.c222 LIST_INSERT_HEAD(cur->k_ar.ar_mac_records, record, records); in audit_mac_data()
H A Daudit_bsm_klib.c190 LIST_INSERT_HEAD(&evcl->head, evc, entry); in au_evclassmap_insert()
/xnu-8019.80.24/osfmk/kern/
H A Dhv_io_notifier.c131 LIST_INSERT_HEAD(&grp->list, ion, list); in hv_io_notifier_grp_add()
/xnu-8019.80.24/bsd/miscfs/nullfs/
H A Dnull_subr.c217 LIST_INSERT_HEAD(hd, xp, null_hash); in null_hashins()
/xnu-8019.80.24/bsd/miscfs/bindfs/
H A Dbind_subr.c209 LIST_INSERT_HEAD(hd, xp, bind_hash); in bind_hashins()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cache.c2339 LIST_INSERT_HEAD(ncpp, ncp, nc_hash); in cache_enter_locked()
2346 LIST_INSERT_HEAD(&vp->v_nclinks, ncp, nc_un.nc_link); in cache_enter_locked()
2509 LIST_INSERT_HEAD(head, entry, nc_hash); in resize_namecache()
2731 LIST_INSERT_HEAD(head, entry, hash_chain); in resize_string_ref_table()
2828 LIST_INSERT_HEAD(head, entry, hash_chain); in add_name_internal()
H A Dvfs_bio.c216 #define bufinsvn(bp, dp) LIST_INSERT_HEAD(dp, bp, b_vnbufs)
1620 LIST_INSERT_HEAD(list[i].listhead, bp, b_vnbufs); in buf_iterate()
1705 LIST_INSERT_HEAD(&vp->v_cleanblkhd, bp, b_vnbufs); in buf_invalidateblks()
1780 LIST_INSERT_HEAD(&vp->v_dirtyblkhd, bp, b_vnbufs); in buf_invalidateblks()
1884 LIST_INSERT_HEAD(&vp->v_dirtyblkhd, bp, b_vnbufs); in buf_flushdirtyblks_skipinfo()
2007 LIST_INSERT_HEAD(listheadp, bp, b_vnbufs); in buf_itercomplete()
/xnu-8019.80.24/bsd/dev/dtrace/
H A Ddtrace_subr.c219 LIST_INSERT_HEAD(&dtrace_proc_awaited_head, &entry, entries); in dtrace_proc_waitfor()
/xnu-8019.80.24/bsd/netinet/
H A Dip_encap.c310 LIST_INSERT_HEAD(&encaptab, ep, chain); in encap_add_locked()
H A Din_pcb.c662 LIST_INSERT_HEAD(pcbinfo->ipi_listhead, inp, inp_list); in in_pcballoc()
2639 LIST_INSERT_HEAD(pcbporthash, phd, phd_hash); in in_pcbinshash()
2670 LIST_INSERT_HEAD(&phd->phd_pcblist, inp, inp_portlist); in in_pcbinshash()
2671 LIST_INSERT_HEAD(pcbhash, inp, inp_hash); in in_pcbinshash()
2751 LIST_INSERT_HEAD(head, inp, inp_hash); in in_pcbrehash()
/xnu-8019.80.24/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c273 LIST_INSERT_HEAD(fc, fd, fd_hash); in fdesc_allocvp()

123