Searched refs:RL_LOCK_WRITE (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_rangelock.c | 292 return (rangelock_enqueue(lock, start, end, RL_LOCK_WRITE, ilk, false)); in rangelock_wlock() 300 return (rangelock_enqueue(lock, start, end, RL_LOCK_WRITE, ilk, true)); in rangelock_trywlock() 324 if ((flags & (RL_LOCK_GRANTED | RL_LOCK_WRITE)) != in _rangelock_cookie_assert() 325 (RL_LOCK_GRANTED | RL_LOCK_WRITE)) in _rangelock_cookie_assert()
|
| /f-stack/freebsd/sys/ |
| H A D | rangelock.h | 37 #define RL_LOCK_WRITE 0x0002 macro
|