Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_rangelock.c45 int rl_q_flags; member
112 if (entry->rl_q_flags & RL_LOCK_READ) { in rangelock_calc_block()
115 !(entry1->rl_q_flags & RL_LOCK_READ); in rangelock_calc_block()
135 entry->rl_q_flags |= RL_LOCK_GRANTED; in rangelock_calc_block()
181 KASSERT(entry->rl_q_flags & RL_LOCK_GRANTED, in rangelock_unlock_range()
217 entry->rl_q_flags = mode; in rangelock_enqueue()
232 while (!(entry->rl_q_flags & RL_LOCK_GRANTED)) in rangelock_enqueue()
261 flags = entry->rl_q_flags; in _rangelock_cookie_assert()