Searched refs:locktype (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | buf.h | 308 #define BUF_LOCK(bp, locktype, interlock) \ argument 309 _lockmgr_args_rw(&(bp)->b_lock, (locktype), (interlock), \ 316 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument 317 _lockmgr_args_rw(&(bp)->b_lock, (locktype) | LK_TIMELOCK, \
|