HomeSort by: relevance | last modified time | path
    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