Home
last modified time | relevance | path

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

/linux/rust/kernel/debugfs/
H A Dfile_ops.rs7 Reader,
148 fn read<T: Reader + Sync>(data: &T, buf: *const c_char, count: usize) -> isize { in read()
164 pub(crate) unsafe extern "C" fn write<T: Reader + Sync>( in write()
182 impl<T: Writer + Reader + Sync> ReadWriteFile<T> for T {
223 pub(crate) unsafe extern "C" fn write_only_write<T: Reader + Sync>( in write_only_write()
239 impl<T: Reader + Sync> WriteFile<T> for T {
H A Dcallback_adapters.rs8 Reader,
56 impl<D: Deref, W> Reader for WritableAdapter<D, W>
H A Dtraits.rs175 pub trait Reader { trait
180 impl<T: FromStr + Unpin> Reader for Mutex<T> {
196 impl<T: AtomicType + FromStr> Reader for Atomic<T>
/linux/rust/kernel/
H A Ddebugfs.rs35 Reader,
256 T: Writer + Reader + Send + Sync + 'static, in read_write_file()
315 T: Reader + Send + Sync + 'static, in write_only_file()
599 pub fn read_write_file<T: Writer + Reader + Send + Sync + 'static>( in read_write_file()
658 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/drivers/usb/storage/
H A DKconfig35 tristate "Realtek Card Reader support"
43 bool "Realtek Card Reader autosuspend support"
48 tristate "Datafab Compact Flash Reader support"
120 tristate "Lexar Jumpshot Compact Flash Reader"
/linux/Documentation/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
91 * "Reader Pipe": Histogram of "ages" of structures seen by readers.
103 * "Reader Batch": Another histogram of "ages" of structures seen
108 "Reader Batch" list than in the "Reader Pipe" list.
H A DRTFP.txt927 Reader-friendly intro to RCU, with the infamous old-man-and-brat
969 Reader friendly intro to dcache and RCU.
1979 1. RCU is a Reader-Writer Lock Replacement
/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/Documentation/admin-guide/media/
H A Dmali-c55.rst42 | DMA Reader |--------------->| | | ISP | |
/linux/drivers/mmc/host/
H A DKconfig758 tristate "VIA SD/MMC Card Reader Driver"
761 This selects the VIA SD/MMC Card Reader driver, say Y or M here.
/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