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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-sched.c1372 #define SCHEDULE_SLOP 80 /* microframes */ macro
1393 if (span > mod - SCHEDULE_SLOP) {
1419 if (excess >= mod - 2 * SCHEDULE_SLOP)
1440 start = SCHEDULE_SLOP + (now & ~0x07);
1473 >= mod - 2 * SCHEDULE_SLOP)) {
1476 mod - 2 * SCHEDULE_SLOP);

Completed in 45 milliseconds