Searched refs:object_count (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_lease.c | 361 int object_count, in validate_lease() argument 372 for (o = 0; o < object_count; o++) { in validate_lease() 394 int object_count, in fill_object_idr() argument 400 objects = kcalloc(object_count, sizeof(struct drm_mode_object *), in fill_object_idr() 407 for (o = 0; o < object_count; o++) { in fill_object_idr() 427 ret = validate_lease(dev, lessor_priv, object_count, objects); in fill_object_idr() 433 for (o = 0; o < object_count; o++) { in fill_object_idr() 473 for (o = 0; o < object_count; o++) { in fill_object_idr() 496 size_t object_count; in drm_mode_create_lease_ioctl() local 516 if (cl->object_count == 0) in drm_mode_create_lease_ioctl() [all …]
|
/Linux-v4.19/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)); in acpi_ns_initialize_objects() 329 info->object_count++; in acpi_ns_init_one_object()
|
D | acstruct.h | 96 u32 object_count; member
|
/Linux-v4.19/include/linux/ |
D | fscache-cache.h | 73 atomic_t object_count; /* no. of live objects in this cache */ member 438 if (atomic_dec_and_test(&cache->object_count)) in fscache_object_destroyed()
|
/Linux-v4.19/include/scsi/ |
D | osd_attributes.h | 215 __be64 object_count; member
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 93 atomic_t object_count; member 517 atomic_set(&tdev->object_count, 0); in ttm_object_device_init()
|
/Linux-v4.19/fs/fscache/ |
D | cache.c | 406 atomic_read(&cache->object_count) == 0); in fscache_withdraw_cache()
|
D | object.c | 311 atomic_inc(&cache->object_count); in fscache_object_init()
|
/Linux-v4.19/include/uapi/drm/ |
D | drm_mode.h | 831 __u32 object_count; member
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem.c | 85 dev_priv->mm.object_count++; in i915_gem_info_add_obj() 94 dev_priv->mm.object_count--; in i915_gem_info_remove_obj() 5772 WARN_ON(dev_priv->mm.object_count); in i915_gem_cleanup_early()
|
D | i915_debugfs.c | 246 total = READ_ONCE(dev_priv->mm.object_count); in i915_gem_stolen_list_info() 438 dev_priv->mm.object_count, in i915_gem_object_info() 569 nobject = READ_ONCE(dev_priv->mm.object_count); in i915_gem_gtt_info()
|
D | i915_drv.h | 998 u32 object_count; member
|