Lines Matching refs:loop
68 * hp_cpu's 'iterator' to point to its first handler. With each loop,
70 * and advance the iterator for the next loop. This includes a final fixup,
75 * hp_cpu's 'iterator' to point to its first handler. With each loop,
76 * initialise FQ objects and advance the iterator for the next loop.
213 int loop;
227 for (loop = 0; loop < HP_NUM_WORDS; loop++) {
228 frame_ptr[loop] = lfsr;
255 int loop;
262 for (loop = 0; loop < HP_NUM_WORDS; loop++, p++) {
318 int loop;
327 for (loop = 0; loop < HP_PER_CPU; loop++) {
344 struct list_head *loop, *tmp;
350 list_for_each_safe(loop, tmp, &hp_cpu->handlers) {
352 struct hp_handler *handler = list_entry(loop, struct hp_handler,
441 int loop;
447 for (loop = 0; loop < HP_PER_CPU; loop++) {
451 if (!loop)
489 int loop, err;
492 for (loop = 0; loop < HP_PER_CPU; loop++) {
494 if (!loop)
521 int loop, err;
531 for (loop = 0; loop < HP_NUM_WORDS; loop++, p++) {