Home
last modified time | relevance | path

Searched refs:LIST_INSERT_HEAD (Results 101 – 125 of 293) sorted by relevance

12345678910>>...12

/freebsd/tools/regression/geom/MdLoad/
H A DMdLoad.c79 LIST_INSERT_HEAD(&sc->sectors, dsp, sectors); in g_simdisk_insertsector()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clsubs.c286 LIST_INSERT_HEAD(&np->n_cookies, dp, ndm_list); in ncl_getcookie()
/freebsd/lib/libthr/thread/
H A Dthr_list.c259 LIST_INSERT_HEAD(head, thread, hle); in _thr_hash_add()
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c983 LIST_INSERT_HEAD(&sc->hs_free_list, reqp, link); in storvsc_init_requests()
1127 LIST_INSERT_HEAD(&g_hv_sgl_page_pool.free_sgl_list, in storvsc_attach()
1628 LIST_INSERT_HEAD(&g_hv_sgl_page_pool.free_sgl_list, sgl_node, link); in storvsc_destroy_bounce_buffer()
1659 LIST_INSERT_HEAD(&g_hv_sgl_page_pool.in_use_sgl_list, sgl_node, link); in storvsc_create_bounce_buffer()
2465 LIST_INSERT_HEAD(&sc->hs_free_list, reqp, link); in storvsc_free_request()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c266 LIST_INSERT_HEAD(&r->spool_chain, s, _next); in add_redir_spool_cfg()
269 LIST_INSERT_HEAD(&ptr->redir_chain, r, _next); in add_redir_spool_cfg()
555 LIST_INSERT_HEAD(&chain->nat, ptr, _next); in nat44_config()
/freebsd/sys/kern/
H A Dkern_exit.c144 LIST_INSERT_HEAD(&p1->p_reaplist, p2, p_reapsibling); in reaper_abandon_children()
1434 LIST_INSERT_HEAD(&parent->p_orphans, child, p_orphan); in proc_add_orphan()
1459 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling); in proc_reparent()
H A Dkern_rctl.c895 LIST_INSERT_HEAD(&racct->r_rule_links, link, rrl_next); in rctl_racct_add_rule()
915 LIST_INSERT_HEAD(&racct->r_rule_links, link, rrl_next); in rctl_racct_add_rule_locked()
2003 LIST_INSERT_HEAD(&newrules, newlink, rrl_next); in rctl_proc_ucred_changed()
2075 LIST_INSERT_HEAD(&p->p_racct->r_rule_links, in rctl_proc_ucred_changed()
/freebsd/sys/netgraph/
H A Dng_pptpgre.c346 LIST_INSERT_HEAD(&priv->sesshash[0], &priv->uppersess, sessions); in ng_pptpgre_constructor()
408 LIST_INSERT_HEAD(&priv->sesshash[hash], hpriv, sessions); in ng_pptpgre_newhook()
446 LIST_INSERT_HEAD(&priv->sesshash[hash], hpriv, in ng_pptpgre_rcvmsg()
H A Dng_etf.c324 LIST_INSERT_HEAD( etfp->hashtable in ng_etf_rcvmsg()
/freebsd/sys/net/
H A Dif_media.c139 LIST_INSERT_HEAD(&ifm->ifm_list, entry, ifm_list); in ifmedia_add()
H A Dif_clone.c180 LIST_INSERT_HEAD(&_ifc->ifc_iflist, _ifp, if_clones)
514 LIST_INSERT_HEAD(&V_if_cloners, ifc, ifc_list); in if_clone_attach()
H A Dpfil.c275 LIST_INSERT_HEAD(&V_pfil_head_list, head, head_list); in pfil_head_register()
329 LIST_INSERT_HEAD(&V_pfil_hook_list, hook, hook_list); in pfil_add_hook()
/freebsd/sys/fs/fuse/
H A Dfuse_file.c374 LIST_INSERT_HEAD(&fvdat->handles, fufh, next); in fuse_filehandle_init()
/freebsd/sys/dev/led/
H A Dled.c297 LIST_INSERT_HEAD(&led_list, sc, list); in led_create_state()
/freebsd/sys/vm/
H A Duma_core.c1306 LIST_INSERT_HEAD(&newhash->uh_slab_hash[hval], in hash_expand()
1671 LIST_INSERT_HEAD(&freeslabs, slab, us_link); in keg_drain_domain()
1857 LIST_INSERT_HEAD(&dom->ud_part_slab, slab, us_link); in keg_alloc_slab()
2582 LIST_INSERT_HEAD(&keg->uk_zones, zone, uz_link); in keg_ctor()
2585 LIST_INSERT_HEAD(&uma_kegs, keg, uk_link); in keg_ctor()
2910 LIST_INSERT_HEAD(&uma_cachezones, zone, uz_link); in zone_ctor()
3965 LIST_INSERT_HEAD(&dom->ud_part_slab, slab, us_link); in keg_first_slab()
4100 LIST_INSERT_HEAD(&dom->ud_full_slab, slab, us_link); in slab_alloc_item()
4847 LIST_INSERT_HEAD(&dom->ud_free_slab, slab, us_link); in slab_free_item()
4851 LIST_INSERT_HEAD(&dom->ud_part_slab, slab, us_link); in slab_free_item()
[all …]
/freebsd/sys/netinet6/
H A Din6.c704 LIST_INSERT_HEAD(&ia->ia6_memberships, imm, i6mm_chain); in in6_update_ifa_join_mc()
721 LIST_INSERT_HEAD(&ia->ia6_memberships, imm, i6mm_chain); in in6_update_ifa_join_mc()
744 LIST_INSERT_HEAD(&ia->ia6_memberships, imm, i6mm_chain); in in6_update_ifa_join_mc()
756 LIST_INSERT_HEAD(&ia->ia6_memberships, imm, i6mm_chain); in in6_update_ifa_join_mc()
774 LIST_INSERT_HEAD(&ia->ia6_memberships, imm, i6mm_chain); in in6_update_ifa_join_mc()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c222 LIST_INSERT_HEAD(hd, uncp, un_hash); in unionfs_ins_cached_vnode()
570 LIST_INSERT_HEAD(&(unp->un_unshead), unsp, uns_list); in unionfs_get_node_status()
847 LIST_INSERT_HEAD(hd, unp, un_hash); in unionfs_node_update()
/freebsd/usr.bin/truss/
H A Dsetup.c280 LIST_INSERT_HEAD(&p->threadlist, nt, entries); in new_thread()
343 LIST_INSERT_HEAD(&info->proclist, np, entries); in new_proc()
/freebsd/sys/dev/vmd/
H A Dvmd.c600 LIST_INSERT_HEAD(&sc->vmd_users, u, viu_link); in vmd_alloc_msi()
660 LIST_INSERT_HEAD(&sc->vmd_users, u, viu_link); in vmd_alloc_msix()
/freebsd/contrib/dma/
H A Dspool.c219 LIST_INSERT_HEAD(&queue->queue, it, next); in readqueuef()
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_subr.c293 LIST_INSERT_HEAD(&dir->df_dirents, dent, dfd_entries); in dtfs_adddent()
/freebsd/lib/libc/gen/
H A Dsem.c263 LIST_INSERT_HEAD(&named_sems, *sem, entry); in _libc_sem_open_compat()
/freebsd/lib/libsecureboot/
H A Dveopen.c142 LIST_INSERT_HEAD(&fi_list, nfip, entries); in fingerprint_info_add()
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dparser.y94 LIST_INSERT_HEAD(&link_keys, key, next);
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_rm.c379 LIST_INSERT_HEAD(&sc->drives, d, drive); in gv_rm_drive()

12345678910>>...12