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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dinotify.c152 unsigned int num_watches = 0, watch_limit; local
175 if( fscanf(max_watches, "%10u", &watch_limit) < 1 )
176 watch_limit = 8192;
178 if( (watch_limit < DESIRED_WATCH_LIMIT) || (watch_limit < (num_watches*4/3)) )
201 "writing a higher value into /proc/sys/fs/inotify/max_user_watches.\n", watch_limit, num_watches);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dinotify.c152 unsigned int num_watches = 0, watch_limit; local
175 if( fscanf(max_watches, "%10u", &watch_limit) < 1 )
176 watch_limit = 8192;
178 if( (watch_limit < DESIRED_WATCH_LIMIT) || (watch_limit < (num_watches*4/3)) )
201 "writing a higher value into /proc/sys/fs/inotify/max_user_watches.\n", watch_limit, num_watches);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dinotify.c152 unsigned int num_watches = 0, watch_limit; local
175 if( fscanf(max_watches, "%10u", &watch_limit) < 1 )
176 watch_limit = 8192;
178 if( (watch_limit < DESIRED_WATCH_LIMIT) || (watch_limit < (num_watches*4/3)) )
201 "writing a higher value into /proc/sys/fs/inotify/max_user_watches.\n", watch_limit, num_watches);

Completed in 118 milliseconds