Searched refs:purgeable (Results 1 – 5 of 5) sorted by relevance
56 mutex_lock(&vc4->purgeable.lock); in vc4_bo_stats_print()57 if (vc4->purgeable.num) in vc4_bo_stats_print()59 vc4->purgeable.size / 1024, vc4->purgeable.num); in vc4_bo_stats_print()61 if (vc4->purgeable.purged_num) in vc4_bo_stats_print()63 vc4->purgeable.purged_size / 1024, in vc4_bo_stats_print()64 vc4->purgeable.purged_num); in vc4_bo_stats_print()65 mutex_unlock(&vc4->purgeable.lock); in vc4_bo_stats_print()251 mutex_lock(&vc4->purgeable.lock); in vc4_bo_add_to_purgeable_pool()252 list_add_tail(&bo->size_head, &vc4->purgeable.list); in vc4_bo_add_to_purgeable_pool()253 vc4->purgeable.num++; in vc4_bo_add_to_purgeable_pool()[all …]
1285 INIT_LIST_HEAD(&vc4->purgeable.list); in vc4_gem_init()1286 mutex_init(&vc4->purgeable.lock); in vc4_gem_init()
129 } purgeable; member
911 stats->purgeable.count++; in msm_gem_describe()912 stats->purgeable.size += obj->size; in msm_gem_describe()997 stats.purgeable.count, stats.purgeable.size); in msm_gem_describe_objects()
161 } all, active, resident, purgeable, purged; member