Lines Matching refs:nr
179 long nr = 0; in open_files_cnt() local
192 nr++; in open_files_cnt()
196 return nr - 1; in open_files_cnt()
251 long nr_end, nr = open_files_cnt(); in test__dso_data_cache() local
257 limit = nr * 4; in test__dso_data_cache()
300 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_cache()
301 TEST_ASSERT_VAL("failed leadking files", nr == nr_end); in test__dso_data_cache()
308 long nr_end, nr = open_files_cnt(); in test__dso_data_reopen() local
328 !set_fd_limit((nr + 3))); in test__dso_data_reopen()
373 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_reopen()
374 TEST_ASSERT_VAL("failed leadking files", nr == nr_end); in test__dso_data_reopen()