Home
last modified time | relevance | path

Searched defs:fph (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/futex/ !
H A Dcore.c145 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() local
174 struct futex_private_hash *fph = hb->priv; in futex_hash_put() local
182 __futex_hash_private(union futex_key *key, struct futex_private_hash *fph) in __futex_hash_private()
238 struct futex_private_hash *fph; in __futex_pivot_hash() local
264 struct futex_private_hash *fph; in futex_pivot_hash() local
289 struct futex_private_hash *fph; in futex_private_hash() local
304 struct futex_private_hash *fph; in futex_hash() local
322 __futex_hash_private(union futex_key *key, struct futex_private_hash *fph) in __futex_hash_private()
[all …]
H A Dfutex.h237 static inline void futex_private_hash_put(struct futex_private_hash *fph) { } in futex_private_hash_put()