OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uvm_pgflcache_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_pgflcache.c
101
static kmutex_t
uvm_pgflcache_lock
;
variable in typeref:typename:kmutex_t
319
mutex_enter(&
uvm_pgflcache_lock
);
325
mutex_exit(&
uvm_pgflcache_lock
);
343
mutex_enter(&
uvm_pgflcache_lock
);
346
mutex_exit(&
uvm_pgflcache_lock
);
369
mutex_exit(&
uvm_pgflcache_lock
);
412
mutex_init(&
uvm_pgflcache_lock
, MUTEX_DEFAULT, IPL_NONE);
uvm_pgflcache.c
101
static kmutex_t
uvm_pgflcache_lock
;
variable in typeref:typename:kmutex_t
319
mutex_enter(&
uvm_pgflcache_lock
);
325
mutex_exit(&
uvm_pgflcache_lock
);
343
mutex_enter(&
uvm_pgflcache_lock
);
346
mutex_exit(&
uvm_pgflcache_lock
);
369
mutex_exit(&
uvm_pgflcache_lock
);
412
mutex_init(&
uvm_pgflcache_lock
, MUTEX_DEFAULT, IPL_NONE);
Completed in 26 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025