Home | History | Annotate | Download | only in kern

Lines Matching refs:pr_roflags

149 #define pp_has_pser(pp) (((pp)->pr_roflags & PR_PSERIALIZE) != 0)
414 KASSERT(pp->pr_roflags & PR_USEBMAP);
614 if ((pp->pr_roflags & PR_NOALIGN) != 0) {
618 if ((pp->pr_roflags & PR_PHINPAGE) != 0) {
627 KASSERT(ph == NULL || ((pp->pr_roflags & PR_PHINPAGE) != 0) ||
641 if ((pp->pr_roflags & PR_PHINPAGE) == 0)
673 if (pp->pr_roflags & PR_PHINPAGE) {
744 if (pp->pr_roflags & PR_PHINPAGE) {
747 if (pp->pr_roflags & (PR_NOTOUCH | PR_NOALIGN)) {
775 if (pp->pr_roflags & PR_NOTOUCH) {
782 if (!(pp->pr_roflags & PR_PHINPAGE)) {
894 pp->pr_roflags = flags;
927 pp->pr_roflags |= PR_PHINPAGE;
943 pp->pr_roflags |= PR_USEBMAP;
951 if (!(pp->pr_roflags & PR_PHINPAGE)) {
954 KASSERT(pp->pr_roflags & PR_USEBMAP);
1084 if ((pp->pr_roflags & PR_PHINPAGE) != 0)
1214 if (pp->pr_roflags & PR_USEBMAP) {
1236 KASSERTMSG(((pp->pr_roflags & PR_USEBMAP) ||
1297 if (pp->pr_roflags & PR_USEBMAP) {
1486 KASSERTMSG(((pp->pr_roflags & PR_NOALIGN) ||
1498 if (pp->pr_roflags & PR_PHINPAGE)
1526 if (pp->pr_roflags & PR_USEBMAP) {
1814 if ((pp->pr_roflags & PR_RECURSIVE) != 0)
1859 if (!(pp->pr_roflags & PR_USEBMAP)) {
1920 pp->pr_align, pp->pr_itemoffset, pp->pr_roflags);
2008 if ((pp->pr_roflags & PR_NOALIGN) == 0) {
2011 (pp->pr_roflags & PR_PHINPAGE) != 0) {
2022 if ((pp->pr_roflags & PR_USEBMAP) != 0)
2040 if ((pp->pr_roflags & PR_NOALIGN) != 0) {
2866 if (pc->pc_pool.pr_roflags & PR_PHINPAGE) {
3098 if (pp->pr_roflags & PR_NOTOUCH) {
3156 if (pp->pr_roflags & PR_NOTOUCH) {
3312 if ((pp->pr_roflags & PR_USEBMAP) != 0) {
3345 if ((pp->pr_roflags & PR_PHINPAGE) != 0) {
3444 data.pr_flags = pp->pr_roflags | pp->pr_flags;