Searched refs:nr_end (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | dso-data.c | 251 long nr_end, nr = open_files_cnt(); in test__dso_data_cache() local 299 nr_end = open_files_cnt(); 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 372 nr_end = open_files_cnt(); 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()
|