Searched refs:x_dep (Results 1 – 2 of 2) sorted by relevance
2078 struct kbase_jd_atom *x_dep = katom->x_post_dep; in kbase_js_evict_deps() local2091 if (x_dep && (x_dep->atom_flags & (KBASE_KATOM_FLAG_JSCTX_IN_TREE | in kbase_js_evict_deps()2094 x_dep->atom_flags &= ~KBASE_KATOM_FLAG_X_DEP_BLOCKED; in kbase_js_evict_deps()2097 if (x_dep->atom_flags & KBASE_KATOM_FLAG_FAIL_BLOCKER) { in kbase_js_evict_deps()2098 x_dep->will_fail_event_code = katom->event_code; in kbase_js_evict_deps()2100 if (x_dep->atom_flags & KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST) in kbase_js_evict_deps()2101 kbase_js_move_to_tree(x_dep); in kbase_js_evict_deps()2410 struct kbase_jd_atom *x_dep = katom->x_post_dep; in kbase_js_complete_atom() local2453 if (x_dep && (katom->event_code == BASE_JD_EVENT_DONE || in kbase_js_complete_atom()2454 !(x_dep->atom_flags & KBASE_KATOM_FLAG_FAIL_BLOCKER)) && in kbase_js_complete_atom()[all …]
2618 struct kbase_jd_atom *x_dep = katom->x_post_dep; local2631 if (x_dep && (x_dep->atom_flags & (KBASE_KATOM_FLAG_JSCTX_IN_TREE |2634 x_dep->atom_flags &= ~KBASE_KATOM_FLAG_X_DEP_BLOCKED;2637 (void *)x_dep);2640 if (x_dep->atom_flags & KBASE_KATOM_FLAG_FAIL_BLOCKER)2641 x_dep->will_fail_event_code = katom->event_code;2643 if (x_dep->atom_flags & KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST)2644 kbase_js_move_to_tree(x_dep);3445 struct kbase_jd_atom *x_dep = katom->x_post_dep; local3449 (void *)katom, (void *)kctx, (void *)x_dep);[all …]