Searched refs:object_count (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_lease.c | 352 int object_count, in validate_lease() argument 364 for (o = 0; o < object_count; o++) { in validate_lease() 386 int object_count, in fill_object_idr() argument 394 objects = kcalloc(object_count, sizeof(struct drm_mode_object *), in fill_object_idr() 401 for (o = 0; o < object_count; o++) { in fill_object_idr() 417 ret = validate_lease(dev, object_count, objects, universal_planes); in fill_object_idr() 425 for (o = 0; o < object_count; o++) { in fill_object_idr() 467 for (o = 0; o < object_count; o++) { in fill_object_idr() 490 size_t object_count; in drm_mode_create_lease_ioctl() local 512 if (cl->object_count == 0) { in drm_mode_create_lease_ioctl() [all …]
|
/Linux-v5.10/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.10/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.10/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.10/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.10/include/uapi/drm/ |
D | drm_mode.h | 945 __u32 object_count; member
|