Home
last modified time | relevance | path

Searched refs:totalhigh (Results 1 – 6 of 6) 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/include/uapi/linux/
H A Dsysinfo.h19 __kernel_ulong_t totalhigh; /* Total high memory size */ member
/linux/fs/notify/inotify/
H A Dinotify_user.c815 watches_max = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in inotify_user_setup()
/linux/fs/nfsd/
H A Dnfssvc.c563 target = (i.totalram - i.totalhigh) << PAGE_SHIFT; in nfsd_get_default_max_blksize()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c2175 max_marks = (((si.totalram - si.totalhigh) / 100) << PAGE_SHIFT) / in fanotify_user_setup()
/linux/fs/
H A Deventpoll.c3006 max_user_watches = (((si.totalram - si.totalhigh) / 25) << PAGE_SHIFT) / in eventpoll_init()