Home
last modified time | relevance | path

Searched refs:time_list (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_bo.c240 while (!list_empty(&vc4->bo_cache.time_list)) { in vc4_bo_cache_purge()
241 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_purge()
527 while (!list_empty(&vc4->bo_cache.time_list)) { in vc4_bo_cache_free_old()
528 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_free_old()
601 list_add(&bo->unref_head, &vc4->bo_cache.time_list); in vc4_free_object()
1039 INIT_LIST_HEAD(&vc4->bo_cache.time_list); in vc4_bo_cache_init()
Dvc4_drv.h106 struct list_head time_list; member
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
Dsysrq.rst132 time_list 文件显示的 timers)和所有时钟事件设备的详细信息。
/Linux-v6.1/drivers/iio/accel/
Dbma400_core.c259 static int usec_to_tapreg_raw(int usec, const int *time_list) in usec_to_tapreg_raw() argument
264 if (usec == time_list[index]) in usec_to_tapreg_raw()