Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vc4/
Dvc4_bo.c241 while (!list_empty(&vc4->bo_cache.time_list)) { in vc4_bo_cache_purge()
242 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_purge()
525 while (!list_empty(&vc4->bo_cache.time_list)) { in vc4_bo_cache_free_old()
526 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_free_old()
599 list_add(&bo->unref_head, &vc4->bo_cache.time_list); in vc4_free_object()
1037 INIT_LIST_HEAD(&vc4->bo_cache.time_list); in vc4_bo_cache_init()
Dvc4_drv.h106 struct list_head time_list; member
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/
Dsysrq.rst132 time_list 文件显示的 timers)和所有时钟事件设备的详细信息。
/linux-6.1.9/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()