Searched refs:cpu_callback_chain_elem (Results 1 – 1 of 1) sorted by relevance
1272 struct cpu_callback_chain_elem { struct1275 struct cpu_callback_chain_elem *next; argument1278 static struct cpu_callback_chain_elem *cpu_callback_chain;1285 struct cpu_callback_chain_elem *new_elem; in cpu_event_register_callback()1287 new_elem = zalloc_permanent_type(struct cpu_callback_chain_elem); in cpu_event_register_callback()1310 struct cpu_callback_chain_elem *cursor; in ml_broadcast_cpu_event()