Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/include/linux/
Dkthread.h17 int kthread_should_stop(void);
/openbsd/src/sys/dev/pci/drm/i915/gvt/
Dkvmgt.c1767 while (!kthread_should_stop()) { in gvt_service_thread()
1769 kthread_should_stop() || gvt->service_request); in gvt_service_thread()
1771 if (kthread_should_stop()) in gvt_service_thread()
Dscheduler.c1163 while (!kthread_should_stop()) { in workload_thread()
1173 } while (!kthread_should_stop()); in workload_thread()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_ras.c3124 while (!kthread_should_stop()) { in amdgpu_ras_page_retirement_thread()
3127 kthread_should_stop() || in amdgpu_ras_page_retirement_thread()
3130 if (kthread_should_stop()) in amdgpu_ras_page_retirement_thread()
/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c407 kthread_should_stop(void) in kthread_should_stop() function