Searched refs:job_flags (Results 1 – 5 of 5) sorted by relevance
280 m2m_dev->curr_ctx->job_flags |= TRANS_RUNNING; in v4l2_m2m_try_run()313 if (m2m_ctx->job_flags & TRANS_ABORT) { in __v4l2_m2m_try_queue()318 if (m2m_ctx->job_flags & TRANS_QUEUED) { in __v4l2_m2m_try_queue()367 m2m_ctx->job_flags |= TRANS_QUEUED; in __v4l2_m2m_try_queue()423 m2m_ctx->job_flags |= TRANS_ABORT; in v4l2_m2m_cancel_job()424 if (m2m_ctx->job_flags & TRANS_RUNNING) { in v4l2_m2m_cancel_job()430 !(m2m_ctx->job_flags & TRANS_RUNNING)); in v4l2_m2m_cancel_job()431 } else if (m2m_ctx->job_flags & TRANS_QUEUED) { in v4l2_m2m_cancel_job()433 m2m_ctx->job_flags &= ~(TRANS_QUEUED | TRANS_RUNNING); in v4l2_m2m_cancel_job()477 m2m_dev->curr_ctx->job_flags &= ~(TRANS_QUEUED | TRANS_RUNNING); in _v4l2_m2m_job_finish()[all …]
16 enum job_flags { enum
315 static struct page_list *alloc_pl(gfp_t gfp, unsigned long job_flags) in alloc_pl() argument323 if (rsm_enabled && test_bit(DM_KCOPYD_SNAP_MERGE, &job_flags)) { in alloc_pl()375 unsigned long job_flags) in kcopyd_get_pages() argument382 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM, job_flags); in kcopyd_get_pages()
119 unsigned long job_flags; member