Searched refs:EMFILE (Results 1 – 5 of 5) sorted by relevance
28 #define EMFILE 24 /* Too many open files */ macro
475 if (!dso__data_open_cnt || errno != EMFILE) in do_open()
1865 if (err == -EMFILE && set_rlimit < INCREASED_MAX) { in evsel__open_cpu()2642 case EMFILE: in evsel__open_strerror()
578 if (errno == EMFILE) { in self_open_counters()
4130 EXPECT_EQ(errno, EMFILE); in TEST()