Home
last modified time | relevance | path

Searched defs:Sync (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
H A Ddebugfs.rs216 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 Dlocked_by.rs125 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T in access()
H A Datomic.rs207 pub unsafe fn from_ptr<'a>(ptr: *mut T) -> &'a Self in from_ptr()
/linux/drivers/scsi/pcmcia/
H A Dnsp_cs.h269 sync_data Sync[N_TARGET]; member