Lines Matching full: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.
215 int loop; in allocate_frame_data() local
229 for (loop = 0; loop < HP_NUM_WORDS; loop++) { in allocate_frame_data()
230 frame_ptr[loop] = lfsr; in allocate_frame_data()
257 int loop; in process_frame_data() local
264 for (loop = 0; loop < HP_NUM_WORDS; loop++, p++) { in process_frame_data()
320 int loop; in create_per_cpu_handlers() local
329 for (loop = 0; loop < HP_PER_CPU; loop++) { in create_per_cpu_handlers()
346 struct list_head *loop, *tmp; in destroy_per_cpu_handlers() local
352 list_for_each_safe(loop, tmp, &hp_cpu->handlers) { in destroy_per_cpu_handlers()
354 struct hp_handler *handler = list_entry(loop, struct hp_handler, in destroy_per_cpu_handlers()
443 int loop; in init_phase2() local
449 for (loop = 0; loop < HP_PER_CPU; loop++) { in init_phase2()
453 if (!loop) in init_phase2()
491 int loop, err; in init_phase3() local
494 for (loop = 0; loop < HP_PER_CPU; loop++) { in init_phase3()
496 if (!loop) in init_phase3()
523 int loop, err; in send_first_frame() local
533 for (loop = 0; loop < HP_NUM_WORDS; loop++, p++) { in send_first_frame()