Searched defs:futex_private_hash (Results 1 – 2 of 2) sorted by relevance
66 struct futex_private_hash { struct67 int state;68 unsigned int hash_mask;69 struct rcu_head rcu;70 void *mm;71 bool custom;72 struct futex_hash_bucket queues[];274 struct futex_private_hash *futex_private_hash(void) in futex_private_hash() function
236 static inline struct futex_private_hash *futex_private_hash(void) { return NULL; } in futex_private_hash() function