Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h64 #define kthread_should_stop() linux_kthread_should_stop() macro
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c199 !kthread_should_stop()) in ib_fmr_cleanup_thread()
202 } while (!kthread_should_stop()); in ib_fmr_cleanup_thread()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c896 while (!kthread_should_stop()) { in taskq_thread()