| /src/sys/dev/pci/ |
| esmvar.h | 175 int pactive, ractive; member in struct:esm_softc
|
| esm.c | 730 if (ess->pactive) { 748 ess->pactive = 1; 1003 ess->pactive = 0; 1030 if (!ess->pactive) 1056 if (ess->pactive) 1355 if (ess->pactive) { 1739 if (ess->pactive) 1744 if (ess->pactive || ess->ractive) {
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| ctl.h | 71 size_t pactive; member in struct:ctl_arena_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| ctl.h | 71 size_t pactive; member in struct:ctl_arena_s
|
| /src/external/bsd/top/dist/machine/ |
| m_linux.c | 211 static struct top_proc **pactive; variable in typeref:struct:top_proc 433 pactive = (struct top_proc **)malloc(sizeof(struct top_proc *) * INITIAL_ACTIVE_SIZE); 1011 pactive = (struct top_proc **)realloc(pactive, 1017 active = pactive; 1059 si->p_active = active - pactive; 1066 qsort(pactive, si->p_active, sizeof(struct top_proc *), 1070 nextactive = pactive;
|
| m_linuxthr.c | 192 static struct top_proc **pactive; variable in typeref:struct:top_proc 361 pactive = (struct top_proc **)malloc(sizeof(struct top_proc *) * INITIAL_ACTIVE_SIZE); 784 pactive = (struct top_proc **)realloc(pactive, 791 active = pactive; 854 si->p_active = active - pactive; 861 qsort(pactive, si->p_active, sizeof(struct top_proc *), 865 nextactive = pactive;
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| ctl.h | 76 size_t pactive; member in struct:ctl_arena_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| ctl.h | 76 size_t pactive; member in struct:ctl_arena_s
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| stats.c | 528 size_t page, pactive, pdirty, pmuzzy, mapped, retained; local 557 CTL_M2_GET("stats.arenas.0.pactive", i, &pactive, size_t); 578 emitter_json_kv(emitter, "pactive", emitter_type_size, &pactive); 795 mem_count_val.size_val = pactive * page;
|
| ctl.c | 477 {NAME("pactive"), CTL(stats_arenas_i_pactive)}, 690 ctl_arena->pactive = 0; 713 &ctl_arena->muzzy_decay_ms, &ctl_arena->pactive, 732 &ctl_arena->muzzy_decay_ms, &ctl_arena->pactive, 744 ctl_sdarena->pactive += ctl_arena->pactive; 749 assert(ctl_arena->pactive == 0); 955 ctl_stats->active = (ctl_sarena->pactive << LG_PAGE); 2661 CTL_RO_GEN(stats_arenas_i_pactive, arenas_i(mib[2])->pactive, size_t)
|
| /src/external/bsd/jemalloc/dist/src/ |
| ctl.c | 779 {NAME("pactive"), CTL(stats_arenas_i_pactive)}, 1030 ctl_arena->pactive = 0; 1061 &ctl_arena->muzzy_decay_ms, &ctl_arena->pactive, 1081 &ctl_arena->muzzy_decay_ms, &ctl_arena->pactive, 1093 ctl_sdarena->pactive += ctl_arena->pactive; 1098 assert(ctl_arena->pactive == 0); 1334 ctl_stats->active = (ctl_sarena->pactive << LG_PAGE); 3492 CTL_RO_GEN(stats_arenas_i_pactive, arenas_i(mib[2])->pactive, size_t)
|
| stats.c | 1048 size_t page, pactive, pdirty, pmuzzy, mapped, retained; local 1079 CTL_M2_GET("stats.arenas.0.pactive", i, &pactive, size_t); 1100 emitter_json_kv(emitter, "pactive", emitter_type_size, &pactive); 1331 mem_count_val.size_val = pactive * page;
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| mallctl.c | 769 TEST_STATS_ARENAS(size_t, pactive);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| mallctl.c | 949 TEST_STATS_ARENAS(size_t, pactive);
|