Searched refs:futex_key (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 188 union futex_key key; 218 union futex_key key; 221 union futex_key *requeue_pi_key; 362 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex() 378 static inline int match_futex(union futex_key *key1, union futex_key *key2) in match_futex() 487 static int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key() 697 union futex_key *key) in futex_top_waiter() 847 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() 1214 static int attach_to_pi_owner(u32 __user *uaddr, u32 uval, union futex_key *key, in attach_to_pi_owner() 1306 union futex_key *key, struct futex_pi_state **ps, in lookup_pi_state() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | futex.h | 32 union futex_key { union 53 #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } }
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | futex.h | 47 union futex_key key, u32 bitset),
|