Searched refs:nr_end (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A 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() 324 long nr_end, nr = open_files_cnt(), lim = new_limit(3); in test__dso_data_reopen() local 391 nr_end = open_files_cnt(); in test__dso_data_reopen() 392 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_reopen() 393 TEST_ASSERT_VAL("failed leaking files", nr == nr_end); in test__dso_data_reopen()
|