Home
last modified time | relevance | path

Searched refs:MAX_FILES (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_d_path.c8 #define MAX_FILES 7 macro
13 char paths_stat[MAX_FILES][MAX_PATH_LEN] = {};
14 char paths_close[MAX_FILES][MAX_PATH_LEN] = {};
15 int rets_stat[MAX_FILES] = {};
16 int rets_close[MAX_FILES] = {};
34 if (cnt >= MAX_FILES) in BPF_PROG()
55 if (cnt >= MAX_FILES) in BPF_PROG()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dd_path.c9 #define MAX_FILES 7 macro
19 char paths[MAX_FILES][MAX_PATH_LEN];
135 for (int i = 0; i < MAX_FILES; i++) { in test_d_path_basic()

Completed in 3 milliseconds