Lines Matching defs:limit
232 * segment grow beyond its set limit the in case where the limit is
1774 /* Check against address space limit. */
2240 * stack's low limit (the base):
2412 /* address space limit tests */
2416 /* Stack limit test */
2420 /* mlock limit tests */
2423 unsigned long limit;
2425 limit = rlimit(RLIMIT_MEMLOCK);
2426 limit >>= PAGE_SHIFT;
2427 if (locked > limit && !capable(CAP_IPC_LOCK))
2920 * not exceed its limit; but let map_count go just above
2921 * its limit temporarily, to help free resources as expected.