Home
last modified time | relevance | path

Searched refs:pactive (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/bsd/top/dist/machine/
H A Dm_linuxthr.c192 static struct top_proc **pactive; variable
361 pactive = (struct top_proc **)malloc(sizeof(struct top_proc *) * INITIAL_ACTIVE_SIZE); in machine_init()
784 pactive = (struct top_proc **)realloc(pactive, in get_process_info()
791 active = pactive; in get_process_info()
854 si->p_active = active - pactive; in get_process_info()
861 qsort(pactive, si->p_active, sizeof(struct top_proc *), in get_process_info()
865 nextactive = pactive; in get_process_info()
H A Dm_linux.c211 static struct top_proc **pactive; variable
433 pactive = (struct top_proc **)malloc(sizeof(struct top_proc *) * INITIAL_ACTIVE_SIZE); in machine_init()
1011 pactive = (struct top_proc **)realloc(pactive, in get_process_info()
1017 active = pactive; in get_process_info()
1059 si->p_active = active - pactive; in get_process_info()
1066 qsort(pactive, si->p_active, sizeof(struct top_proc *), in get_process_info()
1070 nextactive = pactive; in get_process_info()
/netbsd/sys/dev/pci/
H A Desm.c730 if (ess->pactive) { in esm_trigger_output()
748 ess->pactive = 1; in esm_trigger_output()
1003 ess->pactive = 0; in esm_halt_output()
1030 if (!ess->pactive) in esm_halt_input()
1056 if (ess->pactive) in set_timer()
1360 if (ess->pactive) { in esm_intr()
1746 if (ess->pactive) in esm_resume()
1751 if (ess->pactive || ess->ractive) { in esm_resume()
H A Desmvar.h175 int pactive, ractive; member
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dctl.h71 size_t pactive; member
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dctl.h71 size_t pactive; member
/netbsd/external/bsd/jemalloc/dist/src/
H A Dstats.c528 size_t page, pactive, pdirty, pmuzzy, mapped, retained; in stats_arena_print() local
557 CTL_M2_GET("stats.arenas.0.pactive", i, &pactive, size_t); in stats_arena_print()
578 emitter_json_kv(emitter, "pactive", emitter_type_size, &pactive); in stats_arena_print()
795 mem_count_val.size_val = pactive * page; in stats_arena_print()
H A Dctl.c690 ctl_arena->pactive = 0; in ctl_arena_clear()
713 &ctl_arena->muzzy_decay_ms, &ctl_arena->pactive, in ctl_arena_stats_amerge()
732 &ctl_arena->muzzy_decay_ms, &ctl_arena->pactive, in ctl_arena_stats_amerge()
744 ctl_sdarena->pactive += ctl_arena->pactive; in ctl_arena_stats_sdmerge()
749 assert(ctl_arena->pactive == 0); in ctl_arena_stats_sdmerge()
955 ctl_stats->active = (ctl_sarena->pactive << LG_PAGE); in ctl_refresh()
2661 CTL_RO_GEN(stats_arenas_i_pactive, arenas_i(mib[2])->pactive, size_t) in CTL_RO_NL_CGEN()
/netbsd/external/bsd/jemalloc/dist/test/unit/
H A Dmallctl.c769 TEST_STATS_ARENAS(size_t, pactive); in TEST_BEGIN()
/netbsd/external/bsd/jemalloc/dist/
H A DChangeLog586 - Fix stats.arenas.<i>.{dss,lg_dirty_mult,decay_time,pactive,pdirty} for