Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dfutex.c1059 u32 uval2; in attach_to_pi_state() local
1094 if (get_futex_value_locked(&uval2, uaddr)) in attach_to_pi_state()
1097 if (uval != uval2) in attach_to_pi_state()
1175 u32 uval2; in handle_exit_race() local
1211 if (get_futex_value_locked(&uval2, uaddr)) in handle_exit_race()
1215 if (uval2 != uval) in handle_exit_race()