Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Dlock.rs85 pub struct Lock<T: ?Sized, B: Backend> { struct
100 // SAFETY: `Lock` can be transferred across thread boundaries iff the data it protects can. argument
101 unsafe impl<T: ?Sized + Send, B: Backend> Send for Lock<T, B> {} implementation
105 unsafe impl<T: ?Sized + Send, B: Backend> Sync for Lock<T, B> {} implementation
107 impl<T, B: Backend> Lock<T, B> { impl
122 impl<T: ?Sized, B: Backend> Lock<T, B> { implementation
/linux/drivers/video/fbdev/riva/
H A Driva_hw.c88 int Lock in vgaLockUnlock()
101 int Lock in nv3LockUnlock()
111 int Lock in nv4LockUnlock()
/linux/drivers/scsi/pcmcia/
H A Dnsp_cs.h272 spinlock_t Lock; member
/linux/drivers/video/fbdev/nvidia/
H A Dnv_hw.c57 void NVLockUnlock(struct nvidia_par *par, int Lock) in NVLockUnlock()
/linux/drivers/scsi/
H A Dnsp32.h570 spinlock_t Lock; member
/linux/arch/x86/kvm/
H A Demulate.c143 #define Lock (1<<26) /* lock prefix is allowed for the instruction */ macro