Lines Matching full:handlers
39 * Each cpu will have HP_PER_CPU "handlers" set up, each of which incorporates
41 * organisation of FQIDs is such that the HP_PER_CPU*NUM_CPUS handlers will
44 * is to allow enough handlers/FQs to truly test the significance of caching -
65 * handlers and link-list them (but do no other handler setup).
160 /* root node for the per-cpu list of handlers */
161 struct list_head handlers; member
166 * handlers together, this is used as per-cpu iterator state
184 /* handlers are allocated out of this, so they're properly aligned. */
326 INIT_LIST_HEAD(&hp_cpu->handlers); in create_per_cpu_handlers()
337 list_add_tail(&handler->node, &hp_cpu->handlers); in create_per_cpu_handlers()
350 list_for_each_safe(loop, tmp, &hp_cpu->handlers) { in destroy_per_cpu_handlers()
453 &hp_cpu->handlers, in init_phase2()
477 handler = list_first_entry(&hp_cpu->handlers, struct hp_handler, node); in init_phase2()
496 &hp_cpu->handlers, in init_phase3()
585 pr_info("Creating %d handlers per cpu...\n", HP_PER_CPU); in qman_test_stash()
591 pr_info("Number of cpus: %d, total of %d handlers\n", in qman_test_stash()