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

  /src/sys/sys/
pool.h 164 #define PR_USEBMAP 0x10000 /* use a bitmap to manage freed items */
  /src/sys/kern/
subr_pool.c 299 /* !PR_USEBMAP */
304 /* PR_USEBMAP */
417 KASSERT(pp->pr_roflags & PR_USEBMAP);
946 pp->pr_roflags |= PR_USEBMAP;
957 KASSERT(pp->pr_roflags & PR_USEBMAP);
969 "PR_USEBMAP", __func__,
1217 if (pp->pr_roflags & PR_USEBMAP) {
1239 KASSERTMSG(((pp->pr_roflags & PR_USEBMAP) ||
1300 if (pp->pr_roflags & PR_USEBMAP) {
1529 if (pp->pr_roflags & PR_USEBMAP) {
    [all...]

Completed in 17 milliseconds