Searched refs:lockdep_assert_in_softirq_func (Results 1 – 3 of 3) sorted by relevance
418 void notrace lockdep_assert_in_softirq_func(void) in lockdep_assert_in_softirq_func() function422 EXPORT_SYMBOL(lockdep_assert_in_softirq_func);
163 lockdep_assert_in_softirq_func(); \
622 extern void lockdep_assert_in_softirq_func(void);637 # define lockdep_assert_in_softirq_func() do { } while (0) macro