Searched refs:SLIST_FIRST (Results 101 - 125 of 126) sorted by relevance

123456

/freebsd-13-stable/sys/dev/ral/
H A Drt2860.c682 data = SLIST_FIRST(&sc->data_pool);
1475 data = SLIST_FIRST(&sc->data_pool);
1749 data = SLIST_FIRST(&sc->data_pool);
/freebsd-13-stable/sys/vm/
H A Dvm_page.c2919 if ((m = SLIST_FIRST(&free)) != NULL) {
2930 } while ((m = SLIST_FIRST(&free)) != NULL);
3898 while ((m = SLIST_FIRST(free)) != NULL) {
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_oea64.c2725 pvo = SLIST_FIRST(&tofree);
2786 pvo = SLIST_FIRST(&tofree);
3589 pvo = SLIST_FIRST(tofree);
H A Dmmu_radix.c1528 m_pc = SLIST_FIRST(&free);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c4467 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) {
6342 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
7562 if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
7567 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
7768 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
/freebsd-13-stable/sys/dev/vmware/pvscsi/
H A Dpvscsi.c366 hcb = SLIST_FIRST(&sc->free_list);
/freebsd-13-stable/sys/net/
H A Dif_tuntap.c691 drvc = SLIST_FIRST(&V_tuntap_driver_cloners);
H A Dif_lagg.c1935 while ((mc = SLIST_FIRST(&lp->lp_mc_head)) != NULL) {
/freebsd-13-stable/sys/kern/
H A Dkern_descrip.c1086 sigio = SLIST_FIRST(sigiolst);
1094 sigio = SLIST_FIRST(sigiolst);
H A Dvfs_mount.c2456 maa = SLIST_FIRST(&ma->list);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2062 s = SLIST_FIRST(&V_dyn_expired_ ## name); \
3253 while ((s = CK ## SLIST_FIRST(&V_dyn_ ## name)) != NULL) { \
H A Dip_dummynet.c793 while ((fs = SLIST_FIRST(h))) {
/freebsd-13-stable/sys/dev/sound/pcm/
H A Ddsp.c3007 while ((sm = SLIST_FIRST(&sg->members)) != NULL) {
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c2658 np = SLIST_FIRST(nl);
/freebsd-13-stable/sys/netinet6/
H A Dmld6.c1448 while ((inm = SLIST_FIRST(inmh)) != NULL) {
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4974 queued = SLIST_FIRST(&lro->lro_active);
7432 queued = SLIST_FIRST(&lro->lro_active);
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.c683 lun = SLIST_FIRST(&targ->luns);
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c674 lun = SLIST_FIRST(&targ->luns);
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl.c2457 buf = SLIST_FIRST(&sc->sc_rxfree);
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_backend_block.c2796 while ((lun = SLIST_FIRST(&softc->lun_list)) != NULL) {
/freebsd-13-stable/sys/i386/i386/
H A Dpmap.c2460 m_pc = SLIST_FIRST(&free);
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_hw.c2808 queued = SLIST_FIRST(&lro->lro_active);
/freebsd-13-stable/sys/arm/arm/
H A Dpmap-v6.c2949 m_pc = SLIST_FIRST(&free);
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c2779 txd = SLIST_FIRST(&txr->hn_txlist);
/freebsd-13-stable/sys/arm64/arm64/
H A Dpmap.c2438 m_pc = SLIST_FIRST(&free);

Completed in 670 milliseconds

123456