Searched refs:ctx_list_pullable (Results 1 – 4 of 4) sorted by relevance
227 struct list_head ctx_list_pullable[BASE_JM_MAX_NR_SLOTS]; member
526 INIT_LIST_HEAD(&jsdd->ctx_list_pullable[i]); in kbasep_js_devdata_init()665 &kbdev->js_data.ctx_list_pullable[js]); in kbase_js_ctx_list_add_pullable_nolock()705 &kbdev->js_data.ctx_list_pullable[js]); in kbase_js_ctx_list_add_pullable_head_nolock()854 if (list_empty(&kbdev->js_data.ctx_list_pullable[js])) in kbase_js_ctx_list_pop_head_nolock()857 kctx = list_entry(kbdev->js_data.ctx_list_pullable[js].next, in kbase_js_ctx_list_pop_head_nolock()
305 struct list_head ctx_list_pullable[BASE_JM_MAX_NR_SLOTS] member
600 INIT_LIST_HEAD(&jsdd->ctx_list_pullable[i][j]); in kbasep_js_devdata_init()890 &kbdev->js_data.ctx_list_pullable[js][kctx->priority]); in kbase_js_ctx_list_add_pullable_nolock()931 &kbdev->js_data.ctx_list_pullable[js][kctx->priority]); in kbase_js_ctx_list_add_pullable_head_nolock()1079 if (list_empty(&kbdev->js_data.ctx_list_pullable[js][i])) in kbase_js_ctx_list_pop_head_nolock()1082 kctx = list_entry(kbdev->js_data.ctx_list_pullable[js][i].next, in kbase_js_ctx_list_pop_head_nolock()1365 &kbdev->js_data.ctx_list_pullable[js][new_priority]); in kbase_js_set_ctx_priority()