Searched defs:Sync (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 187 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_callback_file() 224 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_write_callback_file() 225 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in read_write_callback_file() 263 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in write_callback_file() 485 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_callback_file() 526 F: Fn(&T, &mut fmt::Formatter<'_>) -> fmt::Result + Send + Sync, in read_write_callback_file() 527 W: Fn(&T, &mut UserSliceReader) -> Result + Send + Sync, in read_write_callback_file() 560 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()
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | nsp_cs.h | 269 sync_data Sync[N_TARGET]; member
|