Searched refs:EMFILE (Results 1 – 6 of 6) sorted by relevance
28 #define EMFILE 24 /* Too many open files */ macro
518 if (!dso__data_open_cnt || errno != EMFILE) in do_open()
2146 if (err == -EMFILE && evsel__increase_rlimit(&set_rlimit)) in evsel__open_cpu()2976 case EMFILE: in evsel__open_strerror()
110 CASE_ERR(EMFILE); in errorname()
4264 EXPECT_EQ(errno, EMFILE); in TEST()4268 EXPECT_EQ(errno, EMFILE); in TEST()
580 if (errno == EMFILE) { in self_open_counters()