Home
last modified time | relevance | path

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

123

/xnu-10063.141.1/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 Dkern_persona.c281 LIST_INSERT_HEAD(&all_personas, persona, pna_list); in persona_init_end()
599 LIST_INSERT_HEAD(&old_persona->pna_members, p, p_persona_list); in proc_reset_persona_internal()
706 LIST_INSERT_HEAD(&persona->pna_members, p, p_persona_list); in proc_set_persona_internal()
H A Dbsd_init.c616 LIST_INSERT_HEAD(&pgrp0->pg_members, kernproc, p_pglist); in bsd_init()
618 LIST_INSERT_HEAD(&allproc, kernproc, p_list); in bsd_init()
620 LIST_INSERT_HEAD(SESSHASH(0), session0, s_hash); in bsd_init()
H A Dkern_proc.c316 LIST_INSERT_HEAD(uipp, uip, ui_hash); in chgproccnt()
2288 LIST_INSERT_HEAD(&pgrp->pg_members, p, p_pglist); in pgrp_add_member()
2451 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling); in pinsertchild()
2453 LIST_INSERT_HEAD(&allproc, child, p_list); in pinsertchild()
2486 LIST_INSERT_HEAD(&new_proc->p_children, child, p_sibling); in p_reparentallchildren()
2564 LIST_INSERT_HEAD(SESSHASH(sess->s_sid), sess, s_hash); in enterpgrp()
/xnu-10063.141.1/bsd/man/man3/ !
H A DMakefile39 queue.3 LIST_INSERT_HEAD.3 \
/xnu-10063.141.1/san/memory/ !
H A Dkasan-fakestack.c147 LIST_INSERT_HEAD(&tofree, cur, list); in kasan_fakestack_gc()
212 LIST_INSERT_HEAD(head, hdr, list); in kasan_fakestack_alloc()
/xnu-10063.141.1/bsd/net/ !
H A Draw_cb.c114 LIST_INSERT_HEAD(&rawcb_list, rp, list); in raw_attach()
H A Dif_pflog.c258 LIST_INSERT_HEAD(&pflogif_list, pflogif, sc_list); in pflog_clone_create()
H A Dremote_vif.c238 LIST_INSERT_HEAD(&_s_rvi_clients, client, _cle); in rvi_insert_client()
H A Diptap.c231 LIST_INSERT_HEAD(&iptap_list, iptap, iptap_link); in iptap_clone_create()
H A Dnetwork_agent.c911 LIST_INSERT_HEAD(&shared_netagent_list, new_wrapper, list_chain); in netagent_handle_register_inner()
1211 LIST_INSERT_HEAD(&pending_triggers_list_copy, search_client, client_chain); in netagent_handle_update_inner()
1257 LIST_INSERT_HEAD(&shared_netagent_list, new_wrapper, list_chain); in netagent_handle_update_inner()
2618 LIST_INSERT_HEAD(&wrapper->pending_triggers_list, new_pending_client, client_chain); in netagent_client_message_with_params()
/xnu-10063.141.1/osfmk/kern/ !
H A Dworkload_config.c249 LIST_INSERT_HEAD(&entry->wce_phases, config, wpe_link); in insert_config()
283 LIST_INSERT_HEAD(workload_config_hash(ctx, entry->wce_id), entry, wce_link); in insert_entry()
H A Dhv_io_notifier.c131 LIST_INSERT_HEAD(&grp->list, ion, list); in hv_io_notifier_grp_add()
/xnu-10063.141.1/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-10063.141.1/bsd/miscfs/bindfs/ !
H A Dbind_subr.c213 LIST_INSERT_HEAD(hd, xp, bind_hash); in bind_hashins()
/xnu-10063.141.1/bsd/miscfs/nullfs/ !
H A Dnull_subr.c221 LIST_INSERT_HEAD(hd, xp, null_hash); in null_hashins()
/xnu-10063.141.1/bsd/dev/dtrace/ !
H A Ddtrace_subr.c219 LIST_INSERT_HEAD(&dtrace_proc_awaited_head, &entry, entries); in dtrace_proc_waitfor()
/xnu-10063.141.1/bsd/nfs/ !
H A Dnfs_srvcache.c359 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash); in nfsrv_getcache()
H A Dnfs_subs.c1878 LIST_INSERT_HEAD(&nfsrv_exports, nxfs, nxfs_next); in nfsrv_export()
1937 LIST_INSERT_HEAD(&nxfs->nxfs_exports, nx, nx_next); in nfsrv_export()
1940 LIST_INSERT_HEAD(NFSRVEXPHASH(nxfs->nxfs_id, nx->nx_id), nx, nx_hash); in nfsrv_export()
2597 LIST_INSERT_HEAD(head, unode, hash_link); in nfsrv_get_user_stat_node()
2719 LIST_INSERT_HEAD(&oldlist, unode, hash_link); in nfsrv_active_user_list_reclaim()
H A Dnfs_serv.c1175 LIST_INSERT_HEAD(&firehead, fp, fm_link); in nfsrv_fmod_timer()
1258 LIST_INSERT_HEAD(head, fp, fm_link); in nfsrv_modified()
1278 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()
1799 LIST_INSERT_HEAD(&slp->ns_tq, nd, nd_tq); in nfsrv_writegather()
1807 LIST_INSERT_HEAD(&slp->ns_tq, swp, nd_tq); in nfsrv_writegather()
1896 LIST_INSERT_HEAD(&owp->nd_coalesce, nd, nd_tq); in nfsrv_wg_coalesce()
1904 LIST_INSERT_HEAD(&owp->nd_coalesce, p, nd_tq); in nfsrv_wg_coalesce()
/xnu-10063.141.1/bsd/netinet/ !
H A Dip_encap.c309 LIST_INSERT_HEAD(&encaptab, ep, chain); in encap_add_locked()
H A Din_pcb.c750 LIST_INSERT_HEAD(pcbinfo->ipi_listhead, inp, inp_list); in in_pcballoc()
2767 LIST_INSERT_HEAD(pcbporthash, phd, phd_hash); in in_pcbinshash()
2798 LIST_INSERT_HEAD(&phd->phd_pcblist, inp, inp_portlist); in in_pcbinshash()
2799 LIST_INSERT_HEAD(pcbhash, inp, inp_hash); in in_pcbinshash()
2879 LIST_INSERT_HEAD(head, inp, inp_hash); in in_pcbrehash()
/xnu-10063.141.1/bsd/vfs/ !
H A Dvfs_bio.c216 #define bufinsvn(bp, dp) LIST_INSERT_HEAD(dp, bp, b_vnbufs)
1641 LIST_INSERT_HEAD(list[i].listhead, bp, b_vnbufs); in buf_iterate()
1726 LIST_INSERT_HEAD(&vp->v_cleanblkhd, bp, b_vnbufs); in buf_invalidateblks()
1801 LIST_INSERT_HEAD(&vp->v_dirtyblkhd, bp, b_vnbufs); in buf_invalidateblks()
1905 LIST_INSERT_HEAD(&vp->v_dirtyblkhd, bp, b_vnbufs); in buf_flushdirtyblks_skipinfo()
2028 LIST_INSERT_HEAD(listheadp, bp, b_vnbufs); in buf_itercomplete()
/xnu-10063.141.1/bsd/miscfs/devfs/ !
H A Ddevfs_fdesc_support.c279 LIST_INSERT_HEAD(fc, fd, fd_hash); in fdesc_allocvp()

123