Home
last modified time | relevance | path

Searched refs:BUF_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_cluster.c175 BUF_UNLOCK(rbp); in cluster_read()
847 BUF_UNLOCK(tbp); in cluster_wbuild()
944 BUF_UNLOCK(tbp); in cluster_wbuild()
958 BUF_UNLOCK(tbp); in cluster_wbuild()
H A Dvfs_bio.c1542 BUF_UNLOCK(bp); in binsfree()
1586 BUF_UNLOCK(bp); in buf_free()
1766 BUF_UNLOCK(bp); in buf_recycle()
1774 BUF_UNLOCK(bp); in buf_recycle()
1978 BUF_UNLOCK(bp); in bq_insert()
2633 BUF_UNLOCK(bp); in brelse()
2830 BUF_UNLOCK(bp); in bqrelse()
2874 BUF_UNLOCK(bp); in bqrelse()
3163 BUF_UNLOCK(bpa); in vfs_bio_clcheck()
3219 BUF_UNLOCK(bp); in vfs_bio_awrite()
[all …]
/f-stack/freebsd/vm/
H A Dvm_pager.c411 BUF_UNLOCK(bp); in pbuf_dtor()
/f-stack/freebsd/sys/
H A Dbuf.h325 #define BUF_UNLOCK(bp) do { \ macro