/freebsd/sys/kern/ |
H A D | vfs_hash.c | 176 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 D | init_main.c | 498 LIST_INSERT_HEAD(&allproc, p, p_list); in proc0_init() 499 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init() 503 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash); in proc0_init() 505 LIST_INSERT_HEAD(&pgrp0.pg_members, p, p_pglist); in proc0_init()
|
H A D | kern_lockf.c | 538 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()
|
H A D | kern_cpuset.c | 257 LIST_INSERT_HEAD(head, set, cs_link); in cpuset_rel_defer() 341 LIST_INSERT_HEAD(&parent->cs_children, set, cs_siblings); in cpuset_init() 343 LIST_INSERT_HEAD(&cpuset_ids, set, cs_link); in cpuset_init() 392 LIST_INSERT_HEAD(list, set, cs_link); in cpuset_freelist_add() 423 LIST_INSERT_HEAD(list, set, ds_link); in domainset_freelist_add() 511 LIST_INSERT_HEAD(&cpuset_domains, domain, ds_link); in _domainset_create() 521 LIST_INSERT_HEAD(freelist, domain, ds_link); in _domainset_create() 1212 LIST_INSERT_HEAD(cpusets, pbase, cs_link); in cpuset_setproc_newbase() 1659 LIST_INSERT_HEAD(&cpuset_ids, set, cs_link); in cpuset_thread0()
|
/freebsd/sys/dev/proto/ |
H A D | proto_busdma.c | 83 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/sys/arm64/coresight/ |
H A D | coresight_cmd.c | 62 LIST_INSERT_HEAD(&event->endplist, endp, in coresight_next_device() 71 LIST_INSERT_HEAD(&event->endplist, out_endp, endplink); in coresight_next_device()
|
/freebsd/lib/libgeom/ |
H A D | geom_xml2tree.c | 98 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/sys/geom/part/ |
H A D | 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/sys/sys/ |
H A D | queue_mergesort.h | 196 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 D | audit_bsm_db.c | 164 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/lib/libc/iconv/ |
H A D | citrus_hash.h | 48 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdcache.c | 449 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()
|
H A D | nfs_nfsdstate.c | 416 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient() 544 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient() 619 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient() 856 LIST_INSERT_HEAD(&shp->list, nsep, sess_hash); in nfsrv_getclient() 857 LIST_INSERT_HEAD(&clp->lc_session, nsep, sess_list); in nfsrv_getclient() 2507 LIST_INSERT_HEAD(NFSSTATEHASH(clp, new_stp->ls_stateid), in nfsrv_lockctrl() 2509 LIST_INSERT_HEAD(&stp->ls_open, new_stp, ls_list); in nfsrv_lockctrl() 3126 LIST_INSERT_HEAD(&clp->lc_deleg, stp, ls_list); in nfsrv_openctrl() 3127 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl() 3154 LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file); in nfsrv_openctrl() [all …]
|
/freebsd/contrib/mtree/ |
H A D | excludes.c | 99 LIST_INSERT_HEAD(&excludes, e, link); in read_excludes_file()
|
/freebsd/lib/libc/stdlib/ |
H A D | cxa_thread_atexit_impl.c | 96 LIST_INSERT_HEAD(&dtors, new_dtor, entry); in __cxa_thread_atexit_hidden()
|
/freebsd/sys/dev/syscons/ |
H A D | scterm.c | 76 LIST_INSERT_HEAD(&sc_term_list, sw, link); in sc_term_add()
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_misc.c | 184 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/lib80211/ |
H A D | lib80211_regdomain.c | 98 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 D | sigev_thread.c | 262 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/lib/libpmcstat/ |
H A D | libpmcstat_string.c | 70 LIST_INSERT_HEAD(&pmcstat_string_hash[hash], ps, ps_next); in pmcstat_string_intern()
|
/freebsd/sys/netinet/ |
H A D | in_fib_dxr.c | 451 LIST_INSERT_HEAD(&da->unused_chunks[i], empty_cdp, in chunk_ref() 465 LIST_INSERT_HEAD(&da->all_chunks, cdp, cd_all_le); in chunk_ref() 472 LIST_INSERT_HEAD(&da->chunk_hashtbl[hash & CHUNK_HASH_MASK], cdp, in chunk_ref() 560 LIST_INSERT_HEAD(&da->unused_chunks[i], cdp, cd_hash_le); in chunk_unref() 607 LIST_INSERT_HEAD(&da->all_trie, tp, td_all_le); in trie_ref() 613 LIST_INSERT_HEAD(&da->trie_hashtbl[hash & TRIE_HASH_MASK], tp, in trie_ref() 645 LIST_INSERT_HEAD(&da->unused_trie, tp, td_hash_le); in trie_unref()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 883 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()
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_mask.c | 129 LIST_INSERT_HEAD(&ev_cache, aemp, ev_list); in load_event_table()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 372 LIST_INSERT_HEAD(&dp->nfsdl_owner, nowp, nfsow_list); in nfscl_newopen() 375 LIST_INSERT_HEAD(&clp->nfsc_owner, nowp, nfsow_list); in nfscl_newopen() 412 LIST_INSERT_HEAD(NFSCLOPENHASH(clp, fhp, fhlen), in nfscl_newopen() 416 LIST_INSERT_HEAD(&owp->nfsow_open, nop, nfso_list); in nfscl_newopen() 458 LIST_INSERT_HEAD(NFSCLDELEGHASH(clp, nfhp, fhlen), dp, in nfscl_deleg() 476 LIST_INSERT_HEAD(NFSCLDELEGHASH(clp, nfhp, in nfscl_deleg() 666 LIST_INSERT_HEAD(oph, op, nfso_hash); in nfscl_getstateid() 763 LIST_INSERT_HEAD(oph, op, nfso_hash); in nfscl_getopen() 927 LIST_INSERT_HEAD(&nfsclhead, clp, nfsc_list); in nfscl_getcl() 1240 LIST_INSERT_HEAD(lhp, nlp, nfsl_list); in nfscl_getbytelock() [all …]
|
/freebsd/tools/regression/geom/ConfCmp/ |
H A D | ConfCmp.c | 123 LIST_INSERT_HEAD(&mt->cur->children, np, siblings); in StartElement() 268 LIST_INSERT_HEAD(&refs, r, next); in refcmp()
|