HomeSort by: relevance | last modified time | path
    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