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

/linux-master/include/linux/
H A Dfscache-cache.h42 atomic_t object_count; /* no. of live objects in this cache */ member in struct:fscache_cache
157 atomic_inc(&cache->object_count);
169 if (atomic_dec_and_test(&cache->object_count))
183 atomic_read(&cache->object_count) == 0);
/linux-master/drivers/gpu/drm/
H A Ddrm_lease.c347 int object_count,
359 for (o = 0; o < object_count; o++) {
381 int object_count,
389 objects = kcalloc(object_count, sizeof(struct drm_mode_object *),
396 for (o = 0; o < object_count; o++) {
412 ret = validate_lease(dev, object_count, objects, universal_planes);
420 for (o = 0; o < object_count; o++) {
462 for (o = 0; o < object_count; o++) {
480 size_t object_count; local
508 object_count
346 validate_lease(struct drm_device *dev, int object_count, struct drm_mode_object **objects, bool universal_planes) argument
378 fill_object_idr(struct drm_device *dev, struct drm_file *lessor_priv, struct idr *leases, int object_count, u32 *object_ids) argument
[all...]
/linux-master/drivers/acpi/acpica/
H A Ddsinit.c66 info->object_count++;
214 info.object_count, info.device_count,
H A Dnsinit.c80 info.object_count, info.object_count));
329 info->object_count++;
H A Dacstruct.h99 u32 object_count; member in struct:acpi_init_walk_info
/linux-master/fs/netfs/
H A Dfscache_cache.c360 cache->name, atomic_read(&cache->object_count));
398 atomic_read(&cache->object_count),
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c90 * @object_count: Per device object count.
97 atomic_t object_count; member in struct:ttm_object_device
434 atomic_set(&tdev->object_count, 0);
/linux-master/include/uapi/drm/
H A Ddrm_mode.h1251 /** @object_count: Number of object ids */
1252 __u32 object_count; member in struct:drm_mode_create_lease

Completed in 177 milliseconds