Searched refs:BUF_TIMELOCK (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | buf.h | 316 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ macro
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_bio.c | 3908 error = BUF_TIMELOCK(bp, LK_EXCLUSIVE | LK_NOWAIT, NULL, "getblku", 0, in getblkx() 3933 error = BUF_TIMELOCK(bp, lockflags, in getblkx()
|
| H A D | vfs_subr.c | 2116 error = BUF_TIMELOCK(bp, in flushbuflist() 2170 error = BUF_TIMELOCK(bp, LK_EXCLUSIVE | LK_SLEEPFAIL | in bnoreuselist()
|