Searched refs:tick_work (Results 1 – 4 of 4) sorted by relevance
496 queue_work(scheduler->wq, &scheduler->tick_work); in kbase_csf_scheduler_tick_advance_nolock()538 queue_work(scheduler->wq, &scheduler->tick_work); in kbase_csf_scheduler_invoke_tick()
1103 struct work_struct tick_work; member
339 if (likely(!work_pending(&scheduler->tick_work))) { in start_tick_timer()5462 container_of(work, struct kbase_device, csf.scheduler.tick_work); in schedule_on_tick()5695 cancel_work_sync(&scheduler->tick_work); in cancel_tick_work()6471 INIT_WORK(&scheduler->tick_work, schedule_on_tick); in kbase_csf_scheduler_early_init()
4289 struct tick_work { struct4322 static struct tick_work __percpu *tick_work_cpu;4327 struct tick_work *twork = container_of(dwork, struct tick_work, work); in sched_tick_remote()4382 struct tick_work *twork; in sched_tick_start()4402 struct tick_work *twork; in sched_tick_stop()4420 tick_work_cpu = alloc_percpu(struct tick_work); in sched_tick_offload_init()