Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dutil.c121 while (!kthread_should_stop()) { in __mt76_worker_fn()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c197 !kthread_should_stop()) in ib_fmr_cleanup_thread()
200 } while (!kthread_should_stop()); in ib_fmr_cleanup_thread()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkthread.h83 #define kthread_should_stop() linux_kthread_should_stop() macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c1014 while (!kthread_should_stop()) { in taskq_thread()