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

  /src/sys/nfs/
nfs_socket.c 174 static kmutex_t nfs_timer_lock; variable in typeref:typename:kmutex_t
706 mutex_init(&nfs_timer_lock, MUTEX_DEFAULT, IPL_NONE);
723 mutex_destroy(&nfs_timer_lock);
740 mutex_enter(&nfs_timer_lock);
742 mutex_exit(&nfs_timer_lock);
868 mutex_enter(&nfs_timer_lock);
872 mutex_exit(&nfs_timer_lock);
nfs_socket.c 174 static kmutex_t nfs_timer_lock; variable in typeref:typename:kmutex_t
706 mutex_init(&nfs_timer_lock, MUTEX_DEFAULT, IPL_NONE);
723 mutex_destroy(&nfs_timer_lock);
740 mutex_enter(&nfs_timer_lock);
742 mutex_exit(&nfs_timer_lock);
868 mutex_enter(&nfs_timer_lock);
872 mutex_exit(&nfs_timer_lock);
nfs_socket.c 174 static kmutex_t nfs_timer_lock; variable in typeref:typename:kmutex_t
706 mutex_init(&nfs_timer_lock, MUTEX_DEFAULT, IPL_NONE);
723 mutex_destroy(&nfs_timer_lock);
740 mutex_enter(&nfs_timer_lock);
742 mutex_exit(&nfs_timer_lock);
868 mutex_enter(&nfs_timer_lock);
872 mutex_exit(&nfs_timer_lock);

Completed in 33 milliseconds