Home
last modified time | relevance | path

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

/linux/arch/s390/appldata/
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/
A Dmeminfo.c76 show_val_kb(m, "HighTotal: ", i.totalhigh); in meminfo_proc_show()
78 show_val_kb(m, "LowTotal: ", i.totalram - i.totalhigh); in meminfo_proc_show()
/linux/include/uapi/linux/
A Dsysinfo.h19 __kernel_ulong_t totalhigh; /* Total high memory size */ member
/linux/drivers/gpu/drm/vmwgfx/
A Dttm_memory.c312 mem = si->totalram - si->totalhigh; in ttm_mem_init_kernel_zone()
341 if (si->totalhigh == 0) in ttm_mem_init_highmem_zone()
/linux/drivers/gpu/drm/ttm/
A Dttm_device.c91 num_dma32 = (u64)(si.totalram - si.totalhigh) * si.mem_unit in ttm_global_init()
/linux/drivers/base/
A Dnode.c419 nid, K(i.totalhigh), in node_read_meminfo()
421 nid, K(i.totalram - i.totalhigh), in node_read_meminfo()
/linux/kernel/
A Dsys.c2613 info->totalhigh <<= bitcount; in do_sysinfo()
2644 u32 totalhigh; member
2674 s.totalhigh >>= bitcount; in COMPAT_SYSCALL_DEFINE1()
2690 s_32.totalhigh = s.totalhigh; in COMPAT_SYSCALL_DEFINE1()
/linux/fs/notify/inotify/
A Dinotify_user.c821 watches_max = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in inotify_user_setup()
/linux/fs/nfsd/
A Dnfssvc.c579 target = (i.totalram - i.totalhigh) << PAGE_SHIFT; in nfsd_get_default_max_blksize()
/linux/fs/notify/fanotify/
A Dfanotify_user.c1664 max_marks = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in fanotify_user_setup()
/linux/fs/
A Deventpoll.c2364 max_user_watches = (((si.totalram - si.totalhigh) / 25) << PAGE_SHIFT) / in eventpoll_init()
/linux/mm/
A Dpage_alloc.c5779 val->totalhigh = totalhigh_pages(); in si_meminfo()
5809 val->totalhigh = managed_highpages; in si_meminfo_node()
5812 val->totalhigh = managed_highpages; in si_meminfo_node()
/linux/fs/f2fs/
A Dnode.c59 avail_ram = val.totalram - val.totalhigh; in f2fs_available_free_memory()

Completed in 42 milliseconds