Searched refs:rlimit_max (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Duser_namespace.h108 long rlimit_max[UCOUNT_RLIMIT_COUNTS]; member in struct:user_namespace
148 return READ_ONCE(ns->rlimit_max[type]);
154 ns->rlimit_max[type] = max <= LONG_MAX ? max : LONG_MAX;
/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c86 : rlimit_max(RLIMIT_STACK);
/linux-master/include/linux/sched/
H A Dsignal.h780 static inline unsigned long rlimit_max(unsigned int limit) function
/linux-master/mm/
H A Dmmap.c3447 mm->data_vm + npages <= rlimit_max(RLIMIT_DATA) >> PAGE_SHIFT)

Completed in 273 milliseconds