Lines Matching defs:limit
592 rlim_t limit = 0;
594 /* Allow half of the current open fd limit. */
597 limit = l.rlim_cur;
599 limit = l.rlim_cur / 2;
601 pr_err("failed to get fd limit\n");
602 limit = 1;
605 return limit;
632 * Check and close LRU dso if we crossed allowed limit
633 * for opened dso file descriptors. The limit is half
868 * file (dso) due to open file limit (RLIMIT_NOFILE).
990 * file (dso) due to open file limit (RLIMIT_NOFILE).