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.rs142 dir.read_write_file(c"counter", Atomic::<usize>::new(0)) in build_counter()
146 dir.read_write_file(c"pair", new_mutex!(Inner { x: 3, y: 10 })) in build_inner()
H A Drust_debugfs_scoped.rs89 dir.read_write_file(&name, val); in create_file_write()
/linux/rust/kernel/
H A Ddebugfs.rs250 pub fn read_write_file<'a, T, E: 'a>( in read_write_file() method
599 pub fn read_write_file<T: Writer + Reader + Send + Sync + 'static>( in read_write_file() method