Searched refs:Reader (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 4 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 D | callback_adapters.rs | 7 use super::{Reader, Writer}; 47 impl<D: Deref, W> Reader for WritableAdapter<D, W>
|
| H A D | traits.rs | 154 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 D | debugfs.rs | 24 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 D | lg-laptop.rst | 18 - FN-F9 (Reader mode) - Generates F14 23 Reader mode
|
| /linux/Documentation/translations/it_IT/RCU/ |
| H A D | torture.rst | 28 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 D | ring-buffer-design.rst | 183 | | Reader +---+ +---+ +---+ | 565 | | Reader +---+ +---+ +---+ |
|
| /linux/drivers/usb/serial/ |
| H A D | Kconfig | 350 - SecOVID Reader Plus
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | lockdep-design.rst | 415 R: per i lettori ricorsivi (R dall'inglese per *Reader*).
|
| /linux/tools/memory-model/Documentation/ |
| H A D | litmus-tests.txt | 1031 e. Reader-writer locking is not modeled. It can be
|
| /linux/Documentation/admin-guide/ |
| H A D | spkguide.txt | 23 interface to Speakup, a Linux Screen Reader. If you need instructions
|
| /linux/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 698 Reader-side markers such as rcu_read_lock() and
|