Searched refs:object_count (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_lease.c | 350 int object_count, in validate_lease() argument 362 for (o = 0; o < object_count; o++) { in validate_lease() 384 int object_count, in fill_object_idr() argument 392 objects = kcalloc(object_count, sizeof(struct drm_mode_object *), in fill_object_idr() 399 for (o = 0; o < object_count; o++) { in fill_object_idr() 415 ret = validate_lease(dev, object_count, objects, universal_planes); in fill_object_idr() 423 for (o = 0; o < object_count; o++) { in fill_object_idr() 463 for (o = 0; o < object_count; o++) { in fill_object_idr() 486 size_t object_count; in drm_mode_create_lease_ioctl() local 508 if (cl->object_count == 0) { in drm_mode_create_lease_ioctl() [all …]
|
| /Linux-v5.4/drivers/acpi/acpica/ |
| D | dsinit.c | 66 info->object_count++; in acpi_ds_init_one_object() 214 info.object_count, info.device_count, in acpi_ds_initialize_objects()
|
| D | nsinit.c | 80 info.object_count, info.object_count)); in acpi_ns_initialize_objects() 329 info->object_count++; in acpi_ns_init_one_object()
|
| D | acstruct.h | 99 u32 object_count; member
|
| /Linux-v5.4/include/linux/ |
| D | fscache-cache.h | 69 atomic_t object_count; /* no. of live objects in this cache */ member 433 if (atomic_dec_and_test(&cache->object_count)) in fscache_object_destroyed()
|
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | ttm_object.c | 92 atomic_t object_count; member 538 atomic_set(&tdev->object_count, 0); in ttm_object_device_init()
|
| /Linux-v5.4/fs/fscache/ |
| D | cache.c | 402 atomic_read(&cache->object_count) == 0); in fscache_withdraw_cache()
|
| D | object.c | 307 atomic_inc(&cache->object_count); in fscache_object_init()
|
| /Linux-v5.4/include/uapi/drm/ |
| D | drm_mode.h | 940 __u32 object_count; member
|