Searched refs:ptr_eq (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | context.rs | 78 CONTEXTS.lock().contexts.retain(|c| !Arc::ptr_eq(c, self)); in deregister() 82 if !Arc::ptr_eq(self, &proc.ctx) { in register_process() 91 if !Arc::ptr_eq(self, &proc.ctx) { in deregister_process() 96 manager.all_procs.retain(|p| !Arc::ptr_eq(p, proc)); in deregister_process()
|
| H A D | transaction.rs | 190 (Some(from_parent), Some(next)) => Arc::ptr_eq(from_parent, next), in is_stacked_on() 206 if Arc::ptr_eq(&transaction.from.process, &self.to) { in find_target_thread() 334 (Some(tn1), Some(tn2)) => Arc::ptr_eq(tn1, tn2), in can_replace()
|
| H A D | thread.rs | 365 if !Arc::ptr_eq(transaction, &old) { in pop_transaction_replied() 480 if Arc::ptr_eq(&t.from, self) { in debug_print() 483 } else if Arc::ptr_eq(&t.to, &self.process) { in debug_print() 1175 Some(current) => Arc::ptr_eq(current, transaction), in is_current_transaction()
|
| H A D | node.rs | 690 inner.freeze_list.retain(|proc| !Arc::ptr_eq(proc, p)); in remove_freeze_listener() 786 Arc::ptr_eq(&self.node, &other.node), in absorb()
|
| H A D | freeze.rs | 54 Arc::ptr_eq(&self.node, node) && self.is_clearing in allow_duplicate()
|
| H A D | allocation.rs | 368 if Arc::ptr_eq(&node_ref.node.owner, &self.alloc.process) { in transfer_binder_object()
|
| /linux/rust/syn/ |
| H A D | discouraged.rs | 177 if !Rc::ptr_eq(&self_unexp, &fork_unexp) { in advance_to()
|
| /linux/rust/kernel/list/ |
| H A D | arc.rs | 406 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() function 407 Arc::ptr_eq(&this.arc, &other.arc) in ptr_eq()
|
| /linux/rust/kernel/sync/ |
| H A D | arc.rs | 311 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq() method
|