lockdep_assert_held_once
#define lockdep_assert_held_once(l) \
#define lockdep_assert_held_once(l) do { (void)(l); } while (0)