Home
last modified time | relevance | path

Searched refs:rlimit_max (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Duser_namespace.h104 long rlimit_max[UCOUNT_RLIMIT_COUNTS]; member
141 return READ_ONCE(ns->rlimit_max[type]); in get_userns_rlimit_max()
147 ns->rlimit_max[type] = max <= LONG_MAX ? max : LONG_MAX; in set_userns_rlimit_max()
/openbmc/linux/arch/parisc/kernel/
H A Dsys_parisc.c86 : rlimit_max(RLIMIT_STACK); in mmap_upper_limit()
/openbmc/linux/arch/ia64/mm/
H A Dinit.c96 unsigned long stack_size = rlimit_max(RLIMIT_STACK) & -16; in ia64_set_rbs_bot()
/openbmc/linux/include/linux/sched/
H A Dsignal.h776 static inline unsigned long rlimit_max(unsigned int limit) in rlimit_max() function
/openbmc/linux/mm/
H A Dmmap.c3437 mm->data_vm + npages <= rlimit_max(RLIMIT_DATA) >> PAGE_SHIFT) in may_expand_vm()