Home
last modified time | relevance | path

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

12345678910>>...12

/trueos/sys/kern/
HDvfs_hash.c136 LIST_INSERT_HEAD(&vfs_hash_side, vp, v_hashlist); in vfs_hash_insert()
148 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist); in vfs_hash_insert()
159 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist); in vfs_hash_rehash()
HDinit_main.c462 LIST_INSERT_HEAD(&allproc, p, p_list); in proc0_init()
463 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init()
466 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash); in proc0_init()
468 LIST_INSERT_HEAD(&pgrp0.pg_members, p, p_pglist); in proc0_init()
484 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash); in proc0_init()
832 LIST_INSERT_HEAD(&initproc->p_reaplist, &proc0, p_reapsibling); in create_init()
HDkern_cpuset.c196 LIST_INSERT_HEAD(head, set, cs_link); in cpuset_rel_defer()
267 LIST_INSERT_HEAD(&parent->cs_children, set, cs_siblings); in _cpuset_create()
269 LIST_INSERT_HEAD(&cpuset_ids, set, cs_link); in _cpuset_create()
540 LIST_INSERT_HEAD(&freelist, nset, cs_link); in cpuset_setproc()
600 LIST_INSERT_HEAD(&freelist, nset, cs_link); in cpuset_setproc()
745 LIST_INSERT_HEAD(&cpuset_ids, set, cs_link); in cpuset_thread0()
HDkern_lockf.c534 LIST_INSERT_HEAD(&lf_lock_owners[hash], lo, lo_link); in lf_advlockasync()
607 LIST_INSERT_HEAD(&lf_lock_states, ls, ls_link); in lf_advlockasync()
935 LIST_INSERT_HEAD(&x->lf_outedges, e, le_outlink); in lf_add_edge()
936 LIST_INSERT_HEAD(&y->lf_inedges, e, le_inlink); in lf_add_edge()
1098 LIST_INSERT_HEAD(&state->ls_active, lock, lf_link); in lf_insert_lock()
1161 LIST_INSERT_HEAD(granted, deplock, lf_link); in lf_update_dependancies()
1220 LIST_INSERT_HEAD(&granted, lock, lf_link); in lf_activate_lock()
1445 LIST_INSERT_HEAD(&state->ls_pending, lock, lf_link); in lf_setlock()
2356 LIST_INSERT_HEAD(&x->v_outedges, e, e_outlink); in graph_add_edge()
2357 LIST_INSERT_HEAD(&y->v_inedges, e, e_inlink); in graph_add_edge()
/trueos/usr.sbin/bhyve/
HDmevent.c216 LIST_INSERT_HEAD(&global_head, mevp, me_list); in mevent_build()
290 LIST_INSERT_HEAD(&change_head, mevp, me_list); in mevent_add()
326 LIST_INSERT_HEAD(&change_head, evp, me_list); in mevent_update()
361 LIST_INSERT_HEAD(&change_head, evp, me_list); in mevent_delete_event()
/trueos/sys/netgraph/atm/
HDngatmbase.c258 LIST_INSERT_HEAD(&ngatm_freeuni, m, link); in _uni_msg_alloc()
268 LIST_INSERT_HEAD(&ngatm_useduni, m, link); in _uni_msg_alloc()
308 LIST_INSERT_HEAD(&ngatm_freeuni, d, link); in _uni_msg_destroy()
372 LIST_INSERT_HEAD(&ngatm_freeuni, a, link); in uni_msg_alloc()
396 LIST_INSERT_HEAD(&ngatm_freeuni, a, link); in uni_msg_destroy()
/trueos/sys/geom/vinum/
HDgeom_vinum_create.c117 LIST_INSERT_HEAD(&sc->drives, d, drive); in gv_create_drive()
170 LIST_INSERT_HEAD(&d->freelist, fl, freelist); in gv_create_drive()
174 LIST_INSERT_HEAD(&sc->drives, d, drive); in gv_create_drive()
188 LIST_INSERT_HEAD(&sc->volumes, v, volume); in gv_create_volume()
216 LIST_INSERT_HEAD(&v->plexes, p, in_volume); in gv_create_plex()
219 LIST_INSERT_HEAD(&sc->plexes, p, plex); in gv_create_plex()
300 LIST_INSERT_HEAD(&sc->subdisks, s, sd); in gv_create_sd()
HDgeom_vinum_subr.c350 LIST_INSERT_HEAD(&p->subdisks, s, in_plex); in gv_sd_to_plex()
732 LIST_INSERT_HEAD(&d->subdisks, s, from_drive); in gv_sd_to_drive()
790 LIST_INSERT_HEAD(&d->freelist, fl, freelist); in gv_free_sd()
841 LIST_INSERT_HEAD(&d->freelist, fl, freelist); in gv_adjust_freespace()
1058 LIST_INSERT_HEAD(&v->plexes, p, in_volume); in gv_setup_objects()
1158 LIST_INSERT_HEAD(&v->plexes, p, in_volume); in gv_attach_plex()
/trueos/lib/libgeom/
HDgeom_xml2tree.c97 LIST_INSERT_HEAD(&mt->mesh->lg_class, mt->class, lg_class); in StartElement()
112 LIST_INSERT_HEAD(&mt->class->lg_geom, mt->geom, lg_geom); in StartElement()
132 LIST_INSERT_HEAD(&mt->geom->lg_consumer, mt->consumer, in StartElement()
155 LIST_INSERT_HEAD(&mt->geom->lg_provider, mt->provider, in StartElement()
290 LIST_INSERT_HEAD(c, gc, lg_config); in EndElement()
442 LIST_INSERT_HEAD( in geom_xml2tree()
/trueos/sys/fs/nfsserver/
HDnfs_nfsdstate.c278 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient()
382 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient()
443 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient()
629 LIST_INSERT_HEAD(&shp->list, nsep, sess_hash); in nfsrv_getclient()
631 LIST_INSERT_HEAD(&clp->lc_session, nsep, sess_list); in nfsrv_getclient()
2191 LIST_INSERT_HEAD(NFSSTATEHASH(clp, new_stp->ls_stateid), in nfsrv_lockctrl()
2193 LIST_INSERT_HEAD(&stp->ls_open, new_stp, ls_list); in nfsrv_lockctrl()
2799 LIST_INSERT_HEAD(&clp->lc_deleg, stp, ls_list); in nfsrv_openctrl()
2800 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl()
2827 LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file); in nfsrv_openctrl()
[all …]
HDnfs_nfsdcache.c442 LIST_INSERT_HEAD(hp, newrp, rc_hash); in nfsrc_getudp()
589 LIST_INSERT_HEAD(&hbp->tbl, rp, rc_ahash); in nfsrvd_sentcache()
636 LIST_INSERT_HEAD(&nfsrc_templist, rp, rc_hash); in nfsrc_gettcp()
663 LIST_INSERT_HEAD(hp, rp, rc_hash); in nfsrc_gettcp()
723 LIST_INSERT_HEAD(hp, newrp, rc_hash); in nfsrc_gettcp()
/trueos/lib/libkse/thread/
HDthr_stack.c257 LIST_INSERT_HEAD(&dstackq, spare_stack, qe); in _thr_stack_free()
260 LIST_INSERT_HEAD(&mstackq, spare_stack, qe); in _thr_stack_free()
/trueos/lib/libthr/thread/
HDthr_stack.c311 LIST_INSERT_HEAD(&dstackq, spare_stack, qe); in _thr_stack_free()
314 LIST_INSERT_HEAD(&mstackq, spare_stack, qe); in _thr_stack_free()
/trueos/sys/geom/part/
HDg_part_ldm.c715 LIST_INSERT_HEAD(&db->xvblks, blk, entry); in ldm_xvblk_handle()
867 LIST_INSERT_HEAD(&db->disks, &blk->u.disk, entry); in ldm_vblk_handle()
889 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry); in ldm_vblk_handle()
900 LIST_INSERT_HEAD(&db->disks, &blk->u.disk, entry); in ldm_vblk_handle()
913 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry); in ldm_vblk_handle()
969 LIST_INSERT_HEAD(&db->volumes, &blk->u.vol, entry); in ldm_vblk_handle()
975 LIST_INSERT_HEAD(&db->vblks, blk, entry); in ldm_vblk_handle()
1099 LIST_INSERT_HEAD(&volume->components, in ldm_vmdb_parse()
1107 LIST_INSERT_HEAD(&comp->partitions, in ldm_vmdb_parse()
/trueos/lib/libc/iconv/
HDcitrus_hash.h47 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
/trueos/usr.bin/csup/
HDqueue.h208 #undef LIST_INSERT_HEAD
209 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/trueos/sys/net/
HDraw_cb.c98 LIST_INSERT_HEAD(&V_rawcb_list, rp, list); in raw_attach()
/trueos/usr.sbin/mtree/
HDexcludes.c92 LIST_INSERT_HEAD(&excludes, e, link); in read_excludes_file()
/trueos/contrib/mtree/
HDexcludes.c99 LIST_INSERT_HEAD(&excludes, e, link); in read_excludes_file()
/trueos/sys/vm/
HDuma_core.c723 LIST_INSERT_HEAD(&zone->uz_buckets, in cache_drain_safe_cpu()
731 LIST_INSERT_HEAD(&zone->uz_buckets, in cache_drain_safe_cpu()
1544 LIST_INSERT_HEAD(&keg->uk_zones, zone, uz_link); in keg_ctor()
1547 LIST_INSERT_HEAD(&uma_kegs, keg, uk_link); in keg_ctor()
1599 LIST_INSERT_HEAD(&uma_cachezones, zone, uz_link); in zone_ctor()
1652 LIST_INSERT_HEAD(&zone->uz_kegs, &zone->uz_klink, kl_link); in zone_ctor()
1816 LIST_INSERT_HEAD(&uma_boot_pages, slab, us_link); in uma_startup()
2305 LIST_INSERT_HEAD(&zone->uz_buckets, bucket, ub_link); in uma_zalloc_arg()
2347 LIST_INSERT_HEAD(&keg->uk_part_slab, slab, in keg_fetch_slab()
2384 LIST_INSERT_HEAD(&keg->uk_part_slab, slab, us_link); in keg_fetch_slab()
[all …]
/trueos/sys/security/mac/
HDmac_framework.c433 LIST_INSERT_HEAD(&mac_static_policy_list, mpc, mpc_list); in mac_policy_register()
435 LIST_INSERT_HEAD(&mac_policy_list, mpc, mpc_list); in mac_policy_register()
/trueos/sys/dev/syscons/
HDscterm.c76 LIST_INSERT_HEAD(&sc_term_list, sw, link); in sc_term_add()
/trueos/sys/netgraph/bluetooth/hci/
HDng_hci_misc.c183 LIST_INSERT_HEAD(&unit->neighbors, n, next); in ng_hci_new_neighbor()
296 LIST_INSERT_HEAD(&unit->con_list, con, next); in ng_hci_new_con()
/trueos/sys/netinet/
HDin_pcbgroup.c256 LIST_INSERT_HEAD(head, inp, inp_pcbgroup_wild); in in_pcbwild_add()
339 LIST_INSERT_HEAD(pcbhash, inp, inp_pcbgrouphash); in in_pcbgroup_update_internal()
/trueos/sys/netnatm/
HDnatm_pcb.c145 LIST_INSERT_HEAD(&natm_pcbs, cpcb, pcblist); in npcb_add()

12345678910>>...12