Searched refs:cpu_callback_chain_elem (Results 1 – 1 of 1) sorted by relevance
1196 struct cpu_callback_chain_elem { struct1199 struct cpu_callback_chain_elem *next; argument1202 static struct cpu_callback_chain_elem *cpu_callback_chain;1209 struct cpu_callback_chain_elem *new_elem; in cpu_event_register_callback()1211 new_elem = zalloc_permanent_type(struct cpu_callback_chain_elem); in cpu_event_register_callback()1234 struct cpu_callback_chain_elem *cursor; in ml_broadcast_cpu_event()