Home
last modified time | relevance | path

Searched refs:irq_ctx_exit (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sh/include/asm/
H A Dirq.h35 extern void irq_ctx_exit(int cpu);
38 # define irq_ctx_exit(cpu) do { } while (0) macro
/linux/arch/sh/kernel/
H A Dirq.c147 void irq_ctx_exit(int cpu) in irq_ctx_exit() function
H A Dsmp.c112 irq_ctx_exit(raw_smp_processor_id()); in play_dead_common()