OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_NOTOUCH
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/sys/
pool.h
158
#define
PR_NOTOUCH
0x400 /* don't use free items to keep internal state*/
/src/sys/uvm/
uvm_glue.c
336
int flags =
PR_NOTOUCH
;
/src/sys/kern/
subr_pool.c
747
if (pp->pr_roflags & (
PR_NOTOUCH
| PR_NOALIGN)) {
775
if (pp->pr_roflags &
PR_NOTOUCH
) {
862
* PR_PSERIALIZE implies
PR_NOTOUCH
; freed objects must remain
866
flags |=
PR_NOTOUCH
;
873
if ((flags &
PR_NOTOUCH
) == 0 && prsize < sizeof(struct pool_item))
3098
if (pp->pr_roflags &
PR_NOTOUCH
) {
3156
if (pp->pr_roflags &
PR_NOTOUCH
) {
subr_kmem.c
488
flags |=
PR_NOTOUCH
;
subr_vmem.c
666
PR_NOALIGN |
PR_NOTOUCH
| PR_RECURSIVE /* XXX */,
kern_exec.c
1940
pool_init(&exec_pool, NCARGS, 0, 0, PR_NOALIGN|
PR_NOTOUCH
,
/src/sys/arch/x86/x86/
pmap.c
1932
flags =
PR_NOTOUCH
;
Completed in 23 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025