Home
last modified time | relevance | path

Searched refs:work_count (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c112 RK_S32 work_count; member
380 p->work_count = 0; in cluster_worker_init()
403 mpp_assert(p->work_count == 0); in cluster_worker_deinit()
454 p->work_count++; in cluster_worker_get_task()
457 cluster_dbg_flow("%s get P%d %s -> rq %d\n", p->name, i, node->name, p->work_count); in cluster_worker_get_task()
480 cluster_dbg_flow("%s run %d work start\n", p->name, p->work_count); in cluster_worker_run_task()
545 p->work_count--; in cluster_worker_run_task()
548 mpp_assert(p->work_count == 0); in cluster_worker_run_task()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h109 RK_U32 work_count; member
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c225 enc->work_count++; in check_enc_task_wait()
3505 enc->work_count++; in check_enc_async_wait()