Searched refs:bit_to_wchan (Results 1 – 1 of 1) sorted by relevance
400 #define bit_to_wchan(word, bit) ((void *)(((uintptr_t)(word) << 6) | (bit))) macro406 wake_up_sleepers(bit_to_wchan(word, bit)); in linux_wake_up_bit()418 wchan = bit_to_wchan(word, bit); in linux_wait_on_bit_timeout()