Searched refs:EMFILE (Results 1 – 9 of 9) sorted by relevance
28 #define EMFILE 24 /* Too many open files */ macro
70 case -EMFILE: return "-EMFILE"; in libbpf_errstr()
84 EXPECT_EQ(errno, EMFILE) in TEST()
67 if (errno == EMFILE && rlimit__increase_nofile(&set_rlimit)) in perf_data__create_dir()
552 if (!dso__data_open_cnt || errno != EMFILE) in do_open()
2708 if (err == -EMFILE && rlimit__increase_nofile(&set_rlimit)) in evsel__open_cpu()3768 case EMFILE: in evsel__open_strerror()
125 CASE_ERR(EMFILE); in errorname()
4327 EXPECT_EQ(errno, EMFILE); in TEST()4331 EXPECT_EQ(errno, EMFILE); in TEST()
571 if (errno == EMFILE) { in self_open_counters()
Completed in 38 milliseconds