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

  /src/sys/kern/
subr_pool.c 284 /* !PR_PHINPAGE */
289 /* PR_PHINPAGE */
621 if ((pp->pr_roflags & PR_PHINPAGE) != 0) {
630 KASSERT(ph == NULL || ((pp->pr_roflags & PR_PHINPAGE) != 0) ||
644 if ((pp->pr_roflags & PR_PHINPAGE) == 0)
676 if (pp->pr_roflags & PR_PHINPAGE) {
747 if (pp->pr_roflags & PR_PHINPAGE) {
785 if (!(pp->pr_roflags & PR_PHINPAGE)) {
930 pp->pr_roflags |= PR_PHINPAGE;
954 if (!(pp->pr_roflags & PR_PHINPAGE)) {
    [all...]
subr_vmem.c 44 * (PR_PHINPAGE) and not off page to avoid pool recursion.
740 PR_PHINPAGE, "vmembt", &pool_allocator_vmem_meta, IPL_VM);
  /src/sys/sys/
pool.h 155 #define PR_PHINPAGE 0x40 /* page header in page */

Completed in 58 milliseconds