Searched refs:x_dep_head (Results 1 – 4 of 4) sorted by relevance
847 struct list_head x_dep_head; member
248 while (!list_empty(&queue->x_dep_head)) { in jsctx_queue_foreach_prio()249 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, in jsctx_queue_foreach_prio()252 list_del(queue->x_dep_head.next); in jsctx_queue_foreach_prio()591 INIT_LIST_HEAD(&kctx->jsctx_queue[i][j].x_dep_head); in kbasep_js_kctx_init()2015 list_add_tail(&katom->queue, &queue->x_dep_head); in kbase_js_dep_resolved_submit()
1277 struct list_head x_dep_head; member
244 while (!list_empty(&queue->x_dep_head)) { in jsctx_queue_foreach_prio()245 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, in jsctx_queue_foreach_prio()254 list_del(queue->x_dep_head.next); in jsctx_queue_foreach_prio()669 INIT_LIST_HEAD(&kctx->jsctx_queue[i][j].x_dep_head); in kbasep_js_kctx_init()2526 list_add_tail(&katom->queue, &queue->x_dep_head);