Searched refs:tick_work (Results 1 – 2 of 2) sorted by relevance
177 struct delayed_work tick_work; member1308 cancel_delayed_work(&sched->tick_work); in cs_slot_process_fatal_event_locked()2297 static void tick_work(struct work_struct *work) in tick_work() function2300 tick_work.work); in tick_work()2741 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_pre_reset()3466 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_unplug()3484 cancel_delayed_work_sync(&sched->tick_work); in panthor_sched_fini()3550 INIT_DELAYED_WORK(&sched->tick_work, tick_work); in panthor_sched_init()
5634 struct tick_work { struct5667 static struct tick_work __percpu *tick_work_cpu;5672 struct tick_work *twork = container_of(dwork, struct tick_work, work); in sched_tick_remote()5720 struct tick_work *twork; in sched_tick_start()5740 struct tick_work *twork; in sched_tick_stop()5758 tick_work_cpu = alloc_percpu(struct tick_work); in sched_tick_offload_init()