Home
last modified time | relevance | path

Searched defs:assert_is_held (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/sync/lock/
H A Dspinlock.rs137 unsafe fn assert_is_held(ptr: *mut Self::State) { assert_is_held() method
H A Dmutex.rs138 unsafe fn assert_is_held(ptr: *mut Self::State) { assert_is_held() method
/linux/rust/kernel/sync/
H A Dlock.rs97 unsafe fn assert_is_held(ptr: *mut Self::State); in assert_is_held() method