Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Deventpoll.c1282 #define PATH_ARR_SIZE 5 macro
1294 static const int path_limits[PATH_ARR_SIZE] = { 1000, 500, 100, 50, 10 };
1295 static int path_count[PATH_ARR_SIZE];
1312 for (i = 0; i < PATH_ARR_SIZE; i++) in path_count_init()