Lines Matching refs:nr
168 long nr = 0; in open_files_cnt() local
181 nr++; in open_files_cnt()
185 return nr - 1; in open_files_cnt()
240 long nr_end, nr = open_files_cnt(); in test__dso_data_cache() local
246 limit = nr * 4; in test__dso_data_cache()
289 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_cache()
290 TEST_ASSERT_VAL("failed leadking files", nr == nr_end); in test__dso_data_cache()
297 long nr_end, nr = open_files_cnt(); in test__dso_data_reopen() local
317 !set_fd_limit((nr + 3))); in test__dso_data_reopen()
362 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_reopen()
363 TEST_ASSERT_VAL("failed leadking files", nr == nr_end); in test__dso_data_reopen()