Searched refs:vctx (Results 1 – 3 of 3) sorted by relevance
107 struct kbase_vinstr_context *vctx; member203 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() argument290 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 …]
52 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);
4771 u8 type, void *vctx) in __find_xattr() argument4773 struct find_xattr_ctx *ctx = vctx; in __find_xattr()