Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Deventpoll.c1362 #define PATH_ARR_SIZE 5 macro
1374 static const int path_limits[PATH_ARR_SIZE] = { 1000, 500, 100, 50, 10 };
1375 static int path_count[PATH_ARR_SIZE];
1392 for (i = 0; i < PATH_ARR_SIZE; i++) in path_count_init()
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c1322 #define PATH_ARR_SIZE 5 macro
1334 static const int path_limits[PATH_ARR_SIZE] = { 1000, 500, 100, 50, 10 };
1335 static int path_count[PATH_ARR_SIZE];
1352 for (i = 0; i < PATH_ARR_SIZE; i++) in path_count_init()

Completed in 11 milliseconds