Home
last modified time | relevance | path

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

12345678

/openbsd/sys/kern/
H A Dinit_main.c264 LIST_INSERT_HEAD(&allprocess, pr, ps_list); in main()
265 LIST_INSERT_HEAD(PIDHASH(0), pr, ps_hash); in main()
271 LIST_INSERT_HEAD(&allproc, p, p_list); in main()
273 LIST_INSERT_HEAD(TIDHASH(0), p, p_hash); in main()
274 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash); in main()
276 LIST_INSERT_HEAD(&pgrp0.pg_members, pr, ps_pglist); in main()
H A Dkern_fork.c296 LIST_INSERT_HEAD(&allprocess, pr, ps_list); in process_new()
448 LIST_INSERT_HEAD(&allproc, p, p_list); in fork1()
449 LIST_INSERT_HEAD(TIDHASH(p->p_tid), p, p_hash); in fork1()
450 LIST_INSERT_HEAD(PIDHASH(pr->ps_pid), pr, ps_hash); in fork1()
452 LIST_INSERT_HEAD(&curpr->ps_children, pr, ps_sibling); in fork1()
578 LIST_INSERT_HEAD(&allproc, p, p_list); in thread_fork()
579 LIST_INSERT_HEAD(TIDHASH(p->p_tid), p, p_hash); in thread_fork()
H A Dsubr_extent.c127 LIST_INSERT_HEAD(&ext_list, ex, ex_link); in extent_register()
217 LIST_INSERT_HEAD(&fex->fex_freelist, rp, er_link); in extent_create()
247 LIST_INSERT_HEAD(&ex->ex_regions, rp, er_link); in extent_create()
325 LIST_INSERT_HEAD(&ex->ex_regions, rp, er_link); in extent_insert_and_optimize()
1211 LIST_INSERT_HEAD(&fex->fex_freelist, rp, in extent_free_region_descriptor()
1220 LIST_INSERT_HEAD(&fex->fex_freelist, rp, er_link); in extent_free_region_descriptor()
H A Dkern_exit.c263 LIST_INSERT_HEAD(&zombprocess, pr, ps_list); in exit1()
404 LIST_INSERT_HEAD(&deadproc, p, p_hash); in exit2()
793 LIST_INSERT_HEAD(&parent->ps_children, child, ps_sibling); in process_reparent()
798 LIST_INSERT_HEAD(&child->ps_pptr->ps_orphans, child, ps_orphan); in process_reparent()
/openbsd/sys/nfs/
H A Dnfs_aiod.c79 LIST_INSERT_HEAD(&nfs_aiods_all, aiod, nad_all); in nfs_aiod()
80 LIST_INSERT_HEAD(&nfs_aiods_idle, aiod, nad_idle); in nfs_aiod()
102 LIST_INSERT_HEAD(&nfs_aiods_idle, aiod, nad_idle); in nfs_aiod()
/openbsd/sys/dev/ofw/
H A Dofw_misc.c63 LIST_INSERT_HEAD(&regmaps, rm, rm_list); in regmap_register()
134 LIST_INSERT_HEAD(&if_devices, ifd, if_list); in if_register()
181 LIST_INSERT_HEAD(&phy_devices, pd, pd_list); in phy_register()
313 LIST_INSERT_HEAD(&i2c_busses, ib, ib_list); in i2c_register()
359 LIST_INSERT_HEAD(&sfp_devices, sd, sd_list); in sfp_register()
496 LIST_INSERT_HEAD(&pwm_devices, pd, pd_list); in pwm_register()
591 LIST_INSERT_HEAD(&nvmem_cells, nc, nc_list); in nvmem_register_child()
793 LIST_INSERT_HEAD(&endpoints, ep, ep_list); in endpoint_register()
974 LIST_INSERT_HEAD(&dai_devices, dd, dd_list); in dai_register()
1006 LIST_INSERT_HEAD(&mii_busses, md, md_list); in mii_register()
[all …]
H A Dofw_thermal.c119 LIST_INSERT_HEAD(&thermal_sensors, ts, ts_list); in thermal_sensor_register()
143 LIST_INSERT_HEAD(&cooling_devices, cd, cd_list); in cooling_device_register()
493 LIST_INSERT_HEAD(&tz->tz_cdevs, cd, cd_list); in thermal_zone_init()
503 LIST_INSERT_HEAD(&thermal_zones, tz, tz_list); in thermal_zone_init()
H A Dofw_power.c37 LIST_INSERT_HEAD(&power_domain_devices, pd, pd_list); in power_domain_register()
H A Dofw_pinctrl.c56 LIST_INSERT_HEAD(&pinctrls, pc, pc_list); in pinctrl_register_child()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dalloc.c169 LIST_INSERT_HEAD(&allocatedlist, f, list); in alloc()
194 LIST_INSERT_HEAD(&freelist, a, list); in free()
/openbsd/sys/arch/macppc/stand/
H A Dalloc.c169 LIST_INSERT_HEAD(&allocatedlist, f, list); in alloc()
194 LIST_INSERT_HEAD(&freelist, a, list); in free()
/openbsd/usr.sbin/ldpd/
H A Dldpe.c404 LIST_INSERT_HEAD(&nconf->iface_list, niface, entry); in ldpe_dispatch_main()
411 LIST_INSERT_HEAD(&nconf->tnbr_list, ntnbr, entry); in ldpe_dispatch_main()
418 LIST_INSERT_HEAD(&nconf->nbrp_list, nnbrp, entry); in ldpe_dispatch_main()
428 LIST_INSERT_HEAD(&nconf->l2vpn_list, nl2vpn, entry); in ldpe_dispatch_main()
436 LIST_INSERT_HEAD(&nl2vpn->if_list, nlif, entry); in ldpe_dispatch_main()
444 LIST_INSERT_HEAD(&nl2vpn->pw_list, npw, entry); in ldpe_dispatch_main()
455 LIST_INSERT_HEAD(&nconf->auth_list, auth, entry); in ldpe_dispatch_main()
H A Dlde.c493 LIST_INSERT_HEAD(&nconf->iface_list, niface, entry); in lde_dispatch_parent()
500 LIST_INSERT_HEAD(&nconf->tnbr_list, ntnbr, entry); in lde_dispatch_parent()
507 LIST_INSERT_HEAD(&nconf->nbrp_list, nnbrp, entry); in lde_dispatch_parent()
517 LIST_INSERT_HEAD(&nconf->l2vpn_list, nl2vpn, entry); in lde_dispatch_parent()
525 LIST_INSERT_HEAD(&nl2vpn->if_list, nlif, entry); in lde_dispatch_parent()
533 LIST_INSERT_HEAD(&nl2vpn->pw_list, npw, entry); in lde_dispatch_parent()
544 LIST_INSERT_HEAD(&nconf->auth_list, auth, entry); in lde_dispatch_parent()
1224 LIST_INSERT_HEAD(&fn->upstream, me, entry); in lde_map_add()
1230 LIST_INSERT_HEAD(&fn->downstream, me, entry); in lde_map_add()
H A Dparse.y295 LIST_INSERT_HEAD(&conf->auth_list, $1, entry);
538 LIST_INSERT_HEAD(&conf->auth_list, $1, entry);
1465 LIST_INSERT_HEAD(&conf->iface_list, i, entry); in conf_get_if()
1483 LIST_INSERT_HEAD(&conf->tnbr_list, t, entry); in conf_get_tnbr()
1501 LIST_INSERT_HEAD(&conf->nbrp_list, n, entry); in conf_get_nbrp()
1516 LIST_INSERT_HEAD(&conf->l2vpn_list, l, entry); in conf_get_l2vpn()
1552 LIST_INSERT_HEAD(&l2vpn->if_list, f, entry); in conf_get_l2vpn_if()
1571 LIST_INSERT_HEAD(&l2vpn->pw_list, p, entry); in conf_get_l2vpn_pw()
H A Dldpd.c888 LIST_INSERT_HEAD(&conf->iface_list, xi, entry); in merge_ifaces()
940 LIST_INSERT_HEAD(&conf->tnbr_list, xt, entry); in merge_tnbrs()
984 LIST_INSERT_HEAD(&conf->nbrp_list, xn, entry); in merge_nbrps()
1056 LIST_INSERT_HEAD(&conf->l2vpn_list, xl, entry); in merge_l2vpns()
1102 LIST_INSERT_HEAD(&l2vpn->if_list, xf, entry); in merge_l2vpn()
1134 LIST_INSERT_HEAD(&l2vpn->pw_list, xp, entry); in merge_l2vpn()
1266 LIST_INSERT_HEAD(&conf->auth_list, xauth, entry); in merge_auths()
H A Dadjacency.c57 LIST_INSERT_HEAD(&global.adj_list, adj, global_entry); in adj_new()
61 LIST_INSERT_HEAD(&source->link.ia->adj_list, adj, ia_entry); in adj_new()
/openbsd/sys/dev/usb/
H A Dusb_mem.c181 LIST_INSERT_HEAD(&usb_blk_freelist, p, next); in usb_block_freemem()
237 LIST_INSERT_HEAD(&usb_frag_freelist, f, next); in usb_allocmem()
262 LIST_INSERT_HEAD(&usb_frag_freelist, f, next); in usb_freemem()
/openbsd/usr.sbin/ripd/
H A Dneighbor.c187 LIST_INSERT_HEAD(head, nbr, hash); in nbr_new()
191 LIST_INSERT_HEAD(&iface->nbr_list, nbr, entry); in nbr_new()
294 LIST_INSERT_HEAD(&iface->failed_nbr_list, nbr_failed, entry); in nbr_failed_new()
/openbsd/sbin/isakmpd/
H A Ddoi.c58 LIST_INSERT_HEAD(&doi_tab, doi, link); in doi_register()
H A Dtransport.c88 LIST_INSERT_HEAD(&transport_list, t, link); in transport_setup()
170 LIST_INSERT_HEAD(&transport_method_list, t, link); in transport_method_add()
/openbsd/lib/librthread/
H A Drthread_fork.c94 LIST_INSERT_HEAD(&_thread_list, me, threads); in _dofork()
/openbsd/usr.bin/patch/
H A Ded.c127 LIST_INSERT_HEAD(&head, nline, entries); in do_ed_script()
283 LIST_INSERT_HEAD(&head, line, entries); in init_lines()
/openbsd/sys/dev/isa/
H A Delink.c91 LIST_INSERT_HEAD(&elink_all_resets, er, er_link); in elink_reset()
/openbsd/sys/ntfs/
H A Dntfs_ihash.c125 LIST_INSERT_HEAD(ipp, ip, i_hash); in ntfs_nthashins()
/openbsd/usr.sbin/dvmrpd/
H A Dneighbor.c203 LIST_INSERT_HEAD(head, nbr, hash); in nbr_new()
207 LIST_INSERT_HEAD(&iface->nbr_list, nbr, entry); in nbr_new()

12345678