Searched refs:LIST_INSERT_HEAD (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_hash.h49 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_cmd.c65 LIST_INSERT_HEAD(&event->endplist, endp,
74 LIST_INSERT_HEAD(&event->endplist, out_endp, endplink);
/freebsd-13-stable/contrib/mtree/
H A Dexcludes.c99 LIST_INSERT_HEAD(&excludes, e, link);
/freebsd-13-stable/sys/kern/
H A Dvfs_hash.c173 LIST_INSERT_HEAD(&vfs_hash_side, vp, v_hashlist);
185 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist);
196 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist);
229 LIST_INSERT_HEAD(
/freebsd-13-stable/usr.sbin/fmtree/
H A Dexcludes.c92 LIST_INSERT_HEAD(&excludes, e, link);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_stack.c313 LIST_INSERT_HEAD(&dstackq, spare_stack, qe);
316 LIST_INSERT_HEAD(&mstackq, spare_stack, qe);
H A Dthr_pshared.c179 LIST_INSERT_HEAD(hd, h, link);
H A Dthr_sleepq.c129 LIST_INSERT_HEAD(&sc->sc_queues, sq, sq_hash);
/freebsd-13-stable/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c99 LIST_INSERT_HEAD(&dtors, new_dtor, entry);
/freebsd-13-stable/sys/net/
H A Draw_cb.c100 LIST_INSERT_HEAD(&V_rawcb_list, rp, list);
/freebsd-13-stable/sys/dev/syscons/
H A Dscterm.c78 LIST_INSERT_HEAD(&sc_term_list, sw, link);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmevent.c208 LIST_INSERT_HEAD(&global_head, mevp, me_list);
283 LIST_INSERT_HEAD(&change_head, mevp, me_list);
344 LIST_INSERT_HEAD(&change_head, evp, me_list);
380 LIST_INSERT_HEAD(&change_head, evp, me_list);
/freebsd-13-stable/sys/netgraph/atm/
H A Dngatmbase.c258 LIST_INSERT_HEAD(&ngatm_freeuni, m, link);
268 LIST_INSERT_HEAD(&ngatm_useduni, m, link);
308 LIST_INSERT_HEAD(&ngatm_freeuni, d, link);
372 LIST_INSERT_HEAD(&ngatm_freeuni, a, link);
396 LIST_INSERT_HEAD(&ngatm_freeuni, a, link);
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_create.c120 LIST_INSERT_HEAD(&sc->drives, d, drive);
173 LIST_INSERT_HEAD(&d->freelist, fl, freelist);
177 LIST_INSERT_HEAD(&sc->drives, d, drive);
191 LIST_INSERT_HEAD(&sc->volumes, v, volume);
219 LIST_INSERT_HEAD(&v->plexes, p, in_volume);
222 LIST_INSERT_HEAD(&sc->plexes, p, plex);
303 LIST_INSERT_HEAD(&sc->subdisks, s, sd);
/freebsd-13-stable/lib/libgeom/
H A Dgeom_xml2tree.c99 LIST_INSERT_HEAD(&mt->mesh->lg_class, mt->class, lg_class);
114 LIST_INSERT_HEAD(&mt->class->lg_geom, mt->geom, lg_geom);
134 LIST_INSERT_HEAD(&mt->geom->lg_consumer, mt->consumer,
157 LIST_INSERT_HEAD(&mt->geom->lg_provider, mt->provider,
294 LIST_INSERT_HEAD(c, gc, lg_config);
446 LIST_INSERT_HEAD(
/freebsd-13-stable/sys/dev/proto/
H A Dproto_busdma.c86 LIST_INSERT_HEAD(&parent->children, tag, peers);
111 LIST_INSERT_HEAD(&busdma->tags, tag, tags);
210 LIST_INSERT_HEAD(&tag->mds, md, peers);
211 LIST_INSERT_HEAD(&busdma->mds, md, mds);
253 LIST_INSERT_HEAD(&tag->mds, md, peers);
254 LIST_INSERT_HEAD(&busdma->mds, md, mds);
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_string.c73 LIST_INSERT_HEAD(&pmcstat_string_hash[hash], ps, ps_next);
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_mask.c129 LIST_INSERT_HEAD(&ev_cache, aemp, ev_list);
/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.h31 #define vmci_list_insert(_l, _e, n) LIST_INSERT_HEAD(_l, _e, n)
/freebsd-13-stable/sys/fs/devfs/
H A Ddevfs_dir.c114 LIST_INSERT_HEAD(&devfs_dirlist, dle_new, link);
/freebsd-13-stable/sys/arm64/arm64/
H A Dundefined.c138 LIST_INSERT_HEAD(&undef_handlers[user ? 0 : 1], uh, uh_link);
/freebsd-13-stable/sys/security/audit/
H A Daudit_bsm_db.c167 LIST_INSERT_HEAD(&evcl->head, evc, entry);
262 LIST_INSERT_HEAD(&enl->enl_head, ene, ene_entry);
/freebsd-13-stable/sys/geom/part/
H A Dg_part_ldm.c717 LIST_INSERT_HEAD(&db->xvblks, blk, entry);
869 LIST_INSERT_HEAD(&db->disks, &blk->u.disk, entry);
891 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
902 LIST_INSERT_HEAD(&db->disks, &blk->u.disk, entry);
915 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
971 LIST_INSERT_HEAD(&db->volumes, &blk->u.vol, entry);
977 LIST_INSERT_HEAD(&db->vblks, blk, entry);
1100 LIST_INSERT_HEAD(&volume->components,
1108 LIST_INSERT_HEAD(&comp->partitions,
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c358 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp,
486 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp,
551 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp,
739 LIST_INSERT_HEAD(&shp->list, nsep, sess_hash);
740 LIST_INSERT_HEAD(&clp->lc_session, nsep, sess_list);
2363 LIST_INSERT_HEAD(NFSSTATEHASH(clp, new_stp->ls_stateid),
2365 LIST_INSERT_HEAD(&stp->ls_open, new_stp, ls_list);
2974 LIST_INSERT_HEAD(&clp->lc_deleg, stp, ls_list);
2975 LIST_INSERT_HEAD(NFSSTATEHASH(clp,
3002 LIST_INSERT_HEAD(
[all...]
/freebsd-13-stable/lib/libc/gen/
H A Dtelldir.c99 LIST_INSERT_HEAD(&dirp->dd_td->td_locq, lp, loc_lqe);

Completed in 242 milliseconds

1234567891011>>