Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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()
/openbmc/qemu/include/standard-headers/linux/
H A Dsysinfo.h19 unsigned long totalhigh; /* Total high memory size */ member
/openbmc/linux/include/uapi/linux/
H A Dsysinfo.h19 __kernel_ulong_t totalhigh; /* Total high memory size */ member
/openbmc/linux/mm/
H A Dshow_mem.c84 val->totalhigh = totalhigh_pages(); in si_meminfo()
114 val->totalhigh = managed_highpages; in si_meminfo_node()
117 val->totalhigh = managed_highpages; in si_meminfo_node()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_device.c91 num_dma32 = (u64)(si.totalram - si.totalhigh) * si.mem_unit in ttm_global_init()
/openbmc/linux/drivers/base/
H A Dnode.c419 nid, K(i.totalhigh), in node_read_meminfo()
421 nid, K(i.totalram - i.totalhigh), in node_read_meminfo()
/openbmc/linux/kernel/
H A Dsys.c2830 info->totalhigh <<= bitcount; in do_sysinfo()
2861 u32 totalhigh; member
2891 s.totalhigh >>= bitcount; in COMPAT_SYSCALL_DEFINE1()
2907 s_32.totalhigh = s.totalhigh; in COMPAT_SYSCALL_DEFINE1()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c842 watches_max = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in inotify_user_setup()
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c619 target = (i.totalram - i.totalhigh) << PAGE_SHIFT; in nfsd_get_default_max_blksize()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1940 max_marks = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in fanotify_user_setup()
/openbmc/linux/fs/
H A Deventpoll.c2496 max_user_watches = (((si.totalram - si.totalhigh) / 25) << PAGE_SHIFT) / in eventpoll_init()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2528 abi_ulong totalhigh; /* Total high memory size */ member
H A Dsyscall.c11073 __put_user(value.totalhigh, &target_value->totalhigh); in _syscall2()
/openbmc/linux/fs/f2fs/
H A Dnode.c60 avail_ram = val.totalram - val.totalhigh; in f2fs_available_free_memory()