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

/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c351 #define bit_to_wchan(word, bit) ((void *)(((uintptr_t)(word) << 6) | (bit))) macro
357 wake_up_sleepers(bit_to_wchan(word, bit));
375 wchan = bit_to_wchan(word, bit);

Completed in 161 milliseconds