Home
last modified time | relevance | path

Searched refs:bd_mtx (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/net/
Dbpf.c479 KASSERT(mutex_owned(d->bd_mtx)); in bpf_attachd()
506 KASSERT(mutex_owned(d->bd_mtx)); in bpf_detachd()
615 d->bd_mtx = mutex_obj_alloc(MUTEX_DEFAULT, IPL_SOFTNET); in bpfopen()
653 mutex_enter(d->bd_mtx); in bpf_close()
656 mutex_exit(d->bd_mtx); in bpf_close()
670 mutex_obj_free(d->bd_mtx); in bpf_close()
857 mutex_enter(d->bd_mtx); in bpf_write()
860 mutex_exit(d->bd_mtx); in bpf_write()
865 mutex_exit(d->bd_mtx); in bpf_write()
939 KASSERT(mutex_owned(d->bd_mtx)); in reset_d()
[all …]
Dbpfdesc.h131 kmutex_t *bd_mtx; member