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

/linux-4.4.14/arch/mips/kernel/
H A Dlinux32.c79 #define RLIM_INFINITY32 0x7fffffff macro
80 #define RESOURCE32(x) ((x > RLIM_INFINITY32) ? RLIM_INFINITY32 : x)

Completed in 55 milliseconds