Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h57 #define lockdep_assert_not_held(m) do { \ macro
78 #define lockdep_assert_not_held(m) do { (void)(m); } while (0) macro
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c4773 lockdep_assert_not_held(&ar->conf_mutex); in ath10k_drain_tx()