Searched refs:MAX_FILES (Results 1 – 2 of 2) sorted by relevance
8 #define MAX_FILES 7 macro13 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()
9 #define MAX_FILES 7 macro19 char paths[MAX_FILES][MAX_PATH_LEN];135 for (int i = 0; i < MAX_FILES; i++) { in test_d_path_basic()