Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/appldata/
Dappldata_mem.c50 u64 totalhigh; /* total high memory size */ member
99 mem_data->totalhigh = P2K(val.totalhigh); in appldata_get_mem_data()
/linux-6.12.1/fs/proc/
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-6.12.1/include/uapi/linux/
Dsysinfo.h19 __kernel_ulong_t totalhigh; /* Total high memory size */ member
/linux-6.12.1/mm/
Dshow_mem.c81 val->totalhigh = totalhigh_pages(); in si_meminfo()
111 val->totalhigh = managed_highpages; in si_meminfo_node()
114 val->totalhigh = managed_highpages; in si_meminfo_node()
/linux-6.12.1/drivers/gpu/drm/ttm/
Dttm_device.c92 num_dma32 = (u64)(si.totalram - si.totalhigh) * si.mem_unit in ttm_global_init()
/linux-6.12.1/drivers/base/
Dnode.c420 nid, K(i.totalhigh), in node_read_meminfo()
422 nid, K(i.totalram - i.totalhigh), in node_read_meminfo()
/linux-6.12.1/kernel/
Dsys.c2867 info->totalhigh <<= bitcount; in do_sysinfo()
2898 u32 totalhigh; member
2928 s.totalhigh >>= bitcount; in COMPAT_SYSCALL_DEFINE1()
2944 s_32.totalhigh = s.totalhigh; in COMPAT_SYSCALL_DEFINE1()
/linux-6.12.1/fs/notify/inotify/
Dinotify_user.c841 watches_max = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in inotify_user_setup()
/linux-6.12.1/fs/nfsd/
Dnfssvc.c606 target = (i.totalram - i.totalhigh) << PAGE_SHIFT; in nfsd_get_default_max_blksize()
/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c1951 max_marks = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in fanotify_user_setup()
/linux-6.12.1/fs/
Deventpoll.c2596 max_user_watches = (((si.totalram - si.totalhigh) / 25) << PAGE_SHIFT) / in eventpoll_init()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gpuvm.c121 mem = si.totalram - si.totalhigh; in amdgpu_amdkfd_gpuvm_init_mem_limits()
/linux-6.12.1/fs/f2fs/
Dnode.c60 avail_ram = val.totalram - val.totalhigh; in f2fs_available_free_memory()