Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dwait.h66 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ macro
945 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \
/linux-4.4.14/kernel/sched/
Dwait.c457 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit()
/linux-4.4.14/net/sunrpc/
Dsched.c290 struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE); in rpc_complete_task()