HomeSort by: relevance | last modified time | path
    Searched defs:pactive (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
ctl.h 76 size_t pactive; member in struct:ctl_arena_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
ctl.h 76 size_t pactive; member in struct:ctl_arena_s
  /src/sys/dev/pci/
esmvar.h 175 int pactive, ractive; member in struct:esm_softc
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ctl.h 82 size_t pactive; member in struct:ctl_arena_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ctl.h 82 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.old/dist/src/
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/dist/src/
stats.c 1169 size_t page, pactive, pdirty, pmuzzy, mapped, retained; local
1206 CTL_M2_GET("stats.arenas.0.pactive", i, &pactive, size_t);
1227 emitter_json_kv(emitter, "pactive", emitter_type_size, &pactive);
1458 mem_count_val.size_val = pactive * page;

Completed in 22 milliseconds