Home
last modified time | relevance | path

Searched refs:run_node (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c234 * its panthor_group::run_node should be inserted here.
245 * panthor_group::run_node field should be inserted here.
314 * Insert panthor_group::run_node in the pre_reset path.
688 * @run_node: Node used to insert the group in the
692 struct list_head run_node; member
933 drm_WARN_ON(&ptdev->base, !list_empty(&group->run_node)); in group_release()
1925 list_for_each_entry_safe(group, tmp, queue, run_node) { in tick_ctx_pick_groups_from_list()
1945 list_move_tail(&group->run_node, &ctx->groups[group->priority]); in tick_ctx_pick_groups_from_list()
1971 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]); in tick_ctx_insert_old_group()
1984 run_node) { in tick_ctx_insert_old_group()
[all...]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_check.h186 OFFSET_CHECK(struct rogue_fwif_fwcommoncontext, run_node, 120);
H A Dpvr_rogue_fwif.h716 struct rogue_fwif_dllist_node run_node __aligned(8);
/linux/kernel/sched/
H A Dfair.c561 rb_entry((node), struct sched_entity, run_node)
828 struct rb_node *node = &se->run_node; in min_vruntime_update()
843 run_node, min_vruntime, min_vruntime_update);
853 rb_add_augmented_cached(&se->run_node, &cfs_rq->tasks_timeline, in __enqueue_entity()
859 rb_erase_augmented_cached(&se->run_node, &cfs_rq->tasks_timeline, in __dequeue_entity()
6902 min_vruntime_cb_propagate(&se->run_node, NULL); in enqueue_task_fair()
7030 min_vruntime_cb_propagate(&se->run_node, NULL); in dequeue_entities()