Searched defs:State (Results 1 – 8 of 8) sorted by relevance
| /linux/rust/kernel/sync/lock/ |
| H A D | spinlock.rs | 101 type State = bindings::spinlock_t; typedef 105 init( ptr: *mut Self::State, name: *const crate::ffi::c_char, key: *mut bindings::lock_class_key, ) init() argument 120 unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) unlock() argument 137 assert_is_held(ptr: *mut Self::State) assert_is_held() argument
|
| H A D | mutex.rs | 102 type State = bindings::mutex; typedef 106 init( ptr: *mut Self::State, name: *const crate::ffi::c_char, key: *mut bindings::lock_class_key, ) init() argument 121 unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) unlock() argument 138 assert_is_held(ptr: *mut Self::State) assert_is_held() argument
|
| /linux/rust/kernel/sync/ |
| H A D | lock.rs | 39 type State; typedef 54 ptr: *mut Self::State, in init() argument 79 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock() argument 87 unsafe fn relock(ptr: *mut Self::State, guard_state: &mut Self::GuardState) { in relock() argument 97 unsafe fn assert_is_held(ptr: *mut Self::State); in assert_is_held() argument [all...] |
| /linux/Documentation/locking/ |
| H A D | lockdep-design.rst | 38 State chapter
|
| /linux/drivers/scsi/mpt3sas/mpi/ |
| H A D | mpi2_raid.h | 296 U8 State; /*0x00 */ member
|
| /linux/drivers/media/pci/ngene/ |
| H A D | ngene.h | 628 enum KSSTATE State; member
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi_ioc.h | 748 U8 State; /* 00h */ member
|
| H A D | mpi_cnfg.h | 2225 U8 State; /* 01h */ member 2365 U8 State; /* 01h */ member
|