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

  /src/external/bsd/top/dist/machine/
m_linux.c 153 #define SWAPFREE 1
584 swap_stats[SWAPFREE] = strtoul(p, &p, 10);
586 swap_stats[SWAPFREE] = bytetok(swap_stats[SWAPFREE]);
621 else if (!swap && swaptotal > 0 && strncmp(p, "SwapFree:", 9) == 0)
626 swap_stats[SWAPFREE] = memfree;
m_linuxthr.c 143 #define SWAPFREE 1
467 swap_stats[SWAPFREE] = strtoul(p, &p, 10);
469 swap_stats[SWAPFREE] = bytetok(swap_stats[SWAPFREE]);
504 else if (!swap && swaptotal > 0 && strncmp(p, "SwapFree:", 9) == 0)
509 swap_stats[SWAPFREE] = memfree;

Completed in 19 milliseconds