HomeSort by: relevance | last modified time | path
    Searched refs:shrink (Results 1 - 25 of 160) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_globals.h 19 i915_global_func_t shrink; member in struct:i915_global
i915_globals.c 47 global->shrink();
81 GEM_BUG_ON(!global->shrink);
  /src/sys/external/bsd/drm2/include/linux/
shrinker.h 43 int (*shrink)(struct shrinker *, struct shrink_control *); member in struct:shrinker
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpStack.h 39 shrink(aligned_size<T>());
47 shrink(aligned_size<T>());
77 void shrink(size_t Size);
InterpStack.cpp 62 void InterpStack::shrink(size_t Size) { function in class:InterpStack
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_shrinker.c 56 unsigned long shrink)
61 if (shrink & I915_SHRINK_ACTIVE)
85 * i915_gem_shrink - Shrink buffer object caches
89 * @shrink: control flags for selecting cache types
99 * Therefore code that needs to explicitly shrink buffer objects caches (e.g. to
113 unsigned int shrink)
134 * shrink the contexts, we must wait until the gpu is idle and
139 trace_i915_gem_shrink(i915, target, shrink);
146 if (shrink & I915_SHRINK_BOUND) {
149 shrink &= ~I915_SHRINK_BOUND
    [all...]
i915_gem_shmem.c 104 const unsigned int shrink[] = { local
107 }, *s = shrink;
  /src/lib/libc/arch/vax/sys/
brk.S 50 movl (%r5),4(%ap) # shrink back to _end
  /src/external/gpl3/binutils/dist/bfd/
reloc16.c 148 unsigned shrink = 0; local
184 of the "shrink" at each reloc in the section. This allows us to
216 in this section and attempt to shrink it. */
217 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i];
232 shrink = shrinks[reloc_count];
237 input_section->size -= shrink;
  /src/external/gpl3/binutils.old/dist/bfd/
reloc16.c 148 unsigned shrink = 0; local
184 of the "shrink" at each reloc in the section. This allows us to
216 in this section and attempt to shrink it. */
217 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i];
232 shrink = shrinks[reloc_count];
237 input_section->size -= shrink;
libcoff.h 979 #define bfd_coff_reloc16_estimate(abfd, section, reloc, shrink, link_info)\
981 (abfd, section, reloc, shrink, link_info))
  /src/external/gpl3/gdb.old/dist/bfd/
reloc16.c 148 unsigned shrink = 0; local
184 of the "shrink" at each reloc in the section. This allows us to
216 in this section and attempt to shrink it. */
217 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i];
232 shrink = shrinks[reloc_count];
237 input_section->size -= shrink;
  /src/external/gpl3/gdb/dist/bfd/
reloc16.c 148 unsigned shrink = 0; local
184 of the "shrink" at each reloc in the section. This allows us to
216 in this section and attempt to shrink it. */
217 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i];
232 shrink = shrinks[reloc_count];
237 input_section->size -= shrink;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pai.h 24 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, member in struct:pai_s
64 return self->shrink(tsdn, self, edata, old_size, new_size,
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pai.h 24 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, member in struct:pai_s
64 return self->shrink(tsdn, self, edata, old_size, new_size,
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pai.h 24 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, member in struct:pai_s
64 return self->shrink(tsdn, self, edata, old_size, new_size,
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pai.h 24 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, member in struct:pai_s
64 return self->shrink(tsdn, self, edata, old_size, new_size,
  /src/common/lib/libc/arch/mips/string/
ffs.S 105 srlv a3, a3, a2 # shrink mask in half
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/
hashtab.d 72 shrink();
193 void shrink()
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
scatterlist.c 184 static unsigned int shrink(unsigned long n, function
273 shrink,
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_context.c 322 .shrink = i915_global_context_shrink,
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 281 static void shrink (struct ia64_opcode *);
2757 shrink (struct ia64_opcode *table)
2855 shrink (ia64_opcodes_a);
2856 shrink (ia64_opcodes_b);
2857 shrink (ia64_opcodes_f);
2858 shrink (ia64_opcodes_i);
2859 shrink (ia64_opcodes_m);
2860 shrink (ia64_opcodes_x);
2861 shrink (ia64_opcodes_d);
2730 shrink (struct ia64_opcode *table) function
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 281 static void shrink (struct ia64_opcode *);
2757 shrink (struct ia64_opcode *table)
2855 shrink (ia64_opcodes_a);
2856 shrink (ia64_opcodes_b);
2857 shrink (ia64_opcodes_f);
2858 shrink (ia64_opcodes_i);
2859 shrink (ia64_opcodes_m);
2860 shrink (ia64_opcodes_x);
2861 shrink (ia64_opcodes_d);
2730 shrink (struct ia64_opcode *table) function
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 281 static void shrink (struct ia64_opcode *);
2757 shrink (struct ia64_opcode *table)
2855 shrink (ia64_opcodes_a);
2856 shrink (ia64_opcodes_b);
2857 shrink (ia64_opcodes_f);
2858 shrink (ia64_opcodes_i);
2859 shrink (ia64_opcodes_m);
2860 shrink (ia64_opcodes_x);
2861 shrink (ia64_opcodes_d);
2730 shrink (struct ia64_opcode *table) function
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 281 static void shrink (struct ia64_opcode *);
2757 shrink (struct ia64_opcode *table)
2855 shrink (ia64_opcodes_a);
2856 shrink (ia64_opcodes_b);
2857 shrink (ia64_opcodes_f);
2858 shrink (ia64_opcodes_i);
2859 shrink (ia64_opcodes_m);
2860 shrink (ia64_opcodes_x);
2861 shrink (ia64_opcodes_d);
2730 shrink (struct ia64_opcode *table) function

Completed in 62 milliseconds

1 2 3 4 5 6 7