Searched refs:SLIST_EMPTY (Results 51 - 71 of 71) sorted by relevance

123

/freebsd-13-stable/sys/dev/ral/
H A Drt2860.c680 while (!SLIST_EMPTY(&sc->data_pool)) {
1973 while (!SLIST_EMPTY(&sc->data_pool) && sc->qfullmsk == 0 &&
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c3574 if (!SLIST_EMPTY(&t3_uld_list)) {
3583 if (!SLIST_EMPTY(&t3_list)) {
/freebsd-13-stable/sys/arm64/arm64/
H A Dpmap.c2300 SLIST_EMPTY(&free)) {
2437 if (m_pc == NULL && !SLIST_EMPTY(&free)) {
4299 KASSERT(SLIST_EMPTY(&free),
/freebsd-13-stable/sys/netinet/
H A Din_mcast.c255 if (SLIST_EMPTY(inmh))
/freebsd-13-stable/sys/kern/
H A Dvfs_mount.c2455 while (!SLIST_EMPTY(&ma->list)) {
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dchannel.c2503 if (SLIST_EMPTY(&sg->members)) {
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10k1.c2034 if (!SLIST_EMPTY(&sc->mem.blocks))
H A Demu10kx.c2926 if (!SLIST_EMPTY(&sc->mem.blocks))
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c2657 while (!SLIST_EMPTY(nl)) {
/freebsd-13-stable/sys/netinet6/
H A Din6_mcast.c526 if (SLIST_EMPTY(inmh))
/freebsd-13-stable/sys/arm/arm/
H A Dpmap-v6.c2846 SLIST_EMPTY(&free))) {
2948 if (m_pc == NULL && pv_vafree != 0 && SLIST_EMPTY(&free)) {
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c4946 SLIST_EMPTY(&free)) {
5093 if (m_pc == NULL && !SLIST_EMPTY(&free)) {
7143 KASSERT(SLIST_EMPTY(&free),
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c4973 while ((!SLIST_EMPTY(&lro->lro_active))) {
7431 while ((!SLIST_EMPTY(&lro->lro_active))){
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c650 if (SLIST_EMPTY(&queue)) {
1826 if (!SLIST_EMPTY(&V_pf_overloadqueue)) {
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c1396 SLIST_EMPTY(&free)) {
1527 if (m_pc == NULL && !SLIST_EMPTY(&free)) {
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.c682 while (!SLIST_EMPTY(&targ->luns)) {
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c673 while(!SLIST_EMPTY(&targ->luns)) {
/freebsd-13-stable/sys/vm/
H A Dvm_page.c3894 if (SLIST_EMPTY(free))
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_hw.c2807 while ((!SLIST_EMPTY(&lro->lro_active))) {
/freebsd-13-stable/sys/cam/
H A Dcam_xpt.c4944 KASSERT(SLIST_EMPTY(&device->periphs),
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c11838 if (!SLIST_EMPTY(&t4_list)) {
11845 if (!SLIST_EMPTY(&t4_uld_list)) {

Completed in 439 milliseconds

123