Searched refs:nr_end (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/tools/perf/tests/ |
D | dso-data.c | 254 long nr_end, nr = open_files_cnt(); in test__dso_data_cache() local 305 nr_end = open_files_cnt(); in test__dso_data_cache() 306 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_cache() 307 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_cache() 314 long nr_end, nr = open_files_cnt(); in test__dso_data_reopen() local 381 nr_end = open_files_cnt(); in test__dso_data_reopen() 382 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_reopen() 383 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_reopen()
|