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

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

Completed in 147 milliseconds