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

  /src/sys/net/
if_ppp.c 205 static kmutex_t ppp_compressors_mtx; variable in typeref:typename:kmutex_t
1833 mutex_init(&ppp_compressors_mtx, MUTEX_DEFAULT, IPL_NONE);
1841 mutex_destroy(&ppp_compressors_mtx);
1849 mutex_enter(&ppp_compressors_mtx);
1851 mutex_exit(&ppp_compressors_mtx);
1859 KASSERT(mutex_owned(&ppp_compressors_mtx));
1877 mutex_enter(&ppp_compressors_mtx);
1879 mutex_exit(&ppp_compressors_mtx);
1884 mutex_enter(&ppp_compressors_mtx);
1886 mutex_exit(&ppp_compressors_mtx);
    [all...]
if_ppp.c 205 static kmutex_t ppp_compressors_mtx; variable in typeref:typename:kmutex_t
1833 mutex_init(&ppp_compressors_mtx, MUTEX_DEFAULT, IPL_NONE);
1841 mutex_destroy(&ppp_compressors_mtx);
1849 mutex_enter(&ppp_compressors_mtx);
1851 mutex_exit(&ppp_compressors_mtx);
1859 KASSERT(mutex_owned(&ppp_compressors_mtx));
1877 mutex_enter(&ppp_compressors_mtx);
1879 mutex_exit(&ppp_compressors_mtx);
1884 mutex_enter(&ppp_compressors_mtx);
1886 mutex_exit(&ppp_compressors_mtx);
    [all...]

Completed in 23 milliseconds