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

  /src/sys/kern/
subr_pool.c 76 * an internal pool of page headers (`phpool').
84 static struct pool phpool[PHPOOL_MAX]; variable in typeref:struct:pool[]
715 "phpool-%d", nelem);
718 pool_init(&phpool[idx], sz, 0, 0, 0,
969 pp->pr_phpool = &phpool[idx];
subr_pool.c 76 * an internal pool of page headers (`phpool').
84 static struct pool phpool[PHPOOL_MAX]; variable in typeref:struct:pool[]
715 "phpool-%d", nelem);
718 pool_init(&phpool[idx], sz, 0, 0, 0,
969 pp->pr_phpool = &phpool[idx];

Completed in 29 milliseconds