OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_FLAG_PRIO_MASK
(Results
1 - 2
of
2
) sorted by null
/external/strace/
swapon.c
10
unsigned int prio = flags &
SWAP_FLAG_PRIO_MASK
;
11
flags &= ~
SWAP_FLAG_PRIO_MASK
;
/bionic/libc/include/sys/
swap.h
46
* `(priority << SWAP_FLAG_PRIO_SHIFT) &
SWAP_FLAG_PRIO_MASK
`.
50
#define
SWAP_FLAG_PRIO_MASK
0x7fff
Completed in 289 milliseconds