Home
last modified time | relevance | path

Searched defs:ptr_eq (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/list/
H A Darc.rs406 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() function
/linux/rust/kernel/sync/
H A Darc.rs308 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() method