Lines Matching refs:node
152 struct list_head node; member
163 struct list_head node; member
323 list_add_tail(&hp_cpu->node, &hp_cpu_list); in create_per_cpu_handlers()
337 list_add_tail(&handler->node, &hp_cpu->handlers); in create_per_cpu_handlers()
348 list_del(&hp_cpu->node); in destroy_per_cpu_handlers()
353 node); in destroy_per_cpu_handlers()
368 list_del(&handler->node); in destroy_per_cpu_handlers()
448 list_for_each_entry(hp_cpu, &hp_cpu_list, node) { in init_phase2()
454 struct hp_handler, node); in init_phase2()
457 hp_cpu->iterator->node.next, in init_phase2()
458 struct hp_handler, node); in init_phase2()
476 hp_cpu = list_first_entry(&hp_cpu_list, struct hp_cpu, node); in init_phase2()
477 handler = list_first_entry(&hp_cpu->handlers, struct hp_handler, node); in init_phase2()
493 list_for_each_entry(hp_cpu, &hp_cpu_list, node) { in init_phase3()
497 struct hp_handler, node); in init_phase3()
500 hp_cpu->iterator->node.next, in init_phase3()
501 struct hp_handler, node); in init_phase3()