Home
last modified time | relevance | path

Searched refs:Reader (Results 1 – 12 of 12) sorted by relevance

/linux/rust/kernel/debugfs/
H A Dfile_ops.rs4 use super::{BinaryReader, BinaryWriter, Reader, Writer};
140 fn read<T: Reader + Sync>(data: &T, buf: *const c_char, count: usize) -> isize { in read()
156 pub(crate) unsafe extern "C" fn write<T: Reader + Sync>( in write()
174 impl<T: Writer + Reader + Sync> ReadWriteFile<T> for T {
216 pub(crate) unsafe extern "C" fn write_only_write<T: Reader + Sync>( in write_only_write()
232 impl<T: Reader + Sync> WriteFile<T> for T {
H A Dcallback_adapters.rs7 use super::{Reader, Writer};
47 impl<D: Deref, W> Reader for WritableAdapter<D, W>
H A Dtraits.rs154 pub trait Reader { interface
159 impl<T: FromStr + Unpin> Reader for Mutex<T> {
175 impl<T: AtomicType + FromStr> Reader for Atomic<T>
/linux/rust/kernel/
H A Ddebugfs.rs24 pub use traits::{BinaryReader, BinaryReaderMut, BinaryWriter, Reader, Writer};
232 T: Writer + Reader + Send + Sync + 'static, in read_write_file()
291 T: Reader + Send + Sync + 'static, in write_only_file()
575 pub fn read_write_file<T: Writer + Reader + Send + Sync + 'static>( in read_write_file()
634 pub fn write_only_file<T: Reader + Send + Sync + 'static>(&self, name: &CStr, data: &'data T) { in write_only_file()
/linux/Documentation/admin-guide/laptops/
H A Dlg-laptop.rst18 - FN-F9 (Reader mode) - Generates F14
23 Reader mode
/linux/Documentation/translations/it_IT/RCU/
H A Dtorture.rst28 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0
29 rcu-torture: Reader Batch: 727877838 17003 0 0 0 0 0 0 0 0 0
88 * "Reader Pipe": un istogramma dell'età delle strutture viste dai lettori. RCU
100 * "Reader Batch": un istogramma di età di strutture viste dai lettori, ma
104 che nella lista "Reader Pipe".
/linux/Documentation/trace/
H A Dring-buffer-design.rst183 | | Reader +---+ +---+ +---+ |
565 | | Reader +---+ +---+ +---+ |
/linux/drivers/usb/serial/
H A DKconfig350 - SecOVID Reader Plus
/linux/Documentation/translations/it_IT/locking/
H A Dlockdep-design.rst415 R: per i lettori ricorsivi (R dall'inglese per *Reader*).
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt1031 e. Reader-writer locking is not modeled. It can be
/linux/Documentation/admin-guide/
H A Dspkguide.txt23 interface to Speakup, a Linux Screen Reader. If you need instructions
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst698 Reader-side markers such as rcu_read_lock() and