Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lock.c312 uintptr_t v, x, orig_x; in wakeupshlk() local
327 orig_x = lockmgr_read_value(lk); in wakeupshlk()
329 x = orig_x & (LK_ALL_WAITERS | LK_EXCLUSIVE_SPINNERS); in wakeupshlk()
377 if (lockmgr_sunlock_try(lk, &orig_x)) { in wakeupshlk()
384 orig_x = x; in wakeupshlk()