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.c176 struct delayed_work tick_work; member
1378 cancel_delayed_work(&sched->tick_work); in cs_slot_process_fatal_event_locked()
2374 static void tick_work(struct work_struct *work) in tick_work() function
2377 tick_work.work); in tick_work()
2824 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_pre_reset()
3858 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_unplug()
3876 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_fini()
3942 INIT_DELAYED_WORK(&sched->tick_work, tick_work); in panthor_sched_init()
/linux/kernel/sched/
H A Dcore.c5626 struct tick_work { struct
5659 static struct tick_work __percpu *tick_work_cpu;
5664 struct tick_work *twork = container_of(dwork, struct tick_work, work); in sched_tick_remote()
5718 struct tick_work *twork; in sched_tick_start()
5738 struct tick_work *twork; in sched_tick_stop()
5756 tick_work_cpu = alloc_percpu(struct tick_work); in sched_tick_offload_init()