Searched refs:totalswap (Results 1 – 6 of 6) sorted by relevance
58 u64 totalswap; /* total swap space size */ member109 mem_data->totalswap = P2K(val.totalswap); in appldata_get_mem_data()
14 __kernel_ulong_t totalswap; /* Total swap space size */ member
169 K(i.totalswap), in meminfo_proc_show()
2320 mem_total = info->totalram + info->totalswap; in do_sysinfo()2321 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()2346 info->totalswap <<= bitcount; in do_sysinfo()2375 u32 totalswap; member2394 if (upper_32_bits(s.totalram) || upper_32_bits(s.totalswap)) { in COMPAT_SYSCALL_DEFINE1()2406 s.totalswap >>= bitcount; in COMPAT_SYSCALL_DEFINE1()2421 __put_user(s.totalswap, &info->totalswap) || in COMPAT_SYSCALL_DEFINE1()
460 do { (val)->freeswap = (val)->totalswap = 0; } while (0)
2608 val->totalswap = total_swap_pages + nr_to_be_unused; in si_swapinfo()