Home
last modified time | relevance | path

Searched refs:shrink (Results 51 – 75 of 129) sorted by relevance

123456

/openbmc/qemu/include/block/
H A Daio.h715 int64_t grow, int64_t shrink,
/openbmc/linux/net/sunrpc/
H A Dauth.c475 rpcauth_cache_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in rpcauth_cache_shrink_scan() argument
489 rpcauth_cache_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in rpcauth_cache_shrink_count() argument
/openbmc/linux/fs/xfs/
H A Dxfs_buf.c1913 struct shrinker *shrink, in xfs_buftarg_shrink_scan() argument
1916 struct xfs_buftarg *btp = container_of(shrink, in xfs_buftarg_shrink_scan()
1936 struct shrinker *shrink, in xfs_buftarg_shrink_count() argument
1939 struct xfs_buftarg *btp = container_of(shrink, in xfs_buftarg_shrink_count()
/openbmc/linux/fs/
H A Dsuper.c184 static unsigned long super_cache_scan(struct shrinker *shrink, in super_cache_scan() argument
194 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_scan()
241 static unsigned long super_cache_count(struct shrinker *shrink, in super_cache_count() argument
247 sb = container_of(shrink, struct super_block, s_shrink); in super_cache_count()
/openbmc/qemu/tests/qemu-iotests/
H A D061134 $QEMU_IMG resize --shrink "$TEST_IMG" 64M ||
/openbmc/u-boot/board/freescale/mpc8536ds/
H A DREADME22 is mainly used to shrink the code size to the 4K size limitation.
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5800-peach-pi.dts129 elog-shrink-size = <0x400>;
H A Dexynos5420-peach-pit.dts269 elog-shrink-size = <0x400>;
/openbmc/linux/rust/alloc/
H A Dalloc.rs283 unsafe fn shrink( in shrink() method
/openbmc/linux/mm/
H A Dzswap.c1252 goto shrink; in zswap_store()
1257 goto shrink; in zswap_store()
1389 shrink: in zswap_store()
/openbmc/qemu/util/
H A Daio-win32.c434 int64_t grow, int64_t shrink, Error **errp) in aio_context_set_poll_params() argument
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c1415 bool (*shrink)(struct drm_gem_object *obj)) in drm_gem_lru_scan()
1458 if (shrink(obj)) { in drm_gem_lru_scan()
/openbmc/linux/fs/nfs/
H A Dinternal.h385 extern unsigned long nfs_access_cache_count(struct shrinker *shrink,
387 extern unsigned long nfs_access_cache_scan(struct shrinker *shrink,
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-array.c464 static int shrink(struct resize *resize) in shrink() function
687 r = ((new_size > old_size) ? grow : shrink)(&resize); in array_resize()
/openbmc/linux/fs/ext4/
H A Dextents_status.c1629 static unsigned long ext4_es_count(struct shrinker *shrink, in ext4_es_count() argument
1635 sbi = container_of(shrink, struct ext4_sb_info, s_es_shrinker); in ext4_es_count()
1641 static unsigned long ext4_es_scan(struct shrinker *shrink, in ext4_es_scan() argument
1644 struct ext4_sb_info *sbi = container_of(shrink, in ext4_es_scan()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab298 the shrink file.
429 What: /sys/kernel/slab/<cache>/shrink
435 The shrink file is used to reclaim unused slab cache
/openbmc/linux/fs/jbd2/
H A Djournal.c1289 static unsigned long jbd2_journal_shrink_scan(struct shrinker *shrink, in jbd2_journal_shrink_scan() argument
1292 journal_t *journal = container_of(shrink, journal_t, j_shrinker); in jbd2_journal_shrink_scan()
1315 static unsigned long jbd2_journal_shrink_count(struct shrinker *shrink, in jbd2_journal_shrink_count() argument
1318 journal_t *journal = container_of(shrink, journal_t, j_shrinker); in jbd2_journal_shrink_count()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-selection.rst76 - ``V4L2_SEL_FLAG_GE`` - The driver is not allowed to shrink the
/openbmc/obmc-console/
H A D.clang-tidy159 modernize-shrink-to-fit,
/openbmc/libpldm/
H A D.clang-tidy159 modernize-shrink-to-fit,
/openbmc/linux/drivers/android/
H A Dbinder_alloc.c1046 binder_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in binder_shrink_count() argument
1052 binder_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in binder_shrink_scan() argument
/openbmc/linux/drivers/md/bcache/
H A Dsysfs.c869 c->shrink.scan_objects(&c->shrink, &sc); in STORE()
/openbmc/linux/drivers/md/
H A Ddm-bufio.c2404 static unsigned long dm_bufio_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in dm_bufio_shrink_scan() argument
2408 c = container_of(shrink, struct dm_bufio_client, shrinker); in dm_bufio_shrink_scan()
2415 static unsigned long dm_bufio_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in dm_bufio_shrink_count() argument
2417 struct dm_bufio_client *c = container_of(shrink, struct dm_bufio_client, shrinker); in dm_bufio_shrink_count()
/openbmc/linux/net/core/
H A Dfilter.c3599 bool shrink = len_diff < 0; in BPF_CALL_4() local
3607 if (!shrink) { in BPF_CALL_4()
3643 bool shrink = len_diff < 0; in BPF_CALL_4() local
3668 if (!shrink) in BPF_CALL_4()
3684 if ((shrink && (len_diff_abs >= len_cur || in BPF_CALL_4()
4104 zc_frag->data_end -= shrink; in bpf_xdp_shrink_data_zc()
4109 int shrink) in bpf_xdp_shrink_data() argument
4112 bool release = skb_frag_size(frag) == shrink; in bpf_xdp_shrink_data()
4141 len_free += shrink; in bpf_xdp_frags_shrink_tail()
4142 offset -= shrink; in bpf_xdp_frags_shrink_tail()
[all …]
/openbmc/linux/fs/pstore/
H A DKconfig22 Can be enlarged if needed, not recommended to shrink it.

123456