OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nowait
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_amap.c
152
const bool
nowait
= (flags & UVM_FLAG_NOWAIT) != 0;
local in function:amap_alloc1
153
const km_flag_t kmflags =
nowait
? KM_NOSLEEP : KM_SLEEP;
158
amap = pool_cache_get(&uvm_amap_cache,
nowait
? PR_NOWAIT : PR_WAITOK);
216
if (
nowait
) {
uvm_amap.c
152
const bool
nowait
= (flags & UVM_FLAG_NOWAIT) != 0;
local in function:amap_alloc1
153
const km_flag_t kmflags =
nowait
? KM_NOSLEEP : KM_SLEEP;
158
amap = pool_cache_get(&uvm_amap_cache,
nowait
? PR_NOWAIT : PR_WAITOK);
216
if (
nowait
) {
Completed in 22 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025