Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/sys/kern/
H A Dvfs_hash.c176 LIST_INSERT_HEAD(&vfs_hash_side, vp, v_hashlist); in vfs_hash_insert()
188 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist); in vfs_hash_insert()
200 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist); in vfs_hash_rehash()
233 LIST_INSERT_HEAD( in vfs_hash_changesize()
H A Dinit_main.c497 LIST_INSERT_HEAD(&allproc, p, p_list); in proc0_init()
498 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init()
502 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash); in proc0_init()
504 LIST_INSERT_HEAD(&pgrp0.pg_members, p, p_pglist); in proc0_init()
H A Dkern_lockf.c538 LIST_INSERT_HEAD(&lf_lock_owners[hash].list, lo, lo_link); in lf_advlockasync()
604 LIST_INSERT_HEAD(&lf_lock_states, ls, ls_link); in lf_advlockasync()
916 LIST_INSERT_HEAD(&x->lf_outedges, e, le_outlink); in lf_add_edge()
917 LIST_INSERT_HEAD(&y->lf_inedges, e, le_inlink); in lf_add_edge()
1086 LIST_INSERT_HEAD(&state->ls_active, lock, lf_link); in lf_insert_lock()
1149 LIST_INSERT_HEAD(granted, deplock, lf_link); in lf_update_dependancies()
1208 LIST_INSERT_HEAD(&granted, lock, lf_link); in lf_activate_lock()
1433 LIST_INSERT_HEAD(&state->ls_pending, lock, lf_link); in lf_setlock()
2346 LIST_INSERT_HEAD(&x->v_outedges, e, e_outlink); in graph_add_edge()
2347 LIST_INSERT_HEAD(&y->v_inedges, e, e_inlink); in graph_add_edge()
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_create.c117 LIST_INSERT_HEAD(&sc->drives, d, drive); in gv_create_drive()
169 LIST_INSERT_HEAD(&d->freelist, fl, freelist); in gv_create_drive()
173 LIST_INSERT_HEAD(&sc->drives, d, drive); in gv_create_drive()
187 LIST_INSERT_HEAD(&sc->volumes, v, volume); in gv_create_volume()
215 LIST_INSERT_HEAD(&v->plexes, p, in_volume); in gv_create_plex()
218 LIST_INSERT_HEAD(&sc->plexes, p, plex); in gv_create_plex()
299 LIST_INSERT_HEAD(&sc->subdisks, s, sd); in gv_create_sd()
H A Dgeom_vinum_subr.c350 LIST_INSERT_HEAD(&p->subdisks, s, in_plex); in gv_sd_to_plex()
731 LIST_INSERT_HEAD(&d->subdisks, s, from_drive); in gv_sd_to_drive()
788 LIST_INSERT_HEAD(&d->freelist, fl, freelist); in gv_free_sd()
838 LIST_INSERT_HEAD(&d->freelist, fl, freelist); in gv_adjust_freespace()
1055 LIST_INSERT_HEAD(&v->plexes, p, in_volume); in gv_setup_objects()
1155 LIST_INSERT_HEAD(&v->plexes, p, in_volume); in gv_attach_plex()
/freebsd/sys/arm64/coresight/
H A Dcoresight_cmd.c62 LIST_INSERT_HEAD(&event->endplist, endp, in coresight_next_device()
71 LIST_INSERT_HEAD(&event->endplist, out_endp, endplink); in coresight_next_device()
/freebsd/sys/dev/proto/
H A Dproto_busdma.c83 LIST_INSERT_HEAD(&parent->children, tag, peers); in proto_busdma_tag_create()
108 LIST_INSERT_HEAD(&busdma->tags, tag, tags); in proto_busdma_tag_create()
207 LIST_INSERT_HEAD(&tag->mds, md, peers); in proto_busdma_mem_alloc()
208 LIST_INSERT_HEAD(&busdma->mds, md, mds); in proto_busdma_mem_alloc()
250 LIST_INSERT_HEAD(&tag->mds, md, peers); in proto_busdma_md_create()
251 LIST_INSERT_HEAD(&busdma->mds, md, mds); in proto_busdma_md_create()
/freebsd/usr.sbin/bhyve/
H A Dmevent.c256 LIST_INSERT_HEAD(&global_head, mevp, me_list); in mevent_build()
350 LIST_INSERT_HEAD(&global_head, mevp, me_list); in mevent_add_state()
421 LIST_INSERT_HEAD(&change_head, evp, me_list); in mevent_update()
461 LIST_INSERT_HEAD(&change_head, evp, me_list); in mevent_delete_event()
/freebsd/lib/libgeom/
H A Dgeom_xml2tree.c98 LIST_INSERT_HEAD(&mt->mesh->lg_class, mt->class, lg_class); in StartElement()
113 LIST_INSERT_HEAD(&mt->class->lg_geom, mt->geom, lg_geom); in StartElement()
133 LIST_INSERT_HEAD(&mt->geom->lg_consumer, mt->consumer, in StartElement()
156 LIST_INSERT_HEAD(&mt->geom->lg_provider, mt->provider, in StartElement()
293 LIST_INSERT_HEAD(c, gc, lg_config); in EndElement()
452 LIST_INSERT_HEAD( in geom_xml2tree()
/freebsd/lib/libthr/thread/
H A Dthr_stack.c303 LIST_INSERT_HEAD(&dstackq, spare_stack, qe); in _thr_stack_free()
306 LIST_INSERT_HEAD(&mstackq, spare_stack, qe); in _thr_stack_free()
/freebsd/sys/geom/part/
H A Dg_part_ldm.c714 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/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c768 LIST_INSERT_HEAD(&shp->list, nsep, sess_hash); in nfsrv_getclient()
3016 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl()
3117 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl()
3193 LIST_INSERT_HEAD(&lfp->lf_open, stp, ls_file); in nfsrv_openctrl()
3240 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl()
3310 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl()
3388 LIST_INSERT_HEAD(&lfp->lf_deleg, new_deleg, in nfsrv_openctrl()
3390 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl()
3392 LIST_INSERT_HEAD(&clp->lc_deleg, new_deleg, in nfsrv_openctrl()
3851 LIST_INSERT_HEAD(hp, new_lfp, lf_hash); in nfsrv_getlockfile()
[all …]
H A Dnfs_nfsdcache.c449 LIST_INSERT_HEAD(hp, newrp, rc_hash); in nfsrc_getudp()
597 LIST_INSERT_HEAD(&hbp->tbl, rp, rc_ahash); in nfsrvd_sentcache()
644 LIST_INSERT_HEAD(&nfsrc_templist, rp, rc_hash); in nfsrc_gettcp()
671 LIST_INSERT_HEAD(hp, rp, rc_hash); in nfsrc_gettcp()
731 LIST_INSERT_HEAD(hp, newrp, rc_hash); in nfsrc_gettcp()
/freebsd/lib/libc/iconv/
H A Dcitrus_hash.h48 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
/freebsd/sys/sys/
H A Dqueue_mergesort.h196 LIST_INSERT_HEAD, LIST_INSERT_AFTER_4, LIST_CONCAT, LIST_REMOVE_HEAD)
199 LIST_INSERT_AFTER_4, LIST_INSERT_HEAD, LIST_NEXT, LIST_REMOVE_HEAD)
/freebsd/sys/security/audit/
H A Daudit_bsm_db.c164 LIST_INSERT_HEAD(&evcl->head, evc, entry); in au_evclassmap_insert()
259 LIST_INSERT_HEAD(&enl->enl_head, ene, ene_entry); in au_evnamemap_insert()
/freebsd/contrib/mtree/
H A Dexcludes.c99 LIST_INSERT_HEAD(&excludes, e, link); in read_excludes_file()
/freebsd/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c96 LIST_INSERT_HEAD(&dtors, new_dtor, entry); in __cxa_thread_atexit_hidden()
/freebsd/sys/dev/syscons/
H A Dscterm.c76 LIST_INSERT_HEAD(&sc_term_list, sw, link); in sc_term_add()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c184 LIST_INSERT_HEAD(&unit->neighbors, n, next); in ng_hci_new_neighbor()
298 LIST_INSERT_HEAD(&unit->con_list, con, next); in ng_hci_new_con()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_string.c70 LIST_INSERT_HEAD(&pmcstat_string_hash[hash], ps, ps_next); in pmcstat_string_intern()
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c98 LIST_INSERT_HEAD(&mt->rdp->domains, mt->rd, next); in start_element()
140 LIST_INSERT_HEAD(mt->curband, mt->netband, next); in start_element()
159 LIST_INSERT_HEAD(&mt->rdp->countries, mt->country, next); in start_element()
167 LIST_INSERT_HEAD(&mt->rdp->freqbands, mt->freqband, next); in start_element()
/freebsd/lib/librt/
H A Dsigev_thread.c262 LIST_INSERT_HEAD(&sigev_hash[chain], sn, sn_link); in __sigev_register()
327 LIST_INSERT_HEAD(&sigev_threads, tn, tn_link); in sigev_thread_create()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_mask.c129 LIST_INSERT_HEAD(&ev_cache, aemp, ev_list); in load_event_table()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c883 LIST_INSERT_HEAD(&nfslocklist_head, fl, nfslocklist); in lock_nfslock()
1006 LIST_INSERT_HEAD(&nfslocklist_head, *left_lock, nfslocklist); in unlock_nfslock()
1011 LIST_INSERT_HEAD(&nfslocklist_head, *right_lock, nfslocklist); in unlock_nfslock()
1106 LIST_INSERT_HEAD(&monfilelist_head, nmf, monfilelist); in lock_hwlock()
1226 LIST_INSERT_HEAD(&blockedlocklist_head, fl, nfslocklist); in add_blockingfilelock()
1298 LIST_INSERT_HEAD(&blockedlocklist_head, ifl, nfslocklist); in retry_blockingfilelocklist()
2070 LIST_INSERT_HEAD(&hostlst_head, nhp, hostlst); in monitor_lock_host()

12345678910>>...12