Home
last modified time | relevance | path

Searched refs:lockdep_assert_once (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dlockdep.h281 #define lockdep_assert_once(cond) \ macro
297 lockdep_assert_once(lockdep_is_held(l) != LOCK_STATE_NOT_HELD)
300 lockdep_assert_once(!current->lockdep_depth)
390 #define lockdep_assert_once(c) do { } while (0) macro
Dfsnotify.h176 lockdep_assert_once(file_write_not_started(file)); in fsnotify_file_area_perm()
Dmemcontrol.h392 lockdep_assert_once(rcu_read_lock_held() || lockdep_is_held(&cgroup_mutex)); in obj_cgroup_memcg()