Home
last modified time | relevance | path

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

/rust/kernel/sync/lock/
A Dmutex.rs102 type State = bindings::mutex; typedef
106 ptr: *mut Self::State, in init()
121 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()
138 unsafe fn assert_is_held(ptr: *mut Self::State) { in assert_is_held()
A Dspinlock.rs101 type State = bindings::spinlock_t; typedef
105 ptr: *mut Self::State, in init()
120 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()
137 unsafe fn assert_is_held(ptr: *mut Self::State) { in assert_is_held()
/rust/kernel/sync/
A Dlock.rs39 type State; typedef
54 ptr: *mut Self::State, in init()
79 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock()
87 unsafe fn relock(ptr: *mut Self::State, guard_state: &mut Self::GuardState) { in relock()
97 unsafe fn assert_is_held(ptr: *mut Self::State); in assert_is_held()

Completed in 5 milliseconds