Home
last modified time | relevance | path

Searched refs:__WAIT_BIT_KEY_INITIALIZER (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dwait.h76 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ macro
666 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \
/linux-3.4.99/kernel/
Dwait.c252 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit()
/linux-3.4.99/net/sunrpc/
Dsched.c271 struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE); in rpc_complete_task()