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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h56 bool linux_kthread_should_park(void);
68 #define kthread_should_park() linux_kthread_should_park()
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c99 while (linux_kthread_should_park()) {
111 linux_kthread_should_park(void) function

Completed in 97 milliseconds