Searched refs:run_node (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif.h716 struct rogue_fwif_dllist_node run_node __aligned(8);
H A Dpvr_rogue_fwif_check.h186 OFFSET_CHECK(struct rogue_fwif_fwcommoncontext, run_node, 120);
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c235 * its panthor_group::run_node should be inserted here.
246 * panthor_group::run_node field should be inserted here.
315 * Insert panthor_group::run_node in the pre_reset path.
641 * @run_node: Node used to insert the group in the
645 struct list_head run_node; member in struct:panthor_group
862 drm_WARN_ON(&ptdev->base, !list_empty(&group->run_node));
1834 list_for_each_entry_safe(group, tmp, queue, run_node) {
1854 list_move_tail(&group->run_node, &ctx->groups[group->priority]);
1880 list_add_tail(&group->run_node, &ctx->old_groups[group->priority]);
1893 run_node) {
[all...]
/linux-master/include/linux/
H A Dsched.h539 struct rb_node run_node; member in struct:sched_entity
/linux-master/kernel/sched/
H A Dfair.c560 rb_entry((node), struct sched_entity, run_node)
808 struct rb_node *node = &se->run_node;
818 run_node, min_vruntime, min_vruntime_update);
827 rb_add_augmented_cached(&se->run_node, &cfs_rq->tasks_timeline,
833 rb_erase_augmented_cached(&se->run_node, &cfs_rq->tasks_timeline,

Completed in 442 milliseconds