Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h72 bool linux_kthread_should_stop(void);
83 #define kthread_should_stop() linux_kthread_should_stop()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c51 linux_kthread_should_stop(void) in linux_kthread_should_stop() function