Searched defs:Lock (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/rust/kernel/sync/ |
H A D | lock.rs | 78 pub struct Lock<T: ?Sized, B: Backend> { struct 93 // SAFETY: `Lock` can be transferred across thread boundaries iff the data it protects can. argument 94 unsafe impl<T: ?Sized + Send, B: Backend> Send for Lock<T, B> {} implementation 98 unsafe impl<T: ?Sized + Send, B: Backend> Sync for Lock<T, B> {} implementation 100 impl<T, B: Backend> Lock<T, B> { implementation 116 impl<T: ?Sized, B: Backend> Lock<T, B> { impl
|
/openbmc/phosphor-user-manager/ |
H A D | shadowlock.hpp | 26 class Lock class 35 Lock() in Lock() function in phosphor::user::shadow::Lock
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | shadowlock.hpp | 22 class Lock class 31 Lock() in Lock() function in phosphor::user::shadow::Lock
|
/openbmc/telemetry/src/utils/ |
H A D | unique_call.hpp | 12 struct Lock struct in utils::UniqueCall
|
/openbmc/linux/drivers/video/fbdev/riva/ |
H A D | riva_hw.c | 88 int Lock in vgaLockUnlock() 101 int Lock in nv3LockUnlock() 111 int Lock in nv4LockUnlock()
|
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | nsp_cs.h | 272 spinlock_t Lock; member
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_hw.c | 57 void NVLockUnlock(struct nvidia_par *par, int Lock) in NVLockUnlock()
|
/openbmc/linux/drivers/scsi/ |
H A D | nsp32.h | 570 spinlock_t Lock; member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 143 #define Lock (1<<26) /* lock prefix is allowed for the instruction */ macro
|