Home
last modified time | relevance | path

Searched refs:LIST_INSERT_HEAD (Results 1 – 25 of 296) 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.c501 LIST_INSERT_HEAD(&allproc, p, p_list); in proc0_init()
502 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init()
506 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash); in proc0_init()
508 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/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/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/usr.sbin/bhyve/
H A Dmevent.c257 LIST_INSERT_HEAD(&global_head, mevp, me_list); in mevent_build()
351 LIST_INSERT_HEAD(&global_head, mevp, me_list); in mevent_add_state()
422 LIST_INSERT_HEAD(&change_head, evp, me_list); in mevent_update()
462 LIST_INSERT_HEAD(&change_head, evp, me_list); in mevent_delete_event()
/freebsd/lib/libgeom/
H A Dgeom_xml2tree.c102 LIST_INSERT_HEAD(&mt->mesh->lg_class, mt->class, lg_class); in StartElement()
117 LIST_INSERT_HEAD(&mt->class->lg_geom, mt->geom, lg_geom); in StartElement()
137 LIST_INSERT_HEAD(&mt->geom->lg_consumer, mt->consumer, in StartElement()
160 LIST_INSERT_HEAD(&mt->geom->lg_provider, mt->provider, in StartElement()
297 LIST_INSERT_HEAD(c, gc, lg_config); in EndElement()
491 LIST_INSERT_HEAD( in geom_xml2tree()
/freebsd/sys/arm64/arm64/
H A Dundefined.c274 LIST_INSERT_HEAD(&undef_handlers, uh, uh_link); in install_undef_handler()
287 LIST_INSERT_HEAD(&undef32_handlers, uh, uh_link); in install_undef32_handler()
310 LIST_INSERT_HEAD(&sys_handlers, sysh, sys_link); in install_sys_handler()
/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/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/fs/nfsserver/
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()
H A Dnfs_nfsdstate.c415 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient()
543 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient()
618 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp, in nfsrv_setclient()
855 LIST_INSERT_HEAD(&shp->list, nsep, sess_hash); in nfsrv_getclient()
856 LIST_INSERT_HEAD(&clp->lc_session, nsep, sess_list); in nfsrv_getclient()
2521 LIST_INSERT_HEAD(NFSSTATEHASH(clp, new_stp->ls_stateid), in nfsrv_lockctrl()
2523 LIST_INSERT_HEAD(&stp->ls_open, new_stp, ls_list); in nfsrv_lockctrl()
3140 LIST_INSERT_HEAD(&clp->lc_deleg, stp, ls_list); in nfsrv_openctrl()
3141 LIST_INSERT_HEAD(NFSSTATEHASH(clp, in nfsrv_openctrl()
3168 LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file); in nfsrv_openctrl()
[all …]
/freebsd/contrib/mtree/
H A Dexcludes.c99 LIST_INSERT_HEAD(&excludes, e, link); in read_excludes_file()
/freebsd/sys/dev/hwt/
H A Dhwt_contexthash.c106 LIST_INSERT_HEAD(hch, ctx, next_hch); in hwt_contexthash_insert()
H A Dhwt_ownerhash.c100 LIST_INSERT_HEAD(hoh, ho, next); in hwt_ownerhash_insert()
H A Dhwt_ioctl.c268 LIST_INSERT_HEAD(&ho->hwts, ctx, next_hwts); in hwt_ioctl_alloc_mode_thread()
374 LIST_INSERT_HEAD(&ho->hwts, ctx, next_hwts); in hwt_ioctl_alloc_mode_cpu()
/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/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/libpmcstat/
H A Dlibpmcstat_string.c70 LIST_INSERT_HEAD(&pmcstat_string_hash[hash], ps, ps_next); in pmcstat_string_intern()
/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/sys/netinet/
H A Din_fib_dxr.c450 LIST_INSERT_HEAD(&da->unused_chunks[i], empty_cdp, in chunk_ref()
464 LIST_INSERT_HEAD(&da->all_chunks, cdp, cd_all_le); in chunk_ref()
471 LIST_INSERT_HEAD(&da->chunk_hashtbl[hash & CHUNK_HASH_MASK], cdp, in chunk_ref()
559 LIST_INSERT_HEAD(&da->unused_chunks[i], cdp, cd_hash_le); in chunk_unref()
606 LIST_INSERT_HEAD(&da->all_trie, tp, td_all_le); in trie_ref()
612 LIST_INSERT_HEAD(&da->trie_hashtbl[hash & TRIE_HASH_MASK], tp, in trie_ref()
644 LIST_INSERT_HEAD(&da->unused_trie, tp, td_hash_le); in trie_unref()
/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