Searched refs:was_pending (Results 1 – 2 of 2) sorted by relevance
712 unsigned int was_pending; in flush_smp_call_function_queue() local722 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()
331 void do_softirq_post_smp_call_flush(unsigned int was_pending) in do_softirq_post_smp_call_flush() argument333 if (WARN_ON_ONCE(was_pending != local_softirq_pending())) in do_softirq_post_smp_call_flush()