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.c169 struct delayed_work tick_work; member
1504 cancel_delayed_work(&sched->tick_work); in cs_slot_process_fatal_event_locked()
2445 static void tick_work(struct work_struct *work) in tick_work() function
2448 tick_work.work); in tick_work()
2800 flush_work(&ptdev->scheduler->tick_work.work); in panthor_sched_prepare_for_vm_destruction()
2954 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_pre_reset()
4053 disable_delayed_work_sync(&sched->tick_work); in panthor_sched_unplug()
4137 INIT_DELAYED_WORK(&sched->tick_work, tick_work); in panthor_sched_init()
/linux/kernel/sched/
H A Dcore.c5595 struct tick_work { struct
5628 static struct tick_work __percpu *tick_work_cpu;
5633 struct tick_work *twork = container_of(dwork, struct tick_work, work); in sched_tick_remote()
5687 struct tick_work *twork; in sched_tick_start()
5707 struct tick_work *twork; in sched_tick_stop()
5725 tick_work_cpu = alloc_percpu(struct tick_work); in sched_tick_offload_init()