Searched refs:RLIM_NLIMITS (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/asm-generic/
H A Dresource.h49 #define RLIM_NLIMITS 16 macro
/linux-master/security/apparmor/include/
H A Dresource.h30 struct rlimit limits[RLIM_NLIMITS];
/linux-master/security/apparmor/
H A Dresource.c174 for (j = 0, mask = 1; j < RLIM_NLIMITS; j++,
195 for (j = 0, mask = 1; j < RLIM_NLIMITS; j++, mask <<= 1) {
H A Dpolicy_unpack.c625 size > RLIM_NLIMITS)
/linux-master/kernel/
H A Dsys.c1461 if (resource >= RLIM_NLIMITS)
1463 resource = array_index_nospec(resource, RLIM_NLIMITS);
1587 if (resource >= RLIM_NLIMITS)
1590 resource = array_index_nospec(resource, RLIM_NLIMITS);
1607 if (resource >= RLIM_NLIMITS)
1610 resource = array_index_nospec(resource, RLIM_NLIMITS);
/linux-master/include/linux/sched/
H A Dsignal.h214 struct rlimit rlim[RLIM_NLIMITS];
/linux-master/fs/proc/
H A Dbase.c577 static const struct limit_names lnames[RLIM_NLIMITS] = {
603 struct rlimit rlim[RLIM_NLIMITS];
607 memcpy(rlim, task->signal->rlim, sizeof(struct rlimit) * RLIM_NLIMITS);
618 for (i = 0; i < RLIM_NLIMITS; i++) {
/linux-master/security/selinux/
H A Dhooks.c2502 for (i = 0; i < RLIM_NLIMITS; i++) {

Completed in 218 milliseconds