Home
last modified time | relevance | path

Searched defs:Lock (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/rust/kernel/sync/
H A Dlock.rs78 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> { impl
116 impl<T: ?Sized, B: Backend> Lock<T, B> { impl
/openbmc/phosphor-user-manager/
H A Dshadowlock.hpp26 class Lock class
35 Lock() in Lock() function in phosphor::user::shadow::Lock
/openbmc/phosphor-host-ipmid/user_channel/
H A Dshadowlock.hpp21 class Lock class
30 Lock() in Lock() function in phosphor::user::shadow::Lock
/openbmc/telemetry/src/utils/
H A Dunique_call.hpp12 struct Lock struct in utils::UniqueCall
/openbmc/linux/drivers/video/fbdev/riva/
H A Driva_hw.c88 int Lock in vgaLockUnlock()
101 int Lock in nv3LockUnlock()
111 int Lock in nv4LockUnlock()
/openbmc/linux/drivers/scsi/pcmcia/
H A Dnsp_cs.h272 spinlock_t Lock; member
/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnv_hw.c57 void NVLockUnlock(struct nvidia_par *par, int Lock) in NVLockUnlock()
/openbmc/linux/drivers/scsi/
H A Dnsp32.h570 spinlock_t Lock; member
/openbmc/linux/arch/x86/kvm/
H A Demulate.c143 #define Lock (1<<26) /* lock prefix is allowed for the instruction */ macro