Home
last modified time | relevance | path

Searched refs:tick_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c176 struct delayed_work tick_work; member
1366 cancel_delayed_work(&sched->tick_work); in cs_slot_process_fatal_event_locked()
2353 static void tick_work(struct work_struct *work) in tick_work() function
2356 tick_work.work); in tick_work()
2803 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_pre_reset()
3827 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_unplug()
3845 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_fini()
3911 INIT_DELAYED_WORK(&sched->tick_work, tick_work); in panthor_sched_init()
/linux-6.15/kernel/sched/
H A Dcore.c5689 struct tick_work { struct
5722 static struct tick_work __percpu *tick_work_cpu;
5727 struct tick_work *twork = container_of(dwork, struct tick_work, work); in sched_tick_remote()
5781 struct tick_work *twork; in sched_tick_start()
5801 struct tick_work *twork; in sched_tick_stop()
5819 tick_work_cpu = alloc_percpu(struct tick_work); in sched_tick_offload_init()