Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c67 struct futex_private_hash { struct
68 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