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

  /src/sys/kern/
kern_softint.c 225 static kmutex_t softint_lock; variable in typeref:typename:kmutex_t
306 mutex_init(&softint_lock, MUTEX_DEFAULT, IPL_NONE);
332 mutex_enter(&softint_lock);
343 mutex_exit(&softint_lock);
367 mutex_enter(&softint_lock);
376 mutex_exit(&softint_lock);
385 mutex_exit(&softint_lock);
409 mutex_exit(&softint_lock);
464 mutex_enter(&softint_lock);
471 mutex_exit(&softint_lock);
    [all...]

Completed in 13 milliseconds