Home
last modified time | relevance | path

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

/kernel/
Dfutex.c784 u32 uval, u32 newval) in cmpxchg_futex_value_locked() argument
789 ret = futex_atomic_cmpxchg_inatomic(curval, uaddr, uval, newval); in cmpxchg_futex_value_locked()
1061 static int attach_to_pi_state(u32 __user *uaddr, u32 uval, in attach_to_pi_state() argument
1065 pid_t pid = uval & FUTEX_TID_MASK; in attach_to_pi_state()
1104 if (uval != uval2) in attach_to_pi_state()
1110 if (uval & FUTEX_OWNER_DIED) { in attach_to_pi_state()
1209 static int handle_exit_race(u32 __user *uaddr, u32 uval, in handle_exit_race() argument
1254 if (uval2 != uval) in handle_exit_race()
1269 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner() argument
1273 pid_t pid = uval & FUTEX_TID_MASK; in attach_to_pi_owner()
[all …]
/kernel/trace/
Dtrace_events_hist.c5394 u64 uval; in hist_trigger_print_key() local
5407 uval = *(u64 *)(key + key_field->offset); in hist_trigger_print_key()
5408 seq_printf(m, "%s: %llx", field_name, uval); in hist_trigger_print_key()
5410 uval = *(u64 *)(key + key_field->offset); in hist_trigger_print_key()
5411 sprint_symbol_no_offset(str, uval); in hist_trigger_print_key()
5413 uval, str); in hist_trigger_print_key()
5415 uval = *(u64 *)(key + key_field->offset); in hist_trigger_print_key()
5416 sprint_symbol(str, uval); in hist_trigger_print_key()
5418 uval, str); in hist_trigger_print_key()
5428 uval = *(u64 *)(key + key_field->offset); in hist_trigger_print_key()
[all …]