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

/drivers/usb/host/
H A Dohci-dbg.c556 unsigned temp, size, seen_count; local
562 seen_count = 0;
587 for (temp = 0; temp < seen_count; temp++) {
593 if (temp == seen_count) {
620 if (seen_count < DBG_SCHED_LIMIT)
621 seen [seen_count++] = ed;
H A Dehci-dbg.c561 unsigned temp, size, seen_count; local
568 seen_count = 0;
609 for (temp = 0; temp < seen_count; temp++) {
621 if (temp == seen_count) {
651 if (seen_count < DBG_SCHED_LIMIT)
652 seen [seen_count++].qh = p.qh;
H A Dohci-hcd.c419 unsigned seen_count = 0; local
443 for (temp = 0; temp < seen_count; temp++) {
452 seen[seen_count++] = ed;

Completed in 95 milliseconds