Searched refs:hp_cpu (Results 1 – 1 of 1) sorted by relevance
159 struct hp_cpu { struct174 static DEFINE_PER_CPU(struct hp_cpu, hp_cpus); argument321 struct hp_cpu *hp_cpu = this_cpu_ptr(&hp_cpus); in create_per_cpu_handlers() local323 hp_cpu->processor_id = smp_processor_id(); in create_per_cpu_handlers()325 list_add_tail(&hp_cpu->node, &hp_cpu_list); in create_per_cpu_handlers()328 INIT_LIST_HEAD(&hp_cpu->handlers); in create_per_cpu_handlers()336 handler->processor_id = hp_cpu->processor_id; in create_per_cpu_handlers()339 list_add_tail(&handler->node, &hp_cpu->handlers); in create_per_cpu_handlers()347 struct hp_cpu *hp_cpu = this_cpu_ptr(&hp_cpus); in destroy_per_cpu_handlers() local350 list_del(&hp_cpu->node); in destroy_per_cpu_handlers()[all …]