Searched refs:futex_key (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfutex.h135 union futex_key { union
153 union futex_key *key);
154 void get_futex_key_refs(union futex_key *key);
155 void drop_futex_key_refs(union futex_key *key);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dfutex.c79 union futex_key key;
99 union futex_key key;
126 static struct futex_hash_bucket *hash_futex(union futex_key *key)
137 static inline int match_futex(union futex_key *key1, union futex_key *key2)
163 union futex_key *key)
256 inline void get_futex_key_refs(union futex_key *key)
275 void drop_futex_key_refs(union futex_key *key)
433 union futex_key key;
478 union futex_key *ke
[all...]

Completed in 40 milliseconds