Searched refs:count_objects (Results 1 – 25 of 40) sorted by relevance
12
/linux-5.19.10/include/linux/ |
D | shrinker.h | 61 unsigned long (*count_objects)(struct shrinker *, member
|
/linux-5.19.10/drivers/gpu/drm/ |
D | drm_lease.c | 638 __u32 count_objects = arg->count_objects; in drm_mode_get_lease_ioctl() local 667 if (count_objects > count) { in drm_mode_get_lease_ioctl() 678 arg->count_objects = count; in drm_mode_get_lease_ioctl()
|
/linux-5.19.10/drivers/gpu/drm/panfrost/ |
D | panfrost_gem_shrinker.c | 103 pfdev->shrinker.count_objects = panfrost_gem_shrinker_count; in panfrost_gem_shrinker_init()
|
/linux-5.19.10/drivers/gpu/drm/msm/ |
D | msm_gem_shrinker.c | 221 priv->shrinker.count_objects = msm_gem_shrinker_count; in msm_gem_shrinker_init()
|
/linux-5.19.10/fs/nfs/ |
D | nfs42xattr.c | 800 .count_objects = nfs4_xattr_cache_count, 807 .count_objects = nfs4_xattr_entry_count, 815 .count_objects = nfs4_xattr_entry_count,
|
D | super.c | 129 .count_objects = nfs_access_cache_count,
|
/linux-5.19.10/fs/erofs/ |
D | utils.c | 279 .count_objects = erofs_shrink_count,
|
/linux-5.19.10/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 288 .count_objects = backend_shrink_memory_count,
|
/linux-5.19.10/mm/ |
D | workingset.c | 595 .count_objects = count_shadow_nodes,
|
D | huge_memory.c | 169 .count_objects = shrink_huge_zero_page_count, 2831 .count_objects = deferred_split_count,
|
/linux-5.19.10/fs/ |
D | mbcache.c | 437 cache->c_shrink.count_objects = mb_cache_count; in mb_cache_create()
|
D | super.c | 265 s->s_shrink.count_objects = super_cache_count; in alloc_super()
|
/linux-5.19.10/include/uapi/drm/ |
D | drm_mode.h | 1206 __u32 count_objects; member
|
/linux-5.19.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_shrinker.c | 426 i915->mm.shrinker.count_objects = i915_gem_shrinker_count; in i915_gem_driver_register__shrinker()
|
/linux-5.19.10/fs/nfsd/ |
D | nfscache.c | 177 nn->nfsd_reply_cache_shrinker.count_objects = nfsd_reply_cache_count; in nfsd_reply_cache_init()
|
D | filecache.c | 496 .count_objects = nfsd_file_lru_count,
|
/linux-5.19.10/drivers/gpu/drm/ttm/ |
D | ttm_pool.c | 722 mm_shrinker.count_objects = ttm_pool_shrinker_count; in ttm_pool_mgr_init()
|
/linux-5.19.10/net/sunrpc/ |
D | auth.c | 865 .count_objects = rpcauth_cache_shrink_count,
|
/linux-5.19.10/drivers/virtio/ |
D | virtio_balloon.c | 875 vb->shrinker.count_objects = virtio_balloon_shrinker_count; in virtio_balloon_register_shrinker()
|
/linux-5.19.10/drivers/misc/ |
D | vmw_balloon.c | 1587 b->shrinker.count_objects = vmballoon_shrinker_count; in vmballoon_register_shrinker()
|
/linux-5.19.10/drivers/android/ |
D | binder_alloc.c | 1077 .count_objects = binder_shrink_count,
|
/linux-5.19.10/drivers/block/drbd/ |
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-5.19.10/fs/xfs/ |
D | xfs_qm.c | 675 qinf->qi_shrinker.count_objects = xfs_qm_shrink_count; in xfs_qm_init_quotainfo()
|
D | xfs_icache.c | 2216 shrink->count_objects = xfs_inodegc_shrinker_count; in xfs_inodegc_register_shrinker()
|
D | xfs_buf.c | 1985 btp->bt_shrinker.count_objects = xfs_buftarg_shrink_count; in xfs_alloc_buftarg()
|
12