Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/uwb/
Duwbd.c272 int should_stop = 0; in uwbd() local
278 || (should_stop = kthread_should_stop()), in uwbd()
280 if (should_stop) in uwbd()
/Linux-v4.19/drivers/misc/genwqe/
Dcard_ddcb.c1191 int should_stop = 0, rc = 0; in genwqe_card_thread() local
1202 (should_stop = kthread_should_stop()), 1); in genwqe_card_thread()
1207 (should_stop = kthread_should_stop()), HZ); in genwqe_card_thread()
1209 if (should_stop) in genwqe_card_thread()
Dcard_base.c911 int rc, should_stop = 0; in genwqe_health_thread() local
920 (should_stop = kthread_should_stop())), in genwqe_health_thread()
923 if (should_stop) in genwqe_health_thread()
/Linux-v4.19/kernel/
Dworkqueue.c2347 bool should_stop; in rescuer_thread() local
2367 should_stop = kthread_should_stop(); in rescuer_thread()
2445 if (should_stop) { in rescuer_thread()
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwil6210.h1310 struct wil_ring *ring, bool should_stop);