Home
last modified time | relevance | path

Searched refs:was_pending (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dsmp.c712 unsigned int was_pending; in flush_smp_call_function_queue() local
722 was_pending = local_softirq_pending(); in flush_smp_call_function_queue()
725 do_softirq_post_smp_call_flush(was_pending); in flush_smp_call_function_queue()
Dsoftirq.c331 void do_softirq_post_smp_call_flush(unsigned int was_pending) in do_softirq_post_smp_call_flush() argument
333 if (WARN_ON_ONCE(was_pending != local_softirq_pending())) in do_softirq_post_smp_call_flush()