Searched defs:futex_private_hash (Results 1 – 1 of 1) 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