Searched refs:bpf_mtx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c123 static kmutex_t bpf_mtx; variable
420 mutex_init(&bpf_mtx, NULL, MUTEX_DRIVER, NULL);
444 mutex_destroy(&bpf_mtx);
491 mutex_enter(&bpf_mtx);
502 mutex_exit(&bpf_mtx);
509 mutex_exit(&bpf_mtx);
549 mutex_enter(&bpf_mtx);
552 mutex_exit(&bpf_mtx);

Completed in 56 milliseconds