Searched refs:run_node (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 692 struct list_head run_node; member 1984 run_node) { in tick_ctx_insert_old_group() 1988 list_add_tail(&csg_slot->group->run_node, &other_group->run_node); in tick_ctx_insert_old_group() 2131 list_move(&group->run_node, in tick_ctx_cleanup() 2151 list_move(&group->run_node, in tick_ctx_cleanup() 2514 list_move(&group->run_node, in sync_upd_work() 2631 list_move_tail(&group->run_node, in panthor_group_start() 2636 list_del_init(&group->run_node); in panthor_group_start() 2776 list_add(&group->run_node, in panthor_sched_suspend() 3235 list_del_init(&group->run_node); in queue_timedout_job() [all …]
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_fwif_check.h | 186 OFFSET_CHECK(struct rogue_fwif_fwcommoncontext, run_node, 120);
|
| H A D | pvr_rogue_fwif.h | 716 struct rogue_fwif_dllist_node run_node __aligned(8);
|
| /linux-6.15/include/linux/ |
| H A D | sched.h | 572 struct rb_node run_node; member
|
| /linux-6.15/kernel/sched/ |
| H A D | fair.c | 563 rb_entry((node), struct sched_entity, run_node) 830 struct rb_node *node = &se->run_node; in min_vruntime_update() 845 run_node, min_vruntime, min_vruntime_update); 855 rb_add_augmented_cached(&se->run_node, &cfs_rq->tasks_timeline, in __enqueue_entity() 861 rb_erase_augmented_cached(&se->run_node, &cfs_rq->tasks_timeline, in __dequeue_entity() 7006 min_vruntime_cb_propagate(&se->run_node, NULL); in enqueue_task_fair() 7135 min_vruntime_cb_propagate(&se->run_node, NULL); in dequeue_entities()
|