Home
last modified time | relevance | path

Searched refs:totalhigh (Results 1 – 12 of 12) sorted by relevance

/linux/arch/s390/appldata/
H A Dappldata_mem.c50 u64 totalhigh; /* total high memory size */ member
99 mem_data->totalhigh = P2K(val.totalhigh); in appldata_get_mem_data()
/linux/fs/proc/
H A Dmeminfo.c78 show_val_kb(m, "HighTotal: ", i.totalhigh); in meminfo_proc_show()
80 show_val_kb(m, "LowTotal: ", i.totalram - i.totalhigh); in meminfo_proc_show()
/linux/include/uapi/linux/
H A Dsysinfo.h19 __kernel_ulong_t totalhigh; /* Total high memory size */ member
/linux/mm/
H A Dshow_mem.c81 val->totalhigh = totalhigh_pages(); in si_meminfo()
109 val->totalhigh = managed_highpages; in si_meminfo_node()
/linux/drivers/base/
H A Dnode.c491 nid, K(i.totalhigh), in node_read_meminfo()
493 nid, K(i.totalram - i.totalhigh), in node_read_meminfo()
/linux/kernel/
H A Dsys.c2986 info->totalhigh <<= bitcount; in do_sysinfo()
3017 u32 totalhigh; member
3047 s.totalhigh >>= bitcount; in COMPAT_SYSCALL_DEFINE1()
3063 s_32.totalhigh = s.totalhigh; in COMPAT_SYSCALL_DEFINE1()
/linux/fs/notify/inotify/
H A Dinotify_user.c827 watches_max = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in inotify_user_setup()
/linux/fs/nfsd/
H A Dnfssvc.c557 target = (i.totalram - i.totalhigh) << PAGE_SHIFT; in nfsd_get_default_max_blksize()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c2191 max_marks = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in fanotify_user_setup()
/linux/fs/
H A Deventpoll.c2595 max_user_watches = (((si.totalram - si.totalhigh) / 25) << PAGE_SHIFT) / in eventpoll_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c121 mem = si.totalram - si.totalhigh; in amdgpu_amdkfd_gpuvm_init_mem_limits()
/linux/fs/f2fs/
H A Dnode.c65 avail_ram = val.totalram - val.totalhigh; in f2fs_available_free_memory()