Searched defs:ptr_eq (Results 1 – 2 of 2) sorted by relevance
| /rust/kernel/list/ | ||
| D | arc.rs | 405 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() function |
| /rust/kernel/sync/ | ||
| D | arc.rs | 268 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() method |