| /src/external/bsd/jemalloc/dist/test/integration/ |
| MALLOCX_ARENA.c | 30 const char *dss = dss_precs[prec_ind]; local 32 expect_d_eq(mallctlnametomib("arena.0.dss", mib, &miblen), 0, 35 expect_d_eq(mallctlbymib(mib, miblen, NULL, NULL, (void *)&dss,
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| MALLOCX_ARENA.c | 30 const char *dss = dss_precs[prec_ind]; local 32 assert_d_eq(mallctlnametomib("arena.0.dss", mib, &miblen), 0, 35 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, (void *)&dss,
|
| /src/sys/rump/dev/lib/libpci/ |
| rumpdev_bus_dma.c | 466 struct rumpcomp_pci_dmaseg *dss; local 467 size_t allocsize = nsegs * sizeof(*dss); 475 dss = kmem_alloc(allocsize, KM_SLEEP); 477 dss[i].ds_pa = segs[i].ds_addr; 478 dss[i].ds_len = segs[i].ds_len; 479 dss[i].ds_vacookie = segs[i]._ds_vacookie; 481 rv = rumpcomp_pci_dmamem_map(dss, nsegs, size, kvap); 482 kmem_free(dss, allocsize);
|
| /src/external/bsd/jemalloc/dist/src/ |
| ehooks.c | 29 /* "primary" dss. */ 40 /* "secondary" dss. */ 57 dss_prec_t dss = (arena == NULL) ? dss_prec_disabled : local 60 zero, commit, dss); 185 * For non-DSS cases --
|
| stats.c | 1046 const char *dss; local 1071 CTL_M2_GET("stats.arenas.0.dss", i, &dss, const char *); 1072 emitter_kv(emitter, "dss", "dss allocation precedence", 1073 emitter_type_string, &dss); 1468 OPT_WRITE_CHAR_P("dss")
|
| ctl.c | 431 {NAME("dss"), CTL(opt_dss)}, 497 {NAME("dss"), CTL(arena_i_dss)}, 776 {NAME("dss"), CTL(stats_arenas_i_dss)}, 1027 ctl_arena->dss = dss_prec_names[dss_prec_limit]; 1060 &ctl_arena->dss, &ctl_arena->dirty_decay_ms, 1080 &ctl_arena->dss, &ctl_arena->dirty_decay_ms, 2730 const char *dss = NULL; local 2736 WRITE(dss, const char *); 2738 if (dss != NULL) { 2743 if (strcmp(dss_prec_names[i], dss) == 0) [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| ctl.h | 73 const char *dss; member in struct:ctl_arena_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| ctl.h | 73 const char *dss; member in struct:ctl_arena_s
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| ctl.h | 68 const char *dss; member in struct:ctl_arena_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| ctl.h | 68 const char *dss; member in struct:ctl_arena_s
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| reuse.c | 76 } static dss[] = variable 287 for (i = 0; i < numberof (dss); i++) 289 if (dss[i].isdivision && mpz_sgn (in2) == 0) 291 if (dss[i].isslow && size_range > 19) 294 (dss[i].fptr) (ref1, in1, in2); 298 INVOKE_RSS (dss[i], res1, res1, in2); 301 FAIL (dss, i, in1, in2, NULL); 304 INVOKE_RSS (dss[i], res1, in1, res1); 307 FAIL (dss, i, in1, in2, NULL);
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| stats.c | 526 const char *dss; local 549 CTL_M2_GET("stats.arenas.0.dss", i, &dss, const char *); 550 emitter_kv(emitter, "dss", "dss allocation precedence", 551 emitter_type_string, &dss); 908 OPT_WRITE_CHAR_P("dss")
|
| ctl.c | 286 {NAME("dss"), CTL(opt_dss)}, 327 {NAME("dss"), CTL(arena_i_dss)}, 474 {NAME("dss"), CTL(stats_arenas_i_dss)}, 687 ctl_arena->dss = dss_prec_names[dss_prec_limit]; 712 &ctl_arena->dss, &ctl_arena->dirty_decay_ms, 731 &ctl_arena->dss, &ctl_arena->dirty_decay_ms, 2139 const char *dss = NULL; local 2145 WRITE(dss, const char *); 2147 if (dss != NULL) { 2152 if (strcmp(dss_prec_names[i], dss) == 0) [all...] |
| /src/external/bsd/flex/dist/src/ |
| main.c | 95 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; 1778 dss = allocate_int_ptr_array (current_max_dfas); 94 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
|