Searched refs:PATH_ARR_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/
H A Deventpoll.c1128 #define PATH_ARR_SIZE 5 macro
1140 static const int path_limits[PATH_ARR_SIZE] = { 1000, 500, 100, 50, 10 };
1141 static int path_count[PATH_ARR_SIZE];
1158 for (i = 0; i < PATH_ARR_SIZE; i++) path_count_init()

Completed in 93 milliseconds