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.
213 int loop; in allocate_frame_data() local
227 for (loop = 0; loop < HP_NUM_WORDS; loop++) { in allocate_frame_data()
228 frame_ptr[loop] = lfsr; in allocate_frame_data()
255 int loop; in process_frame_data() local
262 for (loop = 0; loop < HP_NUM_WORDS; loop++, p++) { in process_frame_data()
318 int loop; in create_per_cpu_handlers() local
327 for (loop = 0; loop < HP_PER_CPU; loop++) { in create_per_cpu_handlers()
344 struct list_head *loop, *tmp; in destroy_per_cpu_handlers() local
350 list_for_each_safe(loop, tmp, &hp_cpu->handlers) { in destroy_per_cpu_handlers()
352 struct hp_handler *handler = list_entry(loop, struct hp_handler, in destroy_per_cpu_handlers()
441 int loop; in init_phase2() local
447 for (loop = 0; loop < HP_PER_CPU; loop++) { in init_phase2()
451 if (!loop) in init_phase2()
489 int loop, err; in init_phase3() local
492 for (loop = 0; loop < HP_PER_CPU; loop++) { in init_phase3()
494 if (!loop) in init_phase3()
521 int loop, err; in send_first_frame() local
531 for (loop = 0; loop < HP_NUM_WORDS; loop++, p++) { in send_first_frame()