Searched defs:Lock (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/rust/kernel/sync/ |
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> { implementation
|
/linux-6.6.21/drivers/video/fbdev/riva/ |
D | riva_hw.c | 88 int Lock in vgaLockUnlock() 101 int Lock in nv3LockUnlock() 111 int Lock in nv4LockUnlock()
|
/linux-6.6.21/drivers/scsi/pcmcia/ |
D | nsp_cs.h | 272 spinlock_t Lock; member
|
/linux-6.6.21/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 57 void NVLockUnlock(struct nvidia_par *par, int Lock) in NVLockUnlock()
|
/linux-6.6.21/drivers/scsi/ |
D | nsp32.h | 570 spinlock_t Lock; member
|
/linux-6.6.21/arch/x86/kvm/ |
D | emulate.c | 143 #define Lock (1<<26) /* lock prefix is allowed for the instruction */ macro
|