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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dcpuset.c1303 * than FM_MAXTICKS ticks have elapsed since the last filter event,
1304 * just compute FM_MAXTICKS ticks worth, by which point the level
1324 #define FM_MAXTICKS ((time_t)99) /* useless computing more ticks than this */ macro
1346 ticks = min(FM_MAXTICKS, ticks);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dcpuset.c1303 * than FM_MAXTICKS ticks have elapsed since the last filter event,
1304 * just compute FM_MAXTICKS ticks worth, by which point the level
1324 #define FM_MAXTICKS ((time_t)99) /* useless computing more ticks than this */ macro
1346 ticks = min(FM_MAXTICKS, ticks);

Completed in 180 milliseconds