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

1234567891011>>

/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_hash.h47 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
/freebsd-9.3-release/sys/kern/
H A Dvfs_hash.c136 LIST_INSERT_HEAD(&vfs_hash_side, vp, v_hashlist);
148 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist);
159 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist);
H A Dinit_main.c464 LIST_INSERT_HEAD(&allproc, p, p_list);
465 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash);
468 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash);
470 LIST_INSERT_HEAD(&pgrp0.pg_members, p, p_pglist);
486 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash);
/freebsd-9.3-release/contrib/mtree/
H A Dexcludes.c99 LIST_INSERT_HEAD(&excludes, e, link);
/freebsd-9.3-release/usr.sbin/mtree/
H A Dexcludes.c92 LIST_INSERT_HEAD(&excludes, e, link);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_stack.c257 LIST_INSERT_HEAD(&dstackq, spare_stack, qe);
260 LIST_INSERT_HEAD(&mstackq, spare_stack, qe);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_stack.c308 LIST_INSERT_HEAD(&dstackq, spare_stack, qe);
311 LIST_INSERT_HEAD(&mstackq, spare_stack, qe);
H A Dthr_sleepq.c121 LIST_INSERT_HEAD(&sc->sc_queues, sq, sq_hash);
/freebsd-9.3-release/lib/libc/gen/
H A Dtelldir.c71 LIST_INSERT_HEAD(&dirp->dd_td->td_locq, lp, loc_lqe);
/freebsd-9.3-release/sys/dev/syscons/
H A Dscterm.c76 LIST_INSERT_HEAD(&sc_term_list, sw, link);
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_ihash.c112 LIST_INSERT_HEAD(ipp, ip, i_hash);
/freebsd-9.3-release/sys/net/
H A Draw_cb.c98 LIST_INSERT_HEAD(&V_rawcb_list, rp, list);
/freebsd-9.3-release/sys/netnatm/
H A Dnatm_pcb.c145 LIST_INSERT_HEAD(&natm_pcbs, cpcb, pcblist);
/freebsd-9.3-release/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-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_create.c117 LIST_INSERT_HEAD(&sc->drives, d, drive);
170 LIST_INSERT_HEAD(&d->freelist, fl, freelist);
174 LIST_INSERT_HEAD(&sc->drives, d, drive);
188 LIST_INSERT_HEAD(&sc->volumes, v, volume);
216 LIST_INSERT_HEAD(&v->plexes, p, in_volume);
219 LIST_INSERT_HEAD(&sc->plexes, p, plex);
300 LIST_INSERT_HEAD(&sc->subdisks, s, sd);
/freebsd-9.3-release/lib/libgeom/
H A Dgeom_xml2tree.c97 LIST_INSERT_HEAD(&mt->mesh->lg_class, mt->class, lg_class);
112 LIST_INSERT_HEAD(&mt->class->lg_geom, mt->geom, lg_geom);
132 LIST_INSERT_HEAD(&mt->geom->lg_consumer, mt->consumer,
155 LIST_INSERT_HEAD(&mt->geom->lg_provider, mt->provider,
280 LIST_INSERT_HEAD(mt->config, gc, lg_config);
430 LIST_INSERT_HEAD(
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_at.c124 LIST_INSERT_HEAD(&sp->gp->ecq, ecp, q);
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_mask.c131 LIST_INSERT_HEAD(&ev_cache, aemp, ev_list);
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_fbsd.c134 LIST_INSERT_HEAD(&coda_mnttbl, mnt, mi_list);
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_dir.c112 LIST_INSERT_HEAD(&devfs_dirlist, dle_new, link);
/freebsd-9.3-release/usr.bin/csup/
H A Dthreads.c120 LIST_INSERT_HEAD(&tds->threads_running, td, runlist);
H A Dqueue.h208 #undef LIST_INSERT_HEAD macro
209 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c222 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp,
321 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp,
377 LIST_INSERT_HEAD(NFSCLIENTHASH(new_clp->lc_clientid), new_clp,
1918 LIST_INSERT_HEAD(NFSSTATEHASH(clp, new_stp->ls_stateid),
1920 LIST_INSERT_HEAD(&stp->ls_open, new_stp, ls_list);
2517 LIST_INSERT_HEAD(&clp->lc_deleg, stp, ls_list);
2518 LIST_INSERT_HEAD(NFSSTATEHASH(clp,
2545 LIST_INSERT_HEAD(&lfp->lf_open, new_open, ls_file);
2546 LIST_INSERT_HEAD(NFSSTATEHASH(clp, new_open->ls_stateid),
2553 LIST_INSERT_HEAD(
[all...]
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_ldm.c718 LIST_INSERT_HEAD(&db->xvblks, blk, entry);
870 LIST_INSERT_HEAD(&db->disks, &blk->u.disk, entry);
892 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
903 LIST_INSERT_HEAD(&db->disks, &blk->u.disk, entry);
916 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
972 LIST_INSERT_HEAD(&db->volumes, &blk->u.vol, entry);
978 LIST_INSERT_HEAD(&db->vblks, blk, entry);
1102 LIST_INSERT_HEAD(&volume->components,
1110 LIST_INSERT_HEAD(&comp->partitions,
/freebsd-9.3-release/contrib/nvi/common/
H A Dmark.c179 LIST_INSERT_HEAD(&sp->ep->marks, lmt, q);

Completed in 227 milliseconds

1234567891011>>