Searched refs:totalswap (Results 1 – 6 of 6) sorted by relevance
55 u64 totalswap; /* total swap space size */ member106 mem_data->totalswap = P2K(val.totalswap); in appldata_get_mem_data()
15 __kernel_ulong_t totalswap; /* Total swap space size */ member
87 show_val_kb(m, "SwapTotal: ", i.totalswap); in meminfo_proc_show()
2585 mem_total = info->totalram + info->totalswap; in do_sysinfo()2586 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()2611 info->totalswap <<= bitcount; in do_sysinfo()2640 u32 totalswap; member2660 if (upper_32_bits(s.totalram) || upper_32_bits(s.totalswap)) { in COMPAT_SYSCALL_DEFINE1()2672 s.totalswap >>= bitcount; in COMPAT_SYSCALL_DEFINE1()2687 s_32.totalswap = s.totalswap; in COMPAT_SYSCALL_DEFINE1()
556 do { (val)->freeswap = (val)->totalswap = 0; } while (0)
3409 val->totalswap = total_swap_pages + nr_to_be_unused; in si_swapinfo()