Searched refs:shrink (Results 51 - 60 of 60) sorted by last modified time

123

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c41 unsigned long shrink, bool trylock_vm)
46 if (shrink & I915_SHRINK_ACTIVE)
48 if (!(shrink & I915_SHRINK_BOUND))
61 if (obj->ops->shrink) {
70 return obj->ops->shrink(obj, shrink_flags);
82 * @shrink: control flags for selecting cache types
92 * Therefore code that needs to explicitly shrink buffer objects caches (e.g. to
107 unsigned int shrink)
129 trace_i915_gem_shrink(i915, target, shrink);
136 if (shrink
40 drop_pages(struct drm_i915_gem_object *obj, unsigned long shrink, bool trylock_vm) argument
103 i915_gem_shrink(struct i915_gem_ww_ctx *ww, struct drm_i915_private *i915, unsigned long target, unsigned long *nr_scanned, unsigned int shrink) argument
[all...]
/linux-master/scripts/
H A Dbloat-o-meter55 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
80 if d<0: shrink, down = shrink+1, down-d
84 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
87 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
90 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \
91 (add, remove, grow, shrink, up, -down, up-down))
/linux-master/samples/pktgen/
H A Dfunctions.sh187 local shrink
194 # if shrink '::' occurs multiple, it's malformed.
195 shrink=( $(grep -E -o "$sep{2,}" <<< $addr) )
196 if [[ ${#shrink[@]} -ne 0 ]]; then
197 if [[ ${#shrink[@]} -gt 1 || ( ${shrink[0]} != $sep2 ) ]]; then
/linux-master/arch/powerpc/kernel/
H A Dtau_6xx.c117 int shrink; local
129 /* do an exponential shrink of half the amount currently over size */
130 shrink = (2 + size - min_window) / 4;
131 if (shrink) {
132 tau[cpu].low += shrink;
133 tau[cpu].high -= shrink;
181 /* set these to a reasonable value and let the timer shrink the
/linux-master/tools/mm/
H A Dslabinfo.c74 int shrink; variable
130 "-s|--shrink Shrink slabs\n"
332 set_obj(s, "shrink", 1);
736 set_obj(s, "shrink", 1);
1339 else if (shrink)
1405 { "shrink", no_argument, NULL, 's' },
1483 shrink = 1;
1518 && !validate && !shrink && !set_debug && !show_ops)
/linux-master/drivers/md/persistent-data/
H A Ddm-array.c464 static int shrink(struct resize *resize) function
687 r = ((new_size > old_size) ? grow : shrink)(&resize);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c179 static unsigned int shrink(unsigned long n, function
272 shrink,
/linux-master/fs/f2fs/
H A Dshrinker.c40 unsigned long f2fs_shrink_count(struct shrinker *shrink, argument
79 unsigned long f2fs_shrink_scan(struct shrinker *shrink, argument
108 /* shrink extent cache entries */
111 /* shrink read extent cache entries */
114 /* shrink clean nat cache entries */
118 /* shrink free nids cache entries */
/linux-master/fs/ocfs2/
H A Dreservations.c657 unsigned int shrink; local
659 shrink = min_bits;
661 shrink = lru_resv->r_len / 2;
663 lru_resv->r_len -= shrink;
666 resv->r_len = shrink;
/linux-master/fs/ubifs/
H A Dshrinker.c49 * shrink_tnc - shrink TNC tree.
135 * shrink_tnc_trees - shrink UBIFS TNC trees.
155 /* Iterate over all mounted UBIFS file-systems and try to shrink them */
267 unsigned long ubifs_shrink_count(struct shrinker *shrink, argument
279 unsigned long ubifs_shrink_scan(struct shrinker *shrink, argument

Completed in 183 milliseconds

123