Home
last modified time | relevance | path

Searched refs:is_running (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A DMessageParser.cpp33 MessageParser::MessageParser(void* ptr) : pri(ptr), is_running(false) { in MessageParser()
37 is_running = false; in stop()
130 while (is_running) { in process()
132 while (raw_stream.size() <= 0 && is_running) { in process()
136 if (!is_running) { in process()
178 if (!new_pkt && !old_pkt && is_running) { in process()
437 if (is_running) { in start()
441 is_running = true; in start()
H A DMessageParser.hpp101 std::atomic<bool> is_running; member in RkMSG::MessageParser
/OK3568_Linux_fs/u-boot/cmd/
H A Dremoteproc.c53 ops->is_running ? "is_running " : "", in print_remoteproc_list()
225 U_BOOT_CMD_MKENT(is_running, 1, 1, do_remoteproc_wrapper,
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_job.c699 request->is_running = false; in rga_request_release_abort()
893 request->is_running = false; in rga_request_release_signal()
1049 if (request->is_running) { in rga_request_submit()
1064 request->is_running = true; in rga_request_submit()
1132 request->is_running = false; in rga_request_submit()
1152 if (request->is_running) { in rga_request_mpi_submit()
1165 request->is_running = true; in rga_request_mpi_submit()
1236 if (!request->is_running || request->is_done) { in rga_request_kref_release()
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dreport.c458 const bool is_running = current->state == TASK_RUNNING; in set_other_info_task_blocking() local
471 if (is_running) { in set_other_info_task_blocking()
503 if (is_running) in set_other_info_task_blocking()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_job.c522 if (ctx->is_running) { in rve_job_config_by_user_ctx()
583 if (ctx->is_running) { in rve_job_commit_by_user_ctx()
592 ctx->is_running = true; in rve_job_commit_by_user_ctx()
861 ctx->is_running = false; in rve_internal_ctx_signal()
946 if (!ctx->is_running || ctx->finished_job_count >= ctx->cmd_num) { in rve_internal_ctx_kref_release()
H A Drve_debugger.c260 status = ctx->is_running; in rve_ctx_manager_show()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_thread.h37 bool is_running ();
H A Dxcam_thread.cpp205 bool Thread::is_running () in is_running() function in XCam::Thread
/OK3568_Linux_fs/u-boot/include/
H A Dremoteproc.h73 int (*is_running)(struct udevice *dev); member
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Df71808e_wdt.c476 bool is_running = true; in watchdog_is_running() local
483 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0)) in watchdog_is_running()
491 return is_running; in watchdog_is_running()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Dserv.py259 if is_running(pid):
274 def is_running(pid): function
/OK3568_Linux_fs/u-boot/drivers/remoteproc/
H A Dsandbox_testproc.c309 .is_running = sandbox_testproc_is_running,
H A Drproc-uclass.c371 fn = ops->is_running; in _rproc_ops_wrapper()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h241 bool is_running; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h354 bool is_running; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_algo_aldch_v21_itf.cpp378 if (ldchCtx->aldchReadMeshThread->is_running()) { in destroy_context()
426 if (ldchCtx->aldchReadMeshThread->is_running()) { in prepare()
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dremoteproc-framework.txt65 (is_running does not change state)
/OK3568_Linux_fs/kernel/net/wireless/
H A Dcore.c234 wdev->is_running = false; in cfg80211_stop_p2p_device()
259 wdev->is_running = false; in cfg80211_stop_nan()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h420 bool is_running; member
H A Ddev.c1135 cif_dev->reset_watchdog_timer.is_running = false; in rkcif_pipeline_set_stream()
1220 cif_dev->reset_watchdog_timer.is_running = false; in rkcif_pipeline_set_stream()
1896 timer->is_running = false; in rkcif_init_reset_monitor()
H A Dcapture.c8281 if (timer->is_running) in rkcif_monitor_reset_event()
8335 timer->is_running = true; in rkcif_monitor_reset_event()
9347 timer->is_running = false; in rkcif_init_reset_work()
9437 timer->is_running = false; in rkcif_detect_reset_event()
9503 timer->is_running = false; in rkcif_reset_watchdog_timer_handler()
9532 if (timer->is_running) { in rkcif_reset_notifier()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-Fix-imports-for-ptests.patch586 - self.assertEqual(yappi.is_running(), False)
596 - self.assertEqual(yappi.is_running(), False)
2502 + self.assertEqual(yappi.is_running(), False)
2512 + self.assertEqual(yappi.is_running(), False)
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h5319 bool use_4addr, is_running; member
5397 return wdev->is_running; in wdev_running()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A D0001-Update-Cython-version-to-fix-NanoSVG-issues-with-Pyt.patch137 char is_running;

12