Searched refs:totalhigh (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsysinfo.h19 __kernel_ulong_t totalhigh; /* Total high memory size */ member in struct:sysinfo
/linux-master/arch/s390/appldata/
H A Dappldata_mem.c50 u64 totalhigh; /* total high memory size */ member in struct:appldata_mem_data
99 mem_data->totalhigh = P2K(val.totalhigh);
/linux-master/mm/
H A Dshow_mem.c81 val->totalhigh = totalhigh_pages();
111 val->totalhigh = managed_highpages;
114 val->totalhigh = managed_highpages;
/linux-master/fs/proc/
H A Dmeminfo.c78 show_val_kb(m, "HighTotal: ", i.totalhigh);
80 show_val_kb(m, "LowTotal: ", i.totalram - i.totalhigh);
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_device.c91 num_dma32 = (u64)(si.totalram - si.totalhigh) * si.mem_unit
/linux-master/drivers/base/
H A Dnode.c420 nid, K(i.totalhigh),
422 nid, K(i.totalram - i.totalhigh),
/linux-master/kernel/
H A Dsys.c2843 info->totalhigh <<= bitcount;
2874 u32 totalhigh; member in struct:compat_sysinfo
2904 s.totalhigh >>= bitcount;
2920 s_32.totalhigh = s.totalhigh;
/linux-master/fs/notify/inotify/
H A Dinotify_user.c841 watches_max = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) /
/linux-master/fs/nfsd/
H A Dnfssvc.c614 target = (i.totalram - i.totalhigh) << PAGE_SHIFT;
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c2008 max_marks = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) /
/linux-master/fs/
H A Deventpoll.c2565 max_user_watches = (((si.totalram - si.totalhigh) / 25) << PAGE_SHIFT) /
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c122 mem = si.totalram - si.totalhigh;
/linux-master/fs/f2fs/
H A Dnode.c60 avail_ram = val.totalram - val.totalhigh;

Completed in 227 milliseconds