| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-cpL_varied_recsize.ksh | 148 [[ $recsize = $large && $flags =~ 'c' && ! $flags =~ 'L' ]] && \ 167 typeset large=$((1024 * 1024)) 173 for recsize in $small $large; do 191 check $opts $large log_must 194 check $opts $large log_mustnot 196 check -p $large log_must $small $large 197 check -L $large log_must $large $small 198 check -cp $large log_must $small $large 199 check -cL $large log_must $large $small 200 check -pL $large log_must $large $large [all …]
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_palloc.c | 38 p->large = NULL; in ngx_create_pool() 118 pool->large = NULL; in ngx_reset_pool() 227 for (large = pool->large; large; large = large->next) { in ngx_palloc_large() 239 if (large == NULL) { in ngx_palloc_large() 244 large->alloc = p; in ngx_palloc_large() 245 large->next = pool->large; in ngx_palloc_large() 246 pool->large = large; in ngx_palloc_large() 264 if (large == NULL) { in ngx_pmemalign() 269 large->alloc = p; in ngx_pmemalign() 270 large->next = pool->large; in ngx_pmemalign() [all …]
|
| H A D | ngx_palloc.h | 62 ngx_pool_large_t *large; member
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | list.tcl | 91 create_list blist "a b $large c d" 106 create_list blist1 "a $large c" 107 create_list blist2 "d $large f" 127 create_list blist2 "d $large f" 141 create_list blist "a b $large c d" 507 create_list xlist "$large c" 516 create_list xlist "a $large c d" 617 create_list mylist "a $large c" 671 create_list mylist "$large 1 2" 721 create_list mylist "$large 1 2 3" [all …]
|
| H A D | list-2.tcl | 9 foreach {type large} [array get largevalue] { 18 r rpush mylist $large 19 lappend mylist $large
|
| H A D | set.tcl | 134 set large 200 136 set large foo 140 r sadd [format "set%d" $i] $large 150 assert_equal [list 195 196 197 198 199 $large] [lsort [r sinter set1 set2]] 156 assert_equal [list 195 196 197 198 199 $large] [lsort [r smembers setres]] 163 assert_equal [list 195 196 197 198 199 $large] [lsort [r smembers setres]] 179 assert_equal [list 195 199 $large] [lsort [r sinter set1 set2 set3]] 184 assert_equal [list 195 199 $large] [lsort [r smembers setres]]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/ |
| H A D | largest_pool.cfg | 39 # - value is too large (old) 42 export VOL_LIMIT_KEYWORD2="value is too large"
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | stats.c | 69 void *little, *large; in TEST_BEGIN() local 79 large = mallocx((1U << LG_LARGE_MINCLASS), MALLOCX_ARENA(0)); in TEST_BEGIN() 80 assert_ptr_not_null(large, "Unexpected mallocx() failure"); in TEST_BEGIN() 83 dallocx(large, 0); in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | stats.h | 12 OPTION('l', large, true, false) \
|
| H A D | arena_structs_b.h | 152 extent_list_t large; member
|
| H A D | mutex_prof.h | 21 OP(large) \
|
| H A D | size_classes.sh | 309 * LG_LARGE_MINCLASS: Lg of minimum large size class. 310 * LARGE_MAXCLASS: Maximum (large) size class.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 523 stats_arena_print(emitter_t *emitter, unsigned i, bool bins, bool large, in stats_arena_print() argument 755 GET_AND_EMIT_ALLOC_STAT(large, allocated, size) in stats_arena_print() 756 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64) in stats_arena_print() 757 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64) in stats_arena_print() 758 GET_AND_EMIT_ALLOC_STAT(large, nrequests, uint64) in stats_arena_print() 820 if (large) { in stats_arena_print() 1066 bool unmerged, bool bins, bool large, bool mutex) { in stats_print_helper() argument 1187 large, mutex); in stats_print_helper() 1198 bins, large, mutex); in stats_print_helper() 1214 large, mutex); in stats_print_helper() [all …]
|
| H A D | large.c | 56 extent_list_append(&arena->large, extent); in large_palloc() 315 extent_list_remove(&arena->large, extent); in large_dalloc_prep_impl() 323 extent_list_remove(&arena->large, extent); in large_dalloc_prep_impl()
|
| /f-stack/mk/ |
| H A D | kern.pre.mk | 56 CFLAGS+= --param large-function-growth=1000 60 CFLAGS+= --param large-function-growth=100000
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 51 # - value is too large (old) 54 export VOL_LIMIT_KEYWORD2="value is too large"
|
| /f-stack/dpdk/doc/guides/windows_gsg/ |
| H A D | run_apps.rst | 10 Use of hugepages ("large pages" in Windows terminology) requires 27 .. _Large-Page Support: https://docs.microsoft.com/en-us/windows/win32/memory/large-page-support
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-misc-minor.m4 | 5 dnl # number. Start with a large known available unreserved minor and work
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.large_prog.zcp | 18 -- passing of a large channel string to the kernel.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | lbc.txt | 8 - #size-cells : Either one or two, depending on how large each chipselect
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | FREEBSD-upgrade | 4 set of files from MdePkg is quite large (10MB at the time of writing). To do
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | generic_segmentation_offload_lib.rst | 12 process a smaller number of large packets (e.g. MTU size of 64KB), instead of 148 TCP/IPv4 GSO supports segmentation of suitably large TCP/IPv4 packets, which 153 UDP/IPv4 GSO supports segmentation of suitably large UDP/IPv4 packets, which 162 VxLAN packets GSO supports segmentation of suitably large VxLAN packets, 168 GRE GSO supports segmentation of suitably large GRE packets, which contain
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | max8925.txt | 16 max8925 consists of a large and varied group of sub-devices:
|
| /f-stack/tools/libxo/tests/gettext/ |
| H A D | strerror.pot | 157 msgid "File too large" 189 msgid "Result too large" 415 msgid "Value too large to be stored in data type"
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 11 prior dev versions have been running in multiple large scale applications for 71 - Eagerly coalesce large extents to reduce fragmentation. (@interwq) 86 practice large extents are usually the ones that cross the decay threshold. 247 - Fold large and huge size classes together; only small and large size classes 419 configurations, thanks in large part to @glandium setting up continuous 431 - Fix large allocation to search starting in the optimal size class heap, 606 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large 623 - Fix irallocx_prof_sample() to always allocate large regions, even when 915 - Fix a data race for large allocation stats counters. 921 - Fix growing large reallocation to junk fill new space. [all …]
|