HomeSort by: relevance | last modified time | path
    Searched refs:SWAPUSED (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_linux.c 152 #define SWAPUSED 0
583 swap_stats[SWAPUSED] = strtoul(p, &p, 10);
585 swap_stats[SWAPUSED] = bytetok(swap_stats[SWAPUSED]);
625 swap_stats[SWAPUSED] = swaptotal - memfree;
m_linuxthr.c 142 #define SWAPUSED 0
466 swap_stats[SWAPUSED] = strtoul(p, &p, 10);
468 swap_stats[SWAPUSED] = bytetok(swap_stats[SWAPUSED]);
508 swap_stats[SWAPUSED] = swaptotal - memfree;

Completed in 48 milliseconds