Searched defs:futex_private_hash (Results 1 – 1 of 1) sorted by relevance
67 struct futex_private_hash { struct68 rcuref_t users;69 unsigned int hash_mask;70 struct rcu_head rcu;71 void *mm;72 bool custom;73 bool immutable;74 struct futex_hash_bucket queues[];271 struct futex_private_hash *futex_private_hash(void) in futex_private_hash() function