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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dcompat.h120 #define COMPAT_RLIM_INFINITY 0xffffffff macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcompat.h107 #define COMPAT_RLIM_INFINITY 0xffffffff macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dcompat.h140 #define COMPAT_RLIM_INFINITY 0x7fffffff macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dcompat.h115 #define COMPAT_RLIM_INFINITY 0xffffffff macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcompat.h117 #define COMPAT_RLIM_INFINITY 0x7fffffffUL macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcompat.h112 #define COMPAT_RLIM_INFINITY 0xffffffff macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcompat.c288 if (r.rlim_cur == COMPAT_RLIM_INFINITY)
290 if (r.rlim_max == COMPAT_RLIM_INFINITY)
310 r.rlim_cur = COMPAT_RLIM_INFINITY;
312 r.rlim_max = COMPAT_RLIM_INFINITY;
332 if (r.rlim_cur > COMPAT_RLIM_INFINITY)
333 r.rlim_cur = COMPAT_RLIM_INFINITY;
334 if (r.rlim_max > COMPAT_RLIM_INFINITY)
335 r.rlim_max = COMPAT_RLIM_INFINITY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dcompat.h107 #define COMPAT_RLIM_INFINITY 0xffffffff macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dcompat.h138 #define COMPAT_RLIM_INFINITY 0xffffffff macro

Completed in 133 milliseconds