Home
last modified time | relevance | path

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

/linux-6.6.21/tools/verification/rv/include/
Drv.h12 int should_stop(void);
/linux-6.6.21/tools/verification/rv/src/
Dtrace.c51 if (should_stop()) in collect_registered_events()
Drv.c32 int should_stop(void) in should_stop() function
Din_kernel.c668 while (!should_stop()) { in ikm_run_monitor()
/linux-6.6.21/net/rxrpc/
Dio_thread.c423 bool should_stop; in rxrpc_io_thread() local
516 should_stop = kthread_should_stop(); in rxrpc_io_thread()
527 if (should_stop) in rxrpc_io_thread()
/linux-6.6.21/drivers/staging/media/meson/vdec/
Dvdec.h258 unsigned int should_stop; member
Dvdec_helpers.c298 if (sess->should_stop && in dst_buf_done()
310 } else if (sess->should_stop) in dst_buf_done()
Dvdec.c120 sess->should_stop = 1; in vdec_poweroff()
324 sess->should_stop = 0; in vdec_start_streaming()
732 sess->should_stop = 0; in vdec_decoder_cmd()
742 sess->should_stop = 1; in vdec_decoder_cmd()
Desparser.c380 if (sess->should_stop) in esparser_queue_all_src()
/linux-6.6.21/drivers/misc/genwqe/
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()
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-6.6.21/kernel/
Dworkqueue.c2825 bool should_stop; in rescuer_thread() local
2845 should_stop = kthread_should_stop(); in rescuer_thread()
2923 if (should_stop) { in rescuer_thread()
/linux-6.6.21/drivers/net/wireless/ath/wil6210/
Dwil6210.h1371 struct wil_ring *ring, bool should_stop);