Home
last modified time | relevance | path

Searched refs:pin_chain (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/block/mq/
H A Dtag_set.rs64 inner <- tag_set.pin_chain(|tag_set| { in new()
/linux/samples/rust/
H A Drust_debugfs.rs113 RustDebugFs::new(pdev).pin_chain(|this| { in probe()
/linux/rust/kernel/
H A Ddebugfs.rs421 .pin_chain(|scope| { in new()
446 .pin_chain(|scope| { in new()
H A Dconfigfs.rs178 .pin_chain(|this| { in new()
/linux/rust/pin-init/src/
H A Dlib.rs1086 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() method