Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbuf.h329 BUF_UNLOCK_RAW((bp)); \
331 #define BUF_UNLOCK_RAW(bp) do { \ macro
/f-stack/freebsd/kern/
H A Dvfs_bio.c3918 BUF_UNLOCK_RAW(bp); in getblkx()