Home
last modified time | relevance | path

Searched refs:bd_lock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c380 mutex_exit(&d->bd_lock); in bpf_detachd()
394 mutex_enter(&d->bd_lock); in bpf_detachd()
536 mutex_enter(&d->bd_lock); in bpfclose()
554 mutex_exit(&d->bd_lock); in bpfclose()
561 mutex_enter(&d->bd_lock); in bpfclose()
664 mutex_exit(&d->bd_lock); in bpfread()
678 mutex_exit(&d->bd_lock); in bpfread()
705 mutex_exit(&d->bd_lock); in bpf_timed_out()
744 mutex_exit(&d->bd_lock); in bpfwrite()
787 mutex_exit(&d->bd_lock); in bpfwrite()
[all …]
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c372 rw_destroy(&bd_lock); in _init()
1165 rw_exit(&bd_lock); in bd_open()
1240 rw_exit(&bd_lock); in bd_open()
1266 rw_exit(&bd_lock); in bd_close()
1294 rw_exit(&bd_lock); in bd_close()
1320 rw_exit(&bd_lock); in bd_dump()
1332 rw_exit(&bd_lock); in bd_dump()
1337 rw_exit(&bd_lock); in bd_dump()
1342 rw_exit(&bd_lock); in bd_dump()
1353 rw_exit(&bd_lock); in bd_dump()
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h158 kmutex_t bd_lock; member