OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHMSEG_WIRED
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
shm.h
171
#define
SHMSEG_WIRED
0x4000
/src/sys/kern/
sysv_shm.c
283
if (cmd == SHM_LOCK && (shmseg->shm_perm.mode &
SHMSEG_WIRED
) == 0) {
289
shmseg->shm_perm.mode |=
SHMSEG_WIRED
;
292
(shmseg->shm_perm.mode &
SHMSEG_WIRED
) != 0) {
295
shmseg->shm_perm.mode &= ~
SHMSEG_WIRED
;
765
SHMSEG_ALLOCATED | (lockmem ?
SHMSEG_WIRED
: 0);
Completed in 19 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025