Home
last modified time | relevance | path

Searched refs:read_write_file (Results 1 – 3 of 3) sorted by relevance

/linux/samples/rust/
H A Drust_debugfs.rs128 dir.read_write_file(c_str!("counter"), Atomic::<usize>::new(0)) in build_counter()
132 dir.read_write_file(c_str!("pair"), new_mutex!(Inner { x: 3, y: 10 })) in build_inner()
H A Drust_debugfs_scoped.rs81 dir.read_write_file(&name, val); in create_file_write()
/linux/rust/kernel/
H A Ddebugfs.rs226 pub fn read_write_file<'a, T, E: 'a>( in read_write_file() method
575 pub fn read_write_file<T: Writer + Reader + Send + Sync + 'static>( in read_write_file() method