Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dinterrupt.h597 extern void do_softirq_post_smp_call_flush(unsigned int was_pending);
599 static inline void do_softirq_post_smp_call_flush(unsigned int unused) in do_softirq_post_smp_call_flush() function
/Linux-v6.6/kernel/
Dsoftirq.c289 void do_softirq_post_smp_call_flush(unsigned int was_pending) in do_softirq_post_smp_call_flush() function
Dsmp.c577 do_softirq_post_smp_call_flush(was_pending); in flush_smp_call_function_queue()