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.c2837 mem_total = info->totalram + info->totalswap;
2838 if (mem_total < info->totalram || mem_total < info->totalswap)
2863 info->totalswap <<= bitcount;
2892 u32 totalswap; member in struct:compat_sysinfo
2912 if (upper_32_bits(s.totalram) || upper_32_bits(s.totalswap)) {
2924 s.totalswap >>= bitcount;
2939 s_32.totalswap = s.totalswap;
/linux-master/include/linux/
H A Dswap.h523 do { (val)->freeswap = (val)->totalswap = 0; } while (0)
/linux-master/mm/
H A Dswapfile.c3312 val->totalswap = total_swap_pages + nr_to_be_unused;

Completed in 151 milliseconds