Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c177 struct delayed_work tick_work; member
1288 cancel_delayed_work(&sched->tick_work); in cs_slot_process_fatal_event_locked()
2276 static void tick_work(struct work_struct *work) in tick_work() function
2279 tick_work.work); in tick_work()
2714 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_pre_reset()
3417 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_unplug()
3435 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_fini()
3501 INIT_DELAYED_WORK(&sched->tick_work, tick_work); in panthor_sched_init()
/linux/kernel/sched/
H A Dcore.c5708 struct tick_work { struct
5741 static struct tick_work __percpu *tick_work_cpu;
5746 struct tick_work *twork = container_of(dwork, struct tick_work, work); in sched_tick_remote()
5794 struct tick_work *twork; in sched_tick_start()
5814 struct tick_work *twork; in sched_tick_stop()
5832 tick_work_cpu = alloc_percpu(struct tick_work); in sched_tick_offload_init()