Searched refs:cpu_callback_chain_elem (Results 1 – 1 of 1) sorted by relevance
1255 struct cpu_callback_chain_elem { struct1258 struct cpu_callback_chain_elem *next; argument1261 static struct cpu_callback_chain_elem *cpu_callback_chain;1268 struct cpu_callback_chain_elem *new_elem; in cpu_event_register_callback()1270 new_elem = zalloc_permanent_type(struct cpu_callback_chain_elem); in cpu_event_register_callback()1293 struct cpu_callback_chain_elem *cursor; in ml_broadcast_cpu_event()