Searched refs:rlimit (Results 1 – 8 of 8) sorted by relevance
43 struct rlimit { struct
126 atomic_long_t rlimit[UCOUNT_RLIMIT_COUNTS]; member142 return atomic_long_read(&ucounts->rlimit[type]); in get_rlimit_value()
64 struct rlimit rlim_stack; /* Saved RLIMIT_STACK used during exec. */
35 struct rlimit;690 struct rlimit __user *rlim);692 struct rlimit __user *rlim);1176 asmlinkage long sys_old_getrlimit(unsigned int resource, struct rlimit __user *rlim);
40 struct rlimit;474 struct rlimit *new_rlim);1286 struct rlimit *new_rlim) in security_task_setrlimit()
247 struct rlimit *new_rlim)
181 struct rlimit *rlim_stack);214 struct rlimit *rlim_stack) {} in arch_pick_mmap_layout()
215 struct rlimit rlim[RLIM_NLIMITS];780 static inline unsigned long rlimit(unsigned int limit) in rlimit() function