OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_PSERIALIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
slab.h
208
pcflags |=
PR_PSERIALIZE
;
/src/sys/sys/
pool.h
165
#define
PR_PSERIALIZE
0x20000 /* needs pserialize sync point before free */
/src/sys/kern/
subr_pool.c
145
#define pc_has_pser(pc) (((pc)->pc_roflags &
PR_PSERIALIZE
) != 0)
149
#define pp_has_pser(pp) (((pp)->pr_roflags &
PR_PSERIALIZE
) != 0)
862
*
PR_PSERIALIZE
implies PR_NOTOUCH; freed objects must remain
865
if (flags &
PR_PSERIALIZE
) {
2141
* need to worry about
PR_PSERIALIZE
.
2143
ppflags &= ~
PR_PSERIALIZE
;
kern_lwp.c
362
PR_PSERIALIZE
, "lwppl", NULL, IPL_NONE, lwp_ctor, lwp_dtor, NULL);
Completed in 20 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025