| /freebsd-11-stable/sys/kern/ |
| HD | vfs_hash.c | 169 LIST_INSERT_HEAD(&vfs_hash_side, vp, v_hashlist); in vfs_hash_insert() 181 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist); in vfs_hash_insert() 192 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist); in vfs_hash_rehash() 225 LIST_INSERT_HEAD( in vfs_hash_changesize()
|
| HD | init_main.c | 484 LIST_INSERT_HEAD(&allproc, p, p_list); in proc0_init() 485 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init() 488 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash); in proc0_init() 490 LIST_INSERT_HEAD(&pgrp0.pg_members, p, p_pglist); in proc0_init() 506 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash); in proc0_init() 869 LIST_INSERT_HEAD(&initproc->p_reaplist, &proc0, p_reapsibling); in create_init()
|
| HD | subr_gtaskqueue.c | 306 LIST_INSERT_HEAD(&queue->tq_active, &tb, tb_link); in gtaskqueue_run_locked() 656 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach() 692 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, in taskqgroup_attach_deferred() 726 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach_cpu() 763 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach_cpu_deferred() 893 LIST_INSERT_HEAD(>ask_head, gtask, gt_list); in _taskqgroup_adjust()
|
| HD | kern_cpuset.c | 202 LIST_INSERT_HEAD(head, set, cs_link); in cpuset_rel_defer() 273 LIST_INSERT_HEAD(&parent->cs_children, set, cs_siblings); in _cpuset_create() 275 LIST_INSERT_HEAD(&cpuset_ids, set, cs_link); in _cpuset_create() 548 LIST_INSERT_HEAD(&freelist, nset, cs_link); in cpuset_setproc() 608 LIST_INSERT_HEAD(&freelist, nset, cs_link); in cpuset_setproc() 849 LIST_INSERT_HEAD(&cpuset_ids, set, cs_link); in cpuset_thread0()
|
| HD | kern_lockf.c | 536 LIST_INSERT_HEAD(&lf_lock_owners[hash], lo, lo_link); in lf_advlockasync() 609 LIST_INSERT_HEAD(&lf_lock_states, ls, ls_link); in lf_advlockasync() 937 LIST_INSERT_HEAD(&x->lf_outedges, e, le_outlink); in lf_add_edge() 938 LIST_INSERT_HEAD(&y->lf_inedges, e, le_inlink); in lf_add_edge() 1100 LIST_INSERT_HEAD(&state->ls_active, lock, lf_link); in lf_insert_lock() 1163 LIST_INSERT_HEAD(granted, deplock, lf_link); in lf_update_dependancies() 1222 LIST_INSERT_HEAD(&granted, lock, lf_link); in lf_activate_lock() 1447 LIST_INSERT_HEAD(&state->ls_pending, lock, lf_link); in lf_setlock() 2360 LIST_INSERT_HEAD(&x->v_outedges, e, e_outlink); in graph_add_edge() 2361 LIST_INSERT_HEAD(&y->v_inedges, e, e_inlink); in graph_add_edge()
|
| /freebsd-11-stable/sys/netgraph/atm/ |
| HD | ngatmbase.c | 256 LIST_INSERT_HEAD(&ngatm_freeuni, m, link); in _uni_msg_alloc() 266 LIST_INSERT_HEAD(&ngatm_useduni, m, link); in _uni_msg_alloc() 306 LIST_INSERT_HEAD(&ngatm_freeuni, d, link); in _uni_msg_destroy() 370 LIST_INSERT_HEAD(&ngatm_freeuni, a, link); in uni_msg_alloc() 394 LIST_INSERT_HEAD(&ngatm_freeuni, a, link); in uni_msg_destroy()
|
| /freebsd-11-stable/usr.sbin/bhyve/ |
| HD | mevent.c | 223 LIST_INSERT_HEAD(&global_head, mevp, me_list); in mevent_build() 297 LIST_INSERT_HEAD(&change_head, mevp, me_list); in mevent_add() 333 LIST_INSERT_HEAD(&change_head, evp, me_list); in mevent_update() 368 LIST_INSERT_HEAD(&change_head, evp, me_list); in mevent_delete_event()
|
| /freebsd-11-stable/sys/geom/vinum/ |
| HD | geom_vinum_create.c | 117 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()
|
| HD | geom_vinum_subr.c | 350 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()
|
| /freebsd-11-stable/sys/dev/proto/ |
| HD | proto_busdma.c | 85 LIST_INSERT_HEAD(&parent->children, tag, peers); in proto_busdma_tag_create() 110 LIST_INSERT_HEAD(&busdma->tags, tag, tags); in proto_busdma_tag_create() 209 LIST_INSERT_HEAD(&tag->mds, md, peers); in proto_busdma_mem_alloc() 210 LIST_INSERT_HEAD(&busdma->mds, md, mds); in proto_busdma_mem_alloc() 252 LIST_INSERT_HEAD(&tag->mds, md, peers); in proto_busdma_md_create() 253 LIST_INSERT_HEAD(&busdma->mds, md, mds); in proto_busdma_md_create()
|
| /freebsd-11-stable/lib/libgeom/ |
| HD | geom_xml2tree.c | 97 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() 292 LIST_INSERT_HEAD(c, gc, lg_config); in EndElement() 444 LIST_INSERT_HEAD( in geom_xml2tree()
|
| /freebsd-11-stable/sys/fs/nfsserver/ |
| HD | nfs_nfsdstate.c | 292 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient() 420 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient() 485 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient() 673 LIST_INSERT_HEAD(&shp->list, nsep, sess_hash); in nfsrv_getclient() 674 LIST_INSERT_HEAD(&clp->lc_session, nsep, sess_list); in nfsrv_getclient() 2291 LIST_INSERT_HEAD(NFSSTATEHASH(clp, new_stp->ls_stateid), in nfsrv_lockctrl() 2293 LIST_INSERT_HEAD(&stp->ls_open, new_stp, ls_list); in nfsrv_lockctrl() 2902 LIST_INSERT_HEAD(&clp->lc_deleg, stp, ls_list); in nfsrv_openctrl() 2903 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl() 2930 LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file); in nfsrv_openctrl() [all …]
|
| HD | nfs_nfsdcache.c | 440 LIST_INSERT_HEAD(hp, newrp, rc_hash); in nfsrc_getudp() 587 LIST_INSERT_HEAD(&hbp->tbl, rp, rc_ahash); in nfsrvd_sentcache() 634 LIST_INSERT_HEAD(&nfsrc_templist, rp, rc_hash); in nfsrc_gettcp() 661 LIST_INSERT_HEAD(hp, rp, rc_hash); in nfsrc_gettcp() 721 LIST_INSERT_HEAD(hp, newrp, rc_hash); in nfsrc_gettcp()
|
| /freebsd-11-stable/lib/libthr/thread/ |
| HD | thr_stack.c | 311 LIST_INSERT_HEAD(&dstackq, spare_stack, qe); in _thr_stack_free() 314 LIST_INSERT_HEAD(&mstackq, spare_stack, qe); in _thr_stack_free()
|
| /freebsd-11-stable/sys/geom/part/ |
| HD | g_part_ldm.c | 714 LIST_INSERT_HEAD(&db->xvblks, blk, entry); in ldm_xvblk_handle() 866 LIST_INSERT_HEAD(&db->disks, &blk->u.disk, entry); in ldm_vblk_handle() 888 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry); in ldm_vblk_handle() 899 LIST_INSERT_HEAD(&db->disks, &blk->u.disk, entry); in ldm_vblk_handle() 912 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry); in ldm_vblk_handle() 968 LIST_INSERT_HEAD(&db->volumes, &blk->u.vol, entry); in ldm_vblk_handle() 974 LIST_INSERT_HEAD(&db->vblks, blk, entry); in ldm_vblk_handle() 1097 LIST_INSERT_HEAD(&volume->components, in ldm_vmdb_parse() 1105 LIST_INSERT_HEAD(&comp->partitions, in ldm_vmdb_parse()
|
| /freebsd-11-stable/lib/libc/iconv/ |
| HD | citrus_hash.h | 47 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
|
| /freebsd-11-stable/sys/vm/ |
| HD | uma_core.c | 730 LIST_INSERT_HEAD(&zone->uz_buckets, in cache_drain_safe_cpu() 738 LIST_INSERT_HEAD(&zone->uz_buckets, in cache_drain_safe_cpu() 1522 LIST_INSERT_HEAD(&keg->uk_zones, zone, uz_link); in keg_ctor() 1525 LIST_INSERT_HEAD(&uma_kegs, keg, uk_link); in keg_ctor() 1577 LIST_INSERT_HEAD(&uma_cachezones, zone, uz_link); in zone_ctor() 1630 LIST_INSERT_HEAD(&zone->uz_kegs, &zone->uz_klink, kl_link); in zone_ctor() 1798 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() 2385 LIST_INSERT_HEAD(&keg->uk_part_slab, slab, us_link); in keg_fetch_slab() [all …]
|
| /freebsd-11-stable/sys/net/ |
| HD | raw_cb.c | 98 LIST_INSERT_HEAD(&V_rawcb_list, rp, list); in raw_attach()
|
| /freebsd-11-stable/contrib/mtree/ |
| HD | excludes.c | 99 LIST_INSERT_HEAD(&excludes, e, link); in read_excludes_file()
|
| /freebsd-11-stable/sys/security/mac/ |
| HD | mac_framework.c | 432 LIST_INSERT_HEAD(&mac_static_policy_list, mpc, mpc_list); in mac_policy_register() 434 LIST_INSERT_HEAD(&mac_policy_list, mpc, mpc_list); in mac_policy_register()
|
| /freebsd-11-stable/usr.sbin/fmtree/ |
| HD | excludes.c | 92 LIST_INSERT_HEAD(&excludes, e, link); in read_excludes_file()
|
| /freebsd-11-stable/lib/libc/stdlib/ |
| HD | cxa_thread_atexit_impl.c | 99 LIST_INSERT_HEAD(&dtors, new_dtor, entry); in __cxa_thread_atexit_hidden()
|
| /freebsd-11-stable/sys/netgraph/bluetooth/hci/ |
| HD | ng_hci_misc.c | 183 LIST_INSERT_HEAD(&unit->neighbors, n, next); in ng_hci_new_neighbor() 297 LIST_INSERT_HEAD(&unit->con_list, con, next); in ng_hci_new_con()
|
| /freebsd-11-stable/lib/lib80211/ |
| HD | lib80211_regdomain.c | 101 LIST_INSERT_HEAD(&mt->rdp->domains, mt->rd, next); in start_element() 139 LIST_INSERT_HEAD(mt->curband, mt->netband, next); in start_element() 158 LIST_INSERT_HEAD(&mt->rdp->countries, mt->country, next); in start_element() 166 LIST_INSERT_HEAD(&mt->rdp->freqbands, mt->freqband, next); in start_element()
|
| /freebsd-11-stable/sys/dev/syscons/ |
| HD | scterm.c | 76 LIST_INSERT_HEAD(&sc_term_list, sw, link); in sc_term_add()
|