Searched refs:cpu_callback_chain_elem (Results 1 – 1 of 1) sorted by relevance
1348 struct cpu_callback_chain_elem { struct1351 struct cpu_callback_chain_elem *next; argument1354 static struct cpu_callback_chain_elem *cpu_callback_chain;1449 struct cpu_callback_chain_elem *new_elem; in cpu_event_register_callback()1451 new_elem = zalloc_permanent_type(struct cpu_callback_chain_elem); in cpu_event_register_callback()1474 struct cpu_callback_chain_elem *cursor; in ml_broadcast_cpu_event()