Home
last modified time | relevance | path

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

/linux/tools/verification/rv/include/
H A Drv.h12 int should_stop(void);
/linux/tools/verification/rv/src/
H A Dtrace.c51 if (should_stop()) in collect_registered_events()
H A Drv.c32 int should_stop(void) in should_stop() function
H A Din_kernel.c668 while (!should_stop()) { in ikm_run_monitor()
/linux/net/rxrpc/
H A Dio_thread.c440 bool should_stop; in rxrpc_io_thread() local
533 should_stop = kthread_should_stop(); in rxrpc_io_thread()
544 if (should_stop) in rxrpc_io_thread()
/linux/drivers/staging/media/meson/vdec/
H A Dvdec.h257 unsigned int should_stop; member
H A Dvdec_helpers.c298 if (sess->should_stop && in dst_buf_done()
310 } else if (sess->should_stop) in dst_buf_done()
H A Desparser.c380 if (sess->should_stop) in esparser_queue_all_src()
/linux/drivers/misc/genwqe/
H A Dcard_ddcb.c1190 int should_stop = 0; in genwqe_card_thread() local
1201 (should_stop = kthread_should_stop()), 1); in genwqe_card_thread()
1206 (should_stop = kthread_should_stop()), HZ); in genwqe_card_thread()
1208 if (should_stop) in genwqe_card_thread()
H A Dcard_base.c933 int rc, should_stop = 0; in genwqe_health_thread() local
942 (should_stop = kthread_should_stop())), in genwqe_health_thread()
945 if (should_stop) in genwqe_health_thread()
/linux/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h1371 struct wil_ring *ring, bool should_stop);
/linux/kernel/
H A Dworkqueue.c3435 bool should_stop; in rescuer_thread() local
3455 should_stop = kthread_should_stop(); in rescuer_thread()
3533 if (should_stop) { in rescuer_thread()