Searched refs:nr_end (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/tests/ |
D | dso-data.c | 252 long nr_end, nr = open_files_cnt(); in test__dso_data_cache() local 303 nr_end = open_files_cnt(); in test__dso_data_cache() 304 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_cache() 305 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_cache() 322 long nr_end, nr = open_files_cnt(), lim = new_limit(3); in test__dso_data_reopen() local 390 nr_end = open_files_cnt(); in test__dso_data_reopen() 391 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_reopen() 392 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_reopen()
|