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

  /src/sys/net/
bpf.c 135 * - bpf_mtx (adaptive mutex) protects:
144 * - Locking order: bpf_mtx => bpf_d#bd_mtx => bpf_d#bd_buf_mtx
157 static kmutex_t bpf_mtx; variable in typeref:typename:kmutex_t
478 KASSERT(mutex_owned(&bpf_mtx));
505 KASSERT(mutex_owned(&bpf_mtx));
557 mutex_init(&bpf_mtx, MUTEX_DEFAULT, IPL_NONE);
619 mutex_enter(&bpf_mtx);
621 mutex_exit(&bpf_mtx);
636 mutex_enter(&bpf_mtx);
639 mutex_exit(&bpf_mtx);
    [all...]

Completed in 13 milliseconds