Home
last modified time | relevance | path

Searched refs:SWAPUSED (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linuxthr.c142 #define SWAPUSED 0 macro
466 swap_stats[SWAPUSED] = strtoul(p, &p, 10); in get_system_info()
468 swap_stats[SWAPUSED] = bytetok(swap_stats[SWAPUSED]); in get_system_info()
508 swap_stats[SWAPUSED] = swaptotal - memfree; in get_system_info()
H A Dm_linux.c152 #define SWAPUSED 0 macro
583 swap_stats[SWAPUSED] = strtoul(p, &p, 10); in get_system_info()
585 swap_stats[SWAPUSED] = bytetok(swap_stats[SWAPUSED]); in get_system_info()
625 swap_stats[SWAPUSED] = swaptotal - memfree; in get_system_info()