HomeSort by: relevance | last modified time | path
    Searched defs:wl_dealloccnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_wapbl.c 225 int wl_dealloccnt; /* lm: total count */ member in struct:wapbl
737 wl->wl_dealloccnt, wl->wl_inohashcnt,
756 wl->wl_dealloccnt, wl->wl_inohashcnt,
838 KASSERT(wl->wl_dealloccnt == 0);
870 KASSERT(wl->wl_dealloccnt == 0);
874 KASSERT(wl->wl_dealloccnt == 0);
1223 (wl->wl_dealloccnt >= (wl->wl_dealloclim / 2));
1234 wl->wl_dealloccnt, wl->wl_dealloclim));
1803 * XXX Shouldn't this also check wl_dealloccnt and
1804 * wl_inohashcnt? Perhaps wl_dealloccnt doesn't matter if th
    [all...]
vfs_wapbl.c 225 int wl_dealloccnt; /* lm: total count */ member in struct:wapbl
737 wl->wl_dealloccnt, wl->wl_inohashcnt,
756 wl->wl_dealloccnt, wl->wl_inohashcnt,
838 KASSERT(wl->wl_dealloccnt == 0);
870 KASSERT(wl->wl_dealloccnt == 0);
874 KASSERT(wl->wl_dealloccnt == 0);
1223 (wl->wl_dealloccnt >= (wl->wl_dealloclim / 2));
1234 wl->wl_dealloccnt, wl->wl_dealloclim));
1803 * XXX Shouldn't this also check wl_dealloccnt and
1804 * wl_inohashcnt? Perhaps wl_dealloccnt doesn't matter if th
    [all...]

Completed in 447 milliseconds