Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c66 struct futex_private_hash { struct
67 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
H A Dfutex.h236 static inline struct futex_private_hash *futex_private_hash(void) { return NULL; } in futex_private_hash() function