Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dwait_bit.h21 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ macro
40 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait_bit.c123 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsched.c298 struct wait_bit_key k = __WAIT_BIT_KEY_INITIALIZER(m, RPC_TASK_ACTIVE); in rpc_complete_task()