Home
last modified time | relevance | path

Searched refs:time_work (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_bo.c592 container_of(work, struct vc4_dev, bo_cache.time_work); in vc4_bo_cache_time_work()
655 schedule_work(&vc4->bo_cache.time_work); in vc4_bo_cache_time_timer()
1034 INIT_WORK(&vc4->bo_cache.time_work, vc4_bo_cache_time_work); in vc4_bo_cache_init()
1046 cancel_work_sync(&vc4->bo_cache.time_work); in vc4_bo_cache_destroy()
H A Dvc4_drv.h102 struct work_struct time_work; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_bo.c612 container_of(work, struct vc4_dev, bo_cache.time_work); in vc4_bo_cache_time_work()
684 schedule_work(&vc4->bo_cache.time_work); in vc4_bo_cache_time_timer()
1035 INIT_WORK(&vc4->bo_cache.time_work, vc4_bo_cache_time_work); in vc4_bo_cache_init()
1047 cancel_work_sync(&vc4->bo_cache.time_work); in vc4_bo_cache_destroy()
H A Dvc4_drv.h112 struct work_struct time_work; member

Completed in 7 milliseconds