Lines Matching defs:limit
245 pr_debug("file limit %ld, new %d\n", (long) rlim.rlim_cur, n);
255 int dso_cnt, limit, i, fd;
257 /* Rest the internal dso open counter limit. */
262 /* set as system limit */
263 limit = nr * 4;
264 TEST_ASSERT_VAL("failed to set file limit", !set_fd_limit(limit));
266 /* and this is now our dso open FDs limit */
267 dso_cnt = limit / 2;
276 * file and keep it open (unless open file limit).
294 /* open +1 dso to reach the allowed limit */
321 /* Rest the internal dso open counter limit. */
329 * - set process file descriptor limit to current
332 * reach the files count limit
336 TEST_ASSERT_VAL("failed to set file limit",
351 * reached the files count limit
362 * the file descriptor limit
372 * the file descriptor limit