HomeSort by: relevance | last modified time | path
    Searched defs:procfs_hashlock (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/miscfs/procfs/
procfs_vfsops.c 133 static kmutex_t procfs_hashlock; variable in typeref:typename:kmutex_t
146 mutex_enter(&procfs_hashlock);
148 mutex_exit(&procfs_hashlock);
482 mutex_enter(&procfs_hashlock);
484 mutex_exit(&procfs_hashlock);
567 mutex_enter(&procfs_hashlock);
574 mutex_exit(&procfs_hashlock);
590 mutex_exit(&procfs_hashlock);
660 mutex_init(&procfs_hashlock, MUTEX_DEFAULT, IPL_NONE);
672 mutex_destroy(&procfs_hashlock);
    [all...]

Completed in 13 milliseconds