Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c400 #define bit_to_wchan(word, bit) ((void *)(((uintptr_t)(word) << 6) | (bit))) macro
406 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()