Searched refs:TAILQ_INSERT_HEAD (Results 126 - 150 of 183) sorted by relevance

12345678

/freebsd-12-stable/sys/kern/
H A Dvfs_cache.c1849 TAILQ_INSERT_HEAD(&vp->v_cache_dst, ncp, nc_dst);
2117 TAILQ_INSERT_HEAD(&ncps, ncp, nc_dst);
H A Dkern_shutdown.c530 TAILQ_INSERT_HEAD(&mountlist, devmp, mnt_list);
H A Dkern_conf.c123 TAILQ_INSERT_HEAD(&cdevp_free_list, cdp, cdp_list);
H A Dvfs_bio.c1956 TAILQ_INSERT_HEAD(&bq->bq_queue, bp, b_freelist);
3455 TAILQ_INSERT_HEAD(&bq->bq_queue, sentinel, b_freelist);
4295 TAILQ_INSERT_HEAD(&nondump_bios, bp, bio_queue);
H A Dvfs_subr.c1710 TAILQ_INSERT_HEAD(&mp->mnt_activevnodelist, vp, v_actfreelist);
2144 TAILQ_INSERT_HEAD(&bv->bv_hd, bp, b_bobufs);
2988 TAILQ_INSERT_HEAD(&mp->mnt_activevnodelist, vp, v_actfreelist);
H A Dkern_sysctl.c655 TAILQ_INSERT_HEAD(clist, e, link);
/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c104 TAILQ_INSERT_HEAD(&c->parties, p, link);
/freebsd-12-stable/sys/vm/
H A Dvm_phys.c362 TAILQ_INSERT_HEAD(&fl[order].pl, m, listq);
H A Dvm_page.c490 TAILQ_INSERT_HEAD(&vmd->vmd_pagequeues[PQ_INACTIVE].pq_pl,
501 TAILQ_INSERT_HEAD(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl,
1442 TAILQ_INSERT_HEAD(&object->memq, m, listq);
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c94 TAILQ_INSERT_HEAD(headp, b, b_if);
H A Dbridge_port.c172 TAILQ_INSERT_HEAD(headp, bp, b_p);
/freebsd-12-stable/sys/riscv/riscv/
H A Dpmap.c1633 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc, pc_list);
1726 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc, pc_list);
1787 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc, pc_list);
/freebsd-12-stable/sys/mips/mips/
H A Dpmap.c1500 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc,
1561 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc,
1650 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc, pc_list);
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c7030 TAILQ_INSERT_HEAD(&loclyp, lyp,
7167 TAILQ_INSERT_HEAD(&lhyp->list, lyp,
7368 TAILQ_INSERT_HEAD(&lhyp->list, lyp, lay_list);
8258 TAILQ_INSERT_HEAD(&nfsrv_recalllisthead, lyp, lay_list);
8299 TAILQ_INSERT_HEAD(&thl, lyp, lay_list);
/freebsd-12-stable/sys/netinet/
H A Dsctp_pcb.c4099 TAILQ_INSERT_HEAD(&stcb->asoc.nets, net, sctp_next);
4105 TAILQ_INSERT_HEAD(&stcb->asoc.nets, net, sctp_next);
4111 TAILQ_INSERT_HEAD(&stcb->asoc.nets, net, sctp_next);
4161 TAILQ_INSERT_HEAD(&stcb->asoc.nets,
6753 TAILQ_INSERT_HEAD(&stcb->asoc.nets, stcb->asoc.primary_destination, sctp_next);
H A Dtcp_syncache.c371 TAILQ_INSERT_HEAD(&sch->sch_bucket, sc, sc_hash);
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c2477 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc,
2545 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc,
2644 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc, pc_list);
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c2922 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc,
3007 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc,
3089 TAILQ_INSERT_HEAD(&pmap->pm_pvchunk, pc, pc_list);
/freebsd-12-stable/sys/dev/aic/
H A Daic.c437 TAILQ_INSERT_HEAD(&aic->pending_ccbs,
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c125 TAILQ_INSERT_HEAD(&t->stids, sr, link);
H A Dt4_tom.c261 TAILQ_INSERT_HEAD(&td->toep_list, toep, link);
/freebsd-12-stable/sys/geom/
H A Dgeom_subr.c357 TAILQ_INSERT_HEAD(&geoms, gp, geoms);
/freebsd-12-stable/sys/net/altq/
H A Daltq_subr.c1953 TAILQ_INSERT_HEAD(&ip4f_list, fp, ip4f_chain);
/freebsd-12-stable/sys/net/
H A Dieee8023ad_lacp.c739 TAILQ_INSERT_HEAD(&la->la_ports, lp, lp_dist_q);
/freebsd-12-stable/sys/security/audit/
H A Daudit_bsm.c153 TAILQ_INSERT_HEAD(&rec->token_q, hdr, tokens);

Completed in 417 milliseconds

12345678