Searched refs:totalswap (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsysinfo.h15 __kernel_ulong_t totalswap; /* Total swap space size */ member in struct:sysinfo
/linux-master/arch/s390/appldata/
H A Dappldata_mem.c55 u64 totalswap; /* total swap space size */ member in struct:appldata_mem_data
106 mem_data->totalswap = P2K(val.totalswap);
/linux-master/fs/proc/
H A Dmeminfo.c89 show_val_kb(m, "SwapTotal: ", i.totalswap);
/linux-master/kernel/
H A Dsys.c2815 mem_total = info->totalram + info->totalswap;
2816 if (mem_total < info->totalram || mem_total < info->totalswap)
2841 info->totalswap <<= bitcount;
2870 u32 totalswap; member in struct:compat_sysinfo
2890 if (upper_32_bits(s.totalram) || upper_32_bits(s.totalswap)) {
2902 s.totalswap >>= bitcount;
2917 s_32.totalswap = s.totalswap;
/linux-master/include/linux/
H A Dswap.h513 do { (val)->freeswap = (val)->totalswap = 0; } while (0)
/linux-master/mm/
H A Dswapfile.c3282 val->totalswap = total_swap_pages + nr_to_be_unused;

Completed in 114 milliseconds