Home
last modified time | relevance | path

Searched refs:object_count (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/
Ddrm_lease.c347 int object_count, in validate_lease() argument
359 for (o = 0; o < object_count; o++) { in validate_lease()
381 int object_count, in fill_object_idr() argument
389 objects = kcalloc(object_count, sizeof(struct drm_mode_object *), in fill_object_idr()
396 for (o = 0; o < object_count; o++) { in fill_object_idr()
412 ret = validate_lease(dev, object_count, objects, universal_planes); in fill_object_idr()
420 for (o = 0; o < object_count; o++) { in fill_object_idr()
462 for (o = 0; o < object_count; o++) { in fill_object_idr()
480 size_t object_count; in drm_mode_create_lease_ioctl() local
508 object_count = cl->object_count; in drm_mode_create_lease_ioctl()
[all …]
/linux-6.6.21/include/linux/
Dfscache-cache.h42 atomic_t object_count; /* no. of live objects in this cache */ member
157 atomic_inc(&cache->object_count); in fscache_count_object()
169 if (atomic_dec_and_test(&cache->object_count)) in fscache_uncount_object()
183 atomic_read(&cache->object_count) == 0); in fscache_wait_for_objects()
/linux-6.6.21/drivers/acpi/acpica/
Ddsinit.c66 info->object_count++; in acpi_ds_init_one_object()
214 info.object_count, info.device_count, in acpi_ds_initialize_objects()
Dnsinit.c80 info.object_count, info.object_count)); in acpi_ns_initialize_objects()
329 info->object_count++; in acpi_ns_init_one_object()
Dacstruct.h99 u32 object_count; member
/linux-6.6.21/fs/fscache/
Dcache.c360 cache->name, atomic_read(&cache->object_count)); in fscache_withdraw_cache()
398 atomic_read(&cache->object_count), in fscache_caches_seq_show()
/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dttm_object.c97 atomic_t object_count; member
434 atomic_set(&tdev->object_count, 0); in ttm_object_device_init()
/linux-6.6.21/include/uapi/drm/
Ddrm_mode.h1223 __u32 object_count; member