Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c66 struct futex_private_hash { struct
127 __futex_hash(union futex_key *key, struct futex_private_hash *fph);
130 static bool futex_ref_get(struct futex_private_hash *fph);
131 static bool futex_ref_put(struct futex_private_hash *fph);
132 static bool futex_ref_is_dead(struct futex_private_hash *fph);
145 static bool futex_private_hash_get(struct futex_private_hash *fph) in futex_private_hash_get()
150 void futex_private_hash_put(struct futex_private_hash *fph) in futex_private_hash_put()
165 struct futex_private_hash *fph = hb->priv; in futex_hash_get()
174 struct futex_private_hash *fph = hb->priv; in futex_hash_put()
182 __futex_hash_private(union futex_key *key, struct futex_private_hash *fph) in __futex_hash_private()
[all …]