/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_lease.c | 642 __u32 count_objects = arg->count_objects; in drm_mode_get_lease_ioctl() local 671 if (count_objects > count) { in drm_mode_get_lease_ioctl() 682 arg->count_objects = count; in drm_mode_get_lease_ioctl()
|
/linux-6.3-rc2/include/linux/ |
A D | shrinker.h | 64 unsigned long (*count_objects)(struct shrinker *, member
|
/linux-6.3-rc2/drivers/gpu/drm/panfrost/ |
A D | panfrost_gem_shrinker.c | 103 pfdev->shrinker.count_objects = panfrost_gem_shrinker_count; in panfrost_gem_shrinker_init()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_gem_shrinker.c | 209 priv->shrinker.count_objects = msm_gem_shrinker_count; in msm_gem_shrinker_init()
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs42xattr.c | 800 .count_objects = nfs4_xattr_cache_count, 807 .count_objects = nfs4_xattr_entry_count, 815 .count_objects = nfs4_xattr_entry_count,
|
A D | super.c | 129 .count_objects = nfs_access_cache_count,
|
/linux-6.3-rc2/fs/erofs/ |
A D | utils.c | 279 .count_objects = erofs_shrink_count,
|
/linux-6.3-rc2/drivers/xen/xenbus/ |
A D | xenbus_probe_backend.c | 288 .count_objects = backend_shrink_memory_count,
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | shrinker_debugfs.rst | 14 trigger *count_objects()* and *scan_objects()* callbacks for each memcg and
|
/linux-6.3-rc2/mm/ |
A D | shrinker_debug.c | 31 nr = shrinker->count_objects(shrinker, &sc); in shrinker_count_objects()
|
A D | workingset.c | 710 .count_objects = count_shadow_nodes,
|
A D | huge_memory.c | 233 .count_objects = shrink_huge_zero_page_count, 2918 .count_objects = deferred_split_count,
|
/linux-6.3-rc2/fs/ |
A D | mbcache.c | 380 cache->c_shrink.count_objects = mb_cache_count; in mb_cache_create()
|
A D | super.c | 265 s->s_shrink.count_objects = super_cache_count; in alloc_super()
|
/linux-6.3-rc2/include/uapi/drm/ |
A D | drm_mode.h | 1267 __u32 count_objects; member
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_shrinker.c | 426 i915->mm.shrinker.count_objects = i915_gem_shrinker_count; in i915_gem_driver_register__shrinker()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfscache.c | 177 nn->nfsd_reply_cache_shrinker.count_objects = nfsd_reply_cache_count; in nfsd_reply_cache_init()
|
A D | filecache.c | 639 .count_objects = nfsd_file_lru_count,
|
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_pool.c | 757 mm_shrinker.count_objects = ttm_pool_shrinker_count; in ttm_pool_mgr_init()
|
/linux-6.3-rc2/net/sunrpc/ |
A D | auth.c | 865 .count_objects = rpcauth_cache_shrink_count,
|
/linux-6.3-rc2/drivers/virtio/ |
A D | virtio_balloon.c | 856 vb->shrinker.count_objects = virtio_balloon_shrinker_count; in virtio_balloon_register_shrinker()
|
/linux-6.3-rc2/drivers/misc/ |
A D | vmw_balloon.c | 1585 b->shrinker.count_objects = vmballoon_shrinker_count; in vmballoon_register_shrinker()
|
/linux-6.3-rc2/drivers/android/ |
A D | binder_alloc.c | 1063 .count_objects = binder_shrink_count,
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_state.c | 41 static void count_objects(struct drbd_resource *resource, in count_objects() function 98 count_objects(resource, &n_devices, &n_connections); in remember_old_state()
|
/linux-6.3-rc2/kernel/rcu/ |
A D | tree_nocb.h | 1358 .count_objects = lazy_rcu_shrink_count,
|