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
172 K(i.totalswap), in meminfo_proc_show()
2297 mem_total = info->totalram + info->totalswap; in do_sysinfo()2298 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()2323 info->totalswap <<= bitcount; in do_sysinfo()2352 u32 totalswap; member2371 if (upper_32_bits(s.totalram) || upper_32_bits(s.totalswap)) { in COMPAT_SYSCALL_DEFINE1()2383 s.totalswap >>= bitcount; in COMPAT_SYSCALL_DEFINE1()2398 __put_user(s.totalswap, &info->totalswap) || in COMPAT_SYSCALL_DEFINE1()
449 do { (val)->freeswap = (val)->totalswap = 0; } while (0)
2577 val->totalswap = total_swap_pages + nr_to_be_unused; in si_swapinfo()