Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/misc/genwqe/
Dcard_ddcb.c1192 int should_stop = 0, rc = 0; in genwqe_card_thread() local
1203 (should_stop = kthread_should_stop()), 1); in genwqe_card_thread()
1208 (should_stop = kthread_should_stop()), HZ); in genwqe_card_thread()
1210 if (should_stop) in genwqe_card_thread()
Dcard_base.c912 int rc, should_stop = 0; in genwqe_health_thread() local
921 (should_stop = kthread_should_stop())), in genwqe_health_thread()
924 if (should_stop) in genwqe_health_thread()
/linux-4.4.14/kernel/
Dworkqueue.c2252 bool should_stop; in rescuer_thread() local
2272 should_stop = kthread_should_stop(); in rescuer_thread()
2346 if (should_stop) { in rescuer_thread()