| /NextBSD/sys/dev/drm2/ttm/ |
| HD | ttm_memory.h | 72 struct ttm_mem_shrink *shrink; member 89 static inline void ttm_mem_init_shrink(struct ttm_mem_shrink *shrink, in ttm_mem_init_shrink() argument 92 shrink->do_shrink = func; in ttm_mem_init_shrink() 106 struct ttm_mem_shrink *shrink) in ttm_mem_register_shrink() argument 109 if (glob->shrink != NULL) { in ttm_mem_register_shrink() 113 glob->shrink = shrink; in ttm_mem_register_shrink() 127 struct ttm_mem_shrink *shrink) in ttm_mem_unregister_shrink() argument 130 MPASS(glob->shrink == shrink); in ttm_mem_unregister_shrink() 131 glob->shrink = NULL; in ttm_mem_unregister_shrink()
|
| HD | ttm_memory.c | 166 struct ttm_mem_shrink *shrink; in ttm_shrink() local 169 if (glob->shrink == NULL) in ttm_shrink() 173 shrink = glob->shrink; in ttm_shrink() 175 ret = shrink->do_shrink(shrink); in ttm_shrink()
|
| HD | ttm_bo.c | 45 static int ttm_bo_swapout(struct ttm_mem_shrink *shrink); 1474 ttm_mem_unregister_shrink(glob->mem_glob, &glob->shrink); in ttm_bo_global_kobj_release() 1516 ttm_mem_init_shrink(&glob->shrink, ttm_bo_swapout); in ttm_bo_global_init() 1517 ret = ttm_mem_register_shrink(glob->mem_glob, &glob->shrink); in ttm_bo_global_init() 1805 static int ttm_bo_swapout(struct ttm_mem_shrink *shrink) in ttm_bo_swapout() argument 1808 container_of(shrink, struct ttm_bo_global, shrink); in ttm_bo_swapout() 1893 while (ttm_bo_swapout(&bdev->glob->shrink) == 0) in ttm_bo_swapout_all()
|
| HD | ttm_bo_driver.h | 488 struct ttm_mem_shrink shrink; member
|
| HD | ttm_page_alloc_dma.c | 1009 static int ttm_dma_pool_mm_shrink(struct shrinker *shrink, in ttm_dma_pool_mm_shrink() argument 1046 manager->mm_shrink.shrink = &ttm_dma_pool_mm_shrink; in ttm_dma_pool_mm_shrink_init()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | reloc16.c | 149 unsigned shrink = 0; local 214 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent, 219 if (shrink != shrinks[i]) 223 shrinks[j] += shrink - shrinks[i]; 229 shrink = shrinks[reloc_count]; 234 input_section->size -= shrink;
|
| HD | bout.c | 1061 unsigned int shrink, in abs32code() argument 1071 gap = value - (dot - shrink); in abs32code() 1082 shrink += 4 ; in abs32code() 1083 perform_slip (abfd, 4, input_section, r->address-shrink + 4); in abs32code() 1086 return shrink; in abs32code() 1093 unsigned int shrink) in aligncode() argument 1110 new_end = ((dot - shrink + size) & ~size); in aligncode() 1115 shrink_delta = (old_end - new_end) - shrink; in aligncode() 1127 perform_slip (abfd, shrink_delta, input_section, r->address - shrink); in aligncode() 1128 shrink += shrink_delta; in aligncode() [all …]
|
| HD | libcoff.h | 902 #define bfd_coff_reloc16_estimate(abfd, section, reloc, shrink, link_info)\ argument 904 (abfd, section, reloc, shrink, link_info))
|
| HD | coffcode.h | 5011 unsigned int shrink ATTRIBUTE_UNUSED, in dummy_reloc16_estimate()
|
| /NextBSD/sys/mips/conf/ |
| HD | WZR-HPAG300H | 48 # load these via modules, shrink kernel
|
| HD | WZR-300HP | 48 # load these via modules, shrink kernel
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | ia64-gen.c | 289 static void shrink (struct ia64_opcode *); 2748 shrink (table) in shrink() function 2846 shrink (ia64_opcodes_a); in main() 2847 shrink (ia64_opcodes_b); in main() 2848 shrink (ia64_opcodes_f); in main() 2849 shrink (ia64_opcodes_i); in main() 2850 shrink (ia64_opcodes_m); in main() 2851 shrink (ia64_opcodes_x); in main() 2852 shrink (ia64_opcodes_d); in main()
|
| /NextBSD/libexec/bootpd/ |
| HD | ToDo | 18 Hopefully, this would shrink the code a bit too. -gwr
|
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | TODO | 19 to shrink spaces. Also avoid having a line that's been shrunk a lot
|
| /NextBSD/sys/dev/hptnr/ |
| HD | ldm.h | 143 HPT_UINT (*shrink)(void *handle, HPT_UINT npages); member
|
| /NextBSD/sys/dev/hptrr/ |
| HD | ldm.h | 143 HPT_UINT (*shrink)(void *handle, HPT_UINT npages); member
|
| /NextBSD/sys/dev/hpt27xx/ |
| HD | ldm.h | 144 HPT_UINT (*shrink)(void *handle, HPT_UINT npages); member
|
| /NextBSD/lib/libdispatch/src/ |
| HD | source.c | 2734 void *shrink = realloc(hdr, msgsiz); in _dispatch_kevent_mach_msg_drain() local 2735 if (shrink) hdr = shrink; in _dispatch_kevent_mach_msg_drain()
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | obstacks.texi | 434 the current object smaller. Just don't try to shrink it beyond zero
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | obstacks.texi | 434 the current object smaller. Just don't try to shrink it beyond zero
|
| /NextBSD/sys/conf/ |
| HD | NOTES | 255 # shrink the size of the kernel text segment. Note that this behavior is 262 # shrink the size of the kernel text segment. Note that this behavior is 269 # shrink the size of the kernel text segment. Note that this behavior is
|
| /NextBSD/contrib/gcc/ |
| HD | ONEWS | 430 likely shrink dramatically, as g++ now only emits the vtable for a
|
| /NextBSD/contrib/amd/doc/ |
| HD | texinfo.tex | 1911 % shrink), and it is reasonable to expect all typewriter fonts to have 3397 % sufficient for this purpose, as it ignores stretch and shrink parts 3546 % No shrink because it confuses \balancecolumns. 6876 % interword stretch (and shrink), and it is reasonable to expect all
|
| /NextBSD/contrib/groff/doc/ |
| HD | texinfo.tex | 1925 % shrink), and it is reasonable to expect all typewriter fonts to have 3469 % sufficient for this purpose, as it ignores stretch and shrink parts 3618 % No shrink because it confuses \balancecolumns. 6948 % interword stretch (and shrink), and it is reasonable to expect all
|
| /NextBSD/contrib/gcc/doc/include/ |
| HD | texinfo.tex | 2026 % shrink), and it is reasonable to expect all typewriter fonts to have 3571 % sufficient for this purpose, as it ignores stretch and shrink parts 3720 % No shrink because it confuses \balancecolumns. 7095 % interword stretch (and shrink), and it is reasonable to expect all
|