| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | bin.h | 82 bool bin_init(bin_t *bin); 85 void bin_prefork(tsdn_t *tsdn, bin_t *bin); 92 malloc_mutex_lock(tsdn, &bin->lock); in bin_stats_merge() 94 dst_bin_stats->nmalloc += bin->stats.nmalloc; in bin_stats_merge() 95 dst_bin_stats->ndalloc += bin->stats.ndalloc; in bin_stats_merge() 97 dst_bin_stats->curregs += bin->stats.curregs; in bin_stats_merge() 98 dst_bin_stats->nfills += bin->stats.nfills; in bin_stats_merge() 99 dst_bin_stats->nflushes += bin->stats.nflushes; in bin_stats_merge() 100 dst_bin_stats->nslabs += bin->stats.nslabs; in bin_stats_merge() 101 dst_bin_stats->reslabs += bin->stats.reslabs; in bin_stats_merge() [all …]
|
| H A D | tcache_inlines.h | 45 cache_bin_t *bin; in tcache_alloc_small() local 61 bin, binind, &tcache_hard_success); in tcache_alloc_small() 94 bin->tstats.nrequests++; in tcache_alloc_small() 107 cache_bin_t *bin; in tcache_alloc_large() local 152 bin->tstats.nrequests++; in tcache_alloc_large() 166 cache_bin_t *bin; in tcache_dalloc_small() local 182 bin->ncached++; in tcache_dalloc_small() 183 *(bin->avail - bin->ncached) = ptr; in tcache_dalloc_small() 191 cache_bin_t *bin; in tcache_dalloc_large() local 208 bin->ncached++; in tcache_dalloc_large() [all …]
|
| H A D | cache_bin.h | 88 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { in cache_bin_alloc_easy() argument 91 if (unlikely(bin->ncached == 0)) { in cache_bin_alloc_easy() 92 bin->low_water = -1; in cache_bin_alloc_easy() 104 ret = *(bin->avail - bin->ncached); in cache_bin_alloc_easy() 105 bin->ncached--; in cache_bin_alloc_easy() 107 if (unlikely(bin->ncached < bin->low_water)) { in cache_bin_alloc_easy() 108 bin->low_water = bin->ncached; in cache_bin_alloc_easy()
|
| H A D | size_classes.sh | 130 bin="yes" 133 bin="no" 142 …3s, %3s, %3d, %2s) \\\n' ${index} ${lg_grp} ${lg_delta} ${ndelta} ${psz} ${bin} ${pgs} ${lg_delta_… 186 if [ ${bin} != "no" ] ; then 240 if [ ${bin} != "no" ] ; then 290 * bin, pgs, lg_delta_lookup) tuples. 296 * bin: 'yes' if a small bin size class, 'no' otherwise. 297 * pgs: Slab page count if a small bin size class, 0 otherwise. 353 * The size2index_tab lookup table uses uint8_t to encode each bin index, so we
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | bin.c | 23 bin_init(bin_t *bin) { in bin_init() argument 28 bin->slabcur = NULL; in bin_init() 29 extent_heap_new(&bin->slabs_nonfull); in bin_init() 30 extent_list_init(&bin->slabs_full); in bin_init() 32 memset(&bin->stats, 0, sizeof(bin_stats_t)); in bin_init() 38 bin_prefork(tsdn_t *tsdn, bin_t *bin) { in bin_prefork() argument 39 malloc_mutex_prefork(tsdn, &bin->lock); in bin_prefork() 43 bin_postfork_parent(tsdn_t *tsdn, bin_t *bin) { in bin_postfork_parent() argument 44 malloc_mutex_postfork_parent(tsdn, &bin->lock); in bin_postfork_parent() 48 bin_postfork_child(tsdn_t *tsdn, bin_t *bin) { in bin_postfork_child() argument [all …]
|
| H A D | arena.c | 57 bin_t *bin); 59 bin_t *bin); 1202 arena_bin_slabs_full_insert(arena, bin, bin->slabcur); in arena_bin_malloc_hard() 1226 bin); in arena_bin_malloc_hard() 1229 bin); in arena_bin_malloc_hard() 1235 arena_bin_slabs_full_insert(arena, bin, bin->slabcur); in arena_bin_malloc_hard() 1253 bin_t *bin; in arena_tcache_fill_small() local 1319 bin_t *bin; in arena_malloc_small() local 1488 bin_t *bin) { in arena_dalloc_bin_slab() argument 1515 arena_bin_slabs_nonfull_insert(bin, bin->slabcur); in arena_bin_lower_slab() [all …]
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_paprd.c | 1449 for (bin = 0; bin < NUM_BIN; bin++) { in create_pa_curve() 1504 for (bin = 1; bin < 6; bin++) { in create_pa_curve() 1508 for (bin = 1; bin < 6; bin++) { in create_pa_curve() 1515 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve() 1539 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve() 1546 for (bin = 0; bin <= max_index; bin++) { in create_pa_curve() 1551 for (bin = 0; bin <= 3; bin++) { in create_pa_curve() 1589 for (bin = 0; bin <= half_hi; bin++) { in create_pa_curve() 1617 for (bin = 0; bin <= half_hi; bin++) { in create_pa_curve() 1637 for (bin = 0; bin <= half_hi; bin++) { in create_pa_curve() [all …]
|
| /f-stack/freebsd/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 54 …<file src="..\\..\\bin\\Win32\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target).dll… 55 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).dll" … 59 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).pdb" … 66 …<file src="..\\..\\bin\\Win32\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target).exp… 67 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).exp" … 70 …<file src="..\\..\\bin\\Win32\\Release\\$(package.platformtoolset)\\static\\$(package.target).lib"… 71 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\static\\$(package.target).lib" t… 78 …<file src="..\\..\\bin\\x64\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target).dll" … 79 …<file src="..\\..\\bin\\x64\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).dll" ta… 83 …<file src="..\\..\\bin\\x64\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).pdb" ta… [all …]
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | appveyor.yml | 61 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex… 62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe 94 cp zstd.exe ..\bin\zstd.exe && 102 cd ..\..\bin\ && 112 DIR build\VS2008\bin\%PLATFORM%\%CONFIGURATION%\*.exe && 119 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe && 122 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe && 129 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe && 240 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex… 241 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-tsd.c | 102 tsd_hash_bin_t *bin; in tsd_hash_search() local 107 spin_lock(&bin->hb_lock); in tsd_hash_search() 116 spin_unlock(&bin->hb_lock); in tsd_hash_search() 159 tsd_hash_bin_t *bin; in tsd_hash_add() local 190 spin_lock(&bin->hb_lock); in tsd_hash_add() 218 tsd_hash_bin_t *bin; in tsd_hash_add_key() local 256 spin_lock(&bin->hb_lock); in tsd_hash_add_key() 279 tsd_hash_bin_t *bin; in tsd_hash_add_pid() local 298 spin_lock(&bin->hb_lock); in tsd_hash_add_pid() 369 tsd_hash_bin_t *bin; in tsd_hash_table_fini() local [all …]
|
| /f-stack/ |
| H A D | start.sh | 14 bin=./example/helloworld 23 bin=$OPTARG 59 echo "${bin} --conf ${conf} --proc-type=primary --proc-id=${proc_id} ${others}" 60 ${bin} --conf ${conf} --proc-type=primary --proc-id=${proc_id} ${others} & 63 echo "${bin} --conf ${conf} --proc-type=secondary --proc-id=${proc_id} ${others}" 64 ${bin} --conf ${conf} --proc-type=secondary --proc-id=${proc_id} ${others} &
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | feature | 47 eval "/bin/sh -c \"$ngx_test\" >> $NGX_AUTOCONF_ERR 2>&1" 55 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 56 if /bin/sh -c $NGX_AUTOTEST >> $NGX_AUTOCONF_ERR 2>&1; then 70 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 71 if /bin/sh -c $NGX_AUTOTEST >> $NGX_AUTOCONF_ERR 2>&1; then 88 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 89 if /bin/sh -c $NGX_AUTOTEST >> $NGX_AUTOCONF_ERR 2>&1; then
|
| /f-stack/tools/libnetgraph/ |
| H A D | debug.c | 237 struct ng_mesg *const bin = (struct ng_mesg *)req->data; in _NgDebugMsg() local 266 memcpy(bin, msg, sizeof(*msg) + arglen); in _NgDebugMsg() 267 bin->header.arglen = arglen; in _NgDebugMsg() 274 NGM_BINARY2ASCII, bin, sizeof(*bin) + bin->header.arglen) < 0) { in _NgDebugMsg() 287 NGLOGX(" cmd %s (%d)", bin->header.cmdstr, bin->header.cmd); in _NgDebugMsg() 288 NGLOGX(" args %s", bin->data); in _NgDebugMsg()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/build-aux/ |
| H A D | config.guess | 369 case `/usr/bin/uname -p` in 567 IBM_REV=`/usr/bin/oslevel` 1174 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ 1185 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ 1187 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ 1439 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` 1440 /bin/uname -X = `(/bin/uname -X) 2>/dev/null` 1443 /bin/universe = `(/bin/universe) 2>/dev/null` 1444 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` 1445 /bin/arch = `(/bin/arch) 2>/dev/null` [all …]
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | files.imx6 | 52 compile-with "${AWK} -f $S/tools/fw_stub.awk sdma-imx6q.bin:sdma-imx6q -msdma -c${.TARGET}" \ 56 dependency "sdma-imx6q.bin" \ 57 …pile-with "${LD} -m ${LD_EMULATION} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q.bin" \ 60 sdma-imx6q.bin optional fslsdma \ 61 dependency "$S/contrib/dev/imx/sdma-imx6q.bin.uu" \ 62 compile-with "uudecode < $S/contrib/dev/imx/sdma-imx6q.bin.uu" \ 64 clean "sdma-imx6q.bin"
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | run_test.sh | 152 /bin/bash ${DIR}/pkttest.sh ${PKT_TESTS} 205 /bin/bash ${DIR}/load_env.sh ${options} ipv4-ipv4 ${i} 210 /bin/bash ${DIR}/load_env.sh ${options} \ 221 /bin/bash ${DIR}/load_env.sh ${options} ipv6-ipv6 ${i} 226 /bin/bash ${DIR}/load_env.sh ${options} \
|
| H A D | load_env.sh | 80 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE} 100 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE} 113 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE}
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | codecs.c | 15 const unsigned char *const bin, const size_t bin_len) in sodium_bin2hex() argument 26 c = bin[i] & 0xf; in sodium_bin2hex() 27 b = bin[i] >> 4; in sodium_bin2hex() 41 sodium_hex2bin(unsigned char *const bin, const size_t bin_maxlen, in sodium_hex2bin() argument 78 bin[bin_pos++] = c_acc | c_val; in sodium_hex2bin() 180 const unsigned char * const bin, const size_t bin_len, in sodium_bin2base64() argument 207 acc = (acc << 8) + bin[bin_pos++]; in sodium_bin2base64() 219 acc = (acc << 8) + bin[bin_pos++]; in sodium_bin2base64() 266 sodium_base642bin(unsigned char * const bin, const size_t bin_maxlen, in sodium_base642bin() argument 305 bin[bin_pos++] = (acc >> acc_len) & 0xFF; in sodium_base642bin()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/samsung/ |
| H A D | exynos-chipid.yaml | 20 samsung,asv-bin: 22 Adaptive Supply Voltage bin selection. This can be used 23 to determine the ASV bin of an SoC if respective information 39 samsung,asv-bin = <2>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ddr/ |
| H A D | lpddr3-timings.txt | 1 * AC timing parameters of LPDDR3 memories for a given speed-bin. 7 - min-freq : minimum DDR clock frequency for the speed-bin. Type is <u32> 8 - reg : maximum DDR clock frequency for the speed-bin. Type is <u32> 13 data-sheet of the device for a given speed-bin. All these properties are
|
| H A D | lpddr2-timings.txt | 1 * AC timing parameters of LPDDR2(JESD209-2) memories for a given speed-bin 5 - min-freq : minimum DDR clock frequency for the speed-bin. Type is <u32> 6 - max-freq : maximum DDR clock frequency for the speed-bin. Type is <u32> 11 data-sheet of the device for a given speed-bin. All these properties are
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | progtest.m4 | 30 # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which 31 # contains only /bin. Note that ksh looks also at the FPATH variable, 34 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ 35 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 \ 43 #! /bin/sh
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | utils.h | 59 const unsigned char * const bin, const size_t bin_len); 62 int sodium_hex2bin(unsigned char * const bin, const size_t bin_maxlen, 86 const unsigned char * const bin, const size_t bin_len, 90 int sodium_base642bin(unsigned char * const bin, const size_t bin_maxlen,
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | codecs.c | 13 unsigned char *bin; in main() local 208 bin = (unsigned char *) sodium_malloc(bin_len); in main() 212 randombytes_buf(bin, bin_len); in main() 213 memcpy(buf1, bin, bin_len); in main() 214 b64 = sodium_bin2base64(b64_, b64_len, bin, bin_len, in main() 217 assert(sodium_base642bin(bin, bin_len + 10, b64, b64_len, in main() 221 assert(memcmp(bin, buf1, bin_len) == 0); in main() 222 sodium_free(bin); in main()
|
| /f-stack/tools/libxo/ |
| H A D | configure.ac | 31 AC_PATH_PROG(BISON, bison, /usr/bin/bison) 32 AC_PATH_PROG(CAT, cat, /bin/cat) 33 AC_PATH_PROG(CHMOD, chmod, /bin/chmod) 34 AC_PATH_PROG(CP, cp, /bin/cp) 35 AC_PATH_PROG(DIFF, diff, /usr/bin/diff) 36 AC_PATH_PROG(MKDIR, mkdir, /bin/mkdir) 37 AC_PATH_PROG(MV, mv, /bin/mv) 38 AC_PATH_PROG(RM, rm, /bin/rm) 39 AC_PATH_PROG(SED, sed, /bin/sed) 169 GETTEXT_BINDIR=${GETTEXT_PREFIX}/bin [all …]
|