Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dregulator.rs39 const DISABLE_ON_DROP: bool; constant
61 const DISABLE_ON_DROP: bool = true; constant
65 const DISABLE_ON_DROP: bool = false; constant
69 const DISABLE_ON_DROP: bool = false; constant
389 if T::DISABLE_ON_DROP { in drop()