Searched refs:SLIST_INSERT_HEAD (Results 151 - 175 of 192) sorted by relevance

12345678

/freebsd-12-stable/sys/kern/
H A Dkern_conf.c131 SLIST_INSERT_HEAD(&cdevsw_gt_post_list, csw, d_postfree_list);
H A Dkern_descrip.c1137 SLIST_INSERT_HEAD(&proc->p_sigiolst, sigio, sio_pgsigio);
1160 SLIST_INSERT_HEAD(&pgrp->pg_sigiolst, sigio, sio_pgsigio);
1801 SLIST_INSERT_HEAD(&fdp0->fd_free, ft, ft_next);
H A Dkern_sysctl.c496 SLIST_INSERT_HEAD(parent, oidp, oid_link);
H A Duipc_usrreq.c2431 SLIST_INSERT_HEAD(&unp_defers, dr, ud_link);
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Damdvi_hw.c1098 SLIST_INSERT_HEAD(&dom_head, dom, next);
/freebsd-12-stable/sys/cam/
H A Dcam_xpt.c1019 SLIST_INSERT_HEAD(&device->periphs, periph, periph_links);
3047 SLIST_INSERT_HEAD(async_head, cur_entry, links);
3421 SLIST_INSERT_HEAD(&periph->ccb_list, &ccb->ccb_h,
/freebsd-12-stable/sys/dev/isp/
H A Disp_freebsd.c969 SLIST_INSERT_HEAD(lhp, tptr, next);
3088 SLIST_INSERT_HEAD(&tptr->atios, &ccb->ccb_h, sim_links.sle);
3093 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle);
/freebsd-12-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c208 SLIST_INSERT_HEAD(&mibdynif_list, d, link);
/freebsd-12-stable/sys/dev/aic/
H A Daic.c103 SLIST_INSERT_HEAD(&aic->free_scbs, scb, link);
/freebsd-12-stable/sys/net/
H A Dif_tuntap.c657 SLIST_INSERT_HEAD(&V_tuntap_driver_cloners, drvc, link);
/freebsd-12-stable/sys/netinet/
H A Dtcp_log_buf.c766 SLIST_INSERT_HEAD(&tlb->tlb_head, tln, tln_list);
H A Din_mcast.c304 SLIST_INSERT_HEAD(&tmp, inm, inm_nrele);
/freebsd-12-stable/sys/x86/x86/
H A Dlocal_apic.c1846 SLIST_INSERT_HEAD(&enumerators, enumerator, apic_next);
/freebsd-12-stable/usr.sbin/mountd/
H A Dmountd.c2054 SLIST_INSERT_HEAD(&exhp[i], ep, entries);
3614 SLIST_INSERT_HEAD(&mlhead, mlp, next);
3664 SLIST_INSERT_HEAD(&mlhead, mlp, next);
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c2183 SLIST_INSERT_HEAD(&sc->sc_rxfree, rbuf, next);
2479 SLIST_INSERT_HEAD(&sc->sc_rxfree, buf, next);
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas.c3542 SLIST_INSERT_HEAD(&target->luns, lun, lun_link);
3691 SLIST_INSERT_HEAD(&target->luns, lun, lun_link);
/freebsd-12-stable/sys/dev/mps/
H A Dmps_sas.c3243 SLIST_INSERT_HEAD(&target->luns, lun, lun_link);
3385 SLIST_INSERT_HEAD(&target->luns, lun,
/freebsd-12-stable/sys/vm/
H A Duma_core.c708 SLIST_INSERT_HEAD(&newhash->uh_slab_hash[hval],
1007 SLIST_INSERT_HEAD(&freeslabs, slab, us_hlink);
H A Dvm_page.c2642 SLIST_INSERT_HEAD(&free, m,
2655 SLIST_INSERT_HEAD(&free, m,
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c431 SLIST_INSERT_HEAD(&l1_list, l1, l1_link);
4293 SLIST_INSERT_HEAD(&kernel_pt_list, l2pv, pv_list);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_main.c476 SLIST_INSERT_HEAD(&t3_list, sc, link);
3453 SLIST_INSERT_HEAD(&t3_uld_list, ui, link);
/freebsd-12-stable/sys/dev/bnxt/
H A Dif_bnxt.c1565 SLIST_INSERT_HEAD(&softc->vnic_info.vlan_tags, new_tag, next);
/freebsd-12-stable/sys/dev/sound/pci/
H A Demu10k1.c1398 SLIST_INSERT_HEAD(&mem->blocks, blk, link);
/freebsd-12-stable/sys/netinet6/
H A Din6_mcast.c2143 SLIST_INSERT_HEAD(&inmh, imf->im6f_in6m, in6m_defer);
H A Dmld6.c1503 SLIST_INSERT_HEAD(inmh, inm, in6m_defer);

Completed in 268 milliseconds

12345678