OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_priority
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/mm/
memlock.c
59
static int
_priority
;
variable
107
if (((
_priority
= getpriority(PRIO_PROCESS, 0)) == -1) && errno)
124
if (setpriority(PRIO_PROCESS, 0,
_priority
))
125
log_error("setpriority %u failed: %s",
_priority
,
memlock.c
59
static int
_priority
;
variable
107
if (((
_priority
= getpriority(PRIO_PROCESS, 0)) == -1) && errno)
124
if (setpriority(PRIO_PROCESS, 0,
_priority
))
125
log_error("setpriority %u failed: %s",
_priority
,
Completed in 46 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026