Lines Matching defs:limit
656 rlim_t limit = 0;
658 /* Allow half of the current open fd limit. */
661 limit = l.rlim_cur;
663 limit = l.rlim_cur / 2;
665 pr_err("failed to get fd limit\n");
666 limit = 1;
669 return limit;
696 * Check and close LRU dso if we crossed allowed limit
697 * for opened dso file descriptors. The limit is half
934 * file (dso) due to open file limit (RLIMIT_NOFILE).
1058 * file (dso) due to open file limit (RLIMIT_NOFILE).