Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_vinstr.c107 struct kbase_vinstr_context *vctx; member
203 lockdep_assert_held(&vcli->vctx->lock); in kbasep_vinstr_client_dump()
237 clk_cnt = vcli->vctx->metadata->clk_cnt; in kbasep_vinstr_client_dump()
265 lockdep_assert_held(&vcli->vctx->lock); in kbasep_vinstr_client_clear()
284 static void kbasep_vinstr_reschedule_worker(struct kbase_vinstr_context *vctx) in kbasep_vinstr_reschedule_worker() argument
290 WARN_ON(!vctx); in kbasep_vinstr_reschedule_worker()
291 lockdep_assert_held(&vctx->lock); in kbasep_vinstr_reschedule_worker()
299 list_for_each_entry(pos, &vctx->clients, node) { in kbasep_vinstr_reschedule_worker()
312 hrtimer_cancel(&vctx->dump_timer); in kbasep_vinstr_reschedule_worker()
318 (vctx->suspend_count == 0) && in kbasep_vinstr_reschedule_worker()
[all …]
H A Dmali_kbase_vinstr.h52 void kbase_vinstr_term(struct kbase_vinstr_context *vctx);
63 void kbase_vinstr_suspend(struct kbase_vinstr_context *vctx);
76 void kbase_vinstr_resume(struct kbase_vinstr_context *vctx);
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c4771 u8 type, void *vctx) in __find_xattr() argument
4773 struct find_xattr_ctx *ctx = vctx; in __find_xattr()