Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_bo.c614 container_of(work, struct vc4_dev, bo_cache.time_work); in vc4_bo_cache_time_work()
686 schedule_work(&vc4->bo_cache.time_work); in vc4_bo_cache_time_timer()
1041 INIT_WORK(&vc4->bo_cache.time_work, vc4_bo_cache_time_work); in vc4_bo_cache_init()
1053 cancel_work_sync(&vc4->bo_cache.time_work); in vc4_bo_cache_destroy()
Dvc4_drv.h107 struct work_struct time_work; member