Searched refs:cpu_callback_chain_elem (Results 1 – 1 of 1) sorted by relevance
1213 struct cpu_callback_chain_elem { struct1216 struct cpu_callback_chain_elem *next; argument1219 static struct cpu_callback_chain_elem *cpu_callback_chain;1226 struct cpu_callback_chain_elem *new_elem; in cpu_event_register_callback()1228 new_elem = zalloc_permanent_type(struct cpu_callback_chain_elem); in cpu_event_register_callback()1251 struct cpu_callback_chain_elem *cursor; in ml_broadcast_cpu_event()