Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c99 while (linux_kthread_should_park()) { in linux_kthread_parkme()
111 linux_kthread_should_park(void) in linux_kthread_should_park() function