HomeSort by: relevance | last modified time | path
    Searched refs:bd_mtx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bpf.c 143 * - bd_mtx (adaptive mutex) protects member variables other than the buffers
144 * - Locking order: bpf_mtx => bpf_d#bd_mtx => bpf_d#bd_buf_mtx
479 KASSERT(mutex_owned(d->bd_mtx));
506 KASSERT(mutex_owned(d->bd_mtx));
615 d->bd_mtx = mutex_obj_alloc(MUTEX_DEFAULT, IPL_SOFTNET);
653 mutex_enter(d->bd_mtx);
656 mutex_exit(d->bd_mtx);
670 mutex_obj_free(d->bd_mtx);
857 mutex_enter(d->bd_mtx);
860 mutex_exit(d->bd_mtx);
    [all...]
bpfdesc.h 131 kmutex_t *bd_mtx; member in struct:bpf_d

Completed in 14 milliseconds