Searched refs:pr_roflags (Results 1 – 3 of 3) sorted by relevance
149 #define pp_has_pser(pp) (((pp)->pr_roflags & PR_PSERIALIZE) != 0)414 KASSERT(pp->pr_roflags & PR_USEBMAP); in pr_item_bitmap_index()614 if ((pp->pr_roflags & PR_NOALIGN) != 0) { in pr_find_pagehead()618 if ((pp->pr_roflags & PR_PHINPAGE) != 0) { in pr_find_pagehead()627 KASSERT(ph == NULL || ((pp->pr_roflags & PR_PHINPAGE) != 0) || in pr_find_pagehead()641 if ((pp->pr_roflags & PR_PHINPAGE) == 0) in pr_pagelist_free()673 if (pp->pr_roflags & PR_PHINPAGE) { in pr_rmpage()744 if (pp->pr_roflags & PR_PHINPAGE) { in pool_init_is_phinpage()747 if (pp->pr_roflags & (PR_NOTOUCH | PR_NOALIGN)) { in pool_init_is_phinpage()775 if (pp->pr_roflags & PR_NOTOUCH) { in pool_init_is_usebmap()[all …]
151 unsigned int pr_roflags; /* r/o flags */ member
982 if ((pp->pr_roflags & PR_RECURSIVE) != 0) in dosum()1696 pp->pr_flags | pp->pr_roflags); in dopool()1700 if (pp->pr_roflags & PR_RECURSIVE) { in dopool()