OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pr_roflags
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
subr_pool.c
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)
[
all
...]
/src/sys/sys/
pool.h
151
unsigned int
pr_roflags
; /* r/o flags */
member in struct:pool
/src/usr.bin/vmstat/
vmstat.c
982
if ((pp->
pr_roflags
& PR_RECURSIVE) != 0)
1696
pp->pr_flags | pp->
pr_roflags
);
1700
if (pp->
pr_roflags
& PR_RECURSIVE) {
Completed in 57 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025