Searched defs:Sync (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 216 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_callback_file() 269 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_write_callback_file() 270 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in read_write_callback_file() 325 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in write_callback_file() 561 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_callback_file() 618 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_write_callback_file() 619 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in read_write_callback_file() 666 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in write_only_callback_file()
|
| /linux/rust/kernel/sync/ |
| H A D | locked_by.rs | 125 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T in access()
|
| H A D | atomic.rs | 207 pub unsafe fn from_ptr<'a>(ptr: *mut T) -> &'a Self in from_ptr()
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | nsp_cs.h | 269 sync_data Sync[N_TARGET]; member
|