Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Deventpoll.c1374 static const int path_limits[PATH_ARR_SIZE] = { 1000, 500, 100, 50, 10 }; variable
1383 if (++path_count[nests] > path_limits[nests]) in path_count_inc()
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c1334 static const int path_limits[PATH_ARR_SIZE] = { 1000, 500, 100, 50, 10 }; variable
1343 if (++path_count[nests] > path_limits[nests]) in path_count_inc()

Completed in 9 milliseconds