OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bd_buf_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
bpf.c
141
* -
bd_buf_mtx
(spin mutex) protects the buffers that can be accessed
144
* - Locking order: bpf_mtx => bpf_d#bd_mtx => bpf_d#
bd_buf_mtx
616
d->
bd_buf_mtx
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_NET);
648
mutex_enter(d->
bd_buf_mtx
);
650
callout_halt(&d->bd_callout, d->
bd_buf_mtx
);
652
mutex_exit(d->
bd_buf_mtx
);
671
mutex_obj_free(d->
bd_buf_mtx
);
714
mutex_enter(d->
bd_buf_mtx
);
716
callout_halt(&d->bd_callout, d->
bd_buf_mtx
);
719
mutex_exit(d->
bd_buf_mtx
);
[
all
...]
bpfdesc.h
132
kmutex_t *
bd_buf_mtx
; /* For buffers, bd_state, bd_sel and bd_cv */
member in struct:bpf_d
Completed in 36 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025