OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 13 08:09:50 GMT 2025