Searched refs:count_objects (Results 1 – 25 of 41) sorted by relevance
12
/linux/drivers/gpu/drm/ |
A 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/include/linux/ |
A D | shrinker.h | 61 unsigned long (*count_objects)(struct shrinker *, member
|
/linux/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/fs/nfs/ |
A D | nfs42xattr.c | 801 .count_objects = nfs4_xattr_cache_count, 808 .count_objects = nfs4_xattr_entry_count, 816 .count_objects = nfs4_xattr_entry_count,
|
A D | super.c | 129 .count_objects = nfs_access_cache_count,
|
/linux/drivers/gpu/drm/msm/ |
A D | msm_gem_shrinker.c | 221 priv->shrinker.count_objects = msm_gem_shrinker_count; in msm_gem_shrinker_init()
|
/linux/drivers/xen/xenbus/ |
A D | xenbus_probe_backend.c | 288 .count_objects = backend_shrink_memory_count,
|
/linux/fs/erofs/ |
A D | utils.c | 279 .count_objects = erofs_shrink_count,
|
/linux/mm/ |
A D | workingset.c | 591 .count_objects = count_shadow_nodes,
|
A D | huge_memory.c | 170 .count_objects = shrink_huge_zero_page_count, 2862 .count_objects = deferred_split_count,
|
/linux/fs/ |
A D | mbcache.c | 367 cache->c_shrink.count_objects = mb_cache_count; in mb_cache_create()
|
A D | super.c | 267 s->s_shrink.count_objects = super_cache_count; in alloc_super()
|
/linux/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_shrinker.c | 423 i915->mm.shrinker.count_objects = i915_gem_shrinker_count; in i915_gem_driver_register__shrinker()
|
/linux/include/uapi/drm/ |
A D | drm_mode.h | 1174 __u32 count_objects; member
|
/linux/fs/nfsd/ |
A D | nfscache.c | 183 nn->nfsd_reply_cache_shrinker.count_objects = nfsd_reply_cache_count; in nfsd_reply_cache_init()
|
A D | filecache.c | 504 .count_objects = nfsd_file_lru_count,
|
/linux/drivers/gpu/drm/ttm/ |
A D | ttm_pool.c | 722 mm_shrinker.count_objects = ttm_pool_shrinker_count; in ttm_pool_mgr_init()
|
/linux/drivers/staging/android/ |
A D | ashmem.c | 531 .count_objects = ashmem_shrink_count,
|
/linux/net/sunrpc/ |
A D | auth.c | 861 .count_objects = rpcauth_cache_shrink_count,
|
/linux/drivers/virtio/ |
A D | virtio_balloon.c | 875 vb->shrinker.count_objects = virtio_balloon_shrinker_count; in virtio_balloon_register_shrinker()
|
/linux/drivers/misc/ |
A D | vmw_balloon.c | 1587 b->shrinker.count_objects = vmballoon_shrinker_count; in vmballoon_register_shrinker()
|
/linux/drivers/android/ |
A D | binder_alloc.c | 1067 .count_objects = binder_shrink_count,
|
/linux/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/fs/xfs/ |
A D | xfs_icache.c | 2198 shrink->count_objects = xfs_inodegc_shrinker_count; in xfs_inodegc_register_shrinker()
|
A D | xfs_buf.c | 1966 btp->bt_shrinker.count_objects = xfs_buftarg_shrink_count; in xfs_alloc_buftarg()
|
Completed in 826 milliseconds
12