Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Djump_label.rs57 branch = const $crate::jump_label::bool_to_int($branch),
72 pub const fn bool_to_int(b: bool) -> i32 { in bool_to_int() function