Searched refs:node_ref (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | process.rs | 341 node_ref: ListArcField<NodeRef, { Self::LIST_PROC }>, field 360 fn new(node_ref: NodeRef, handle: u32, process: Arc<Process>) -> impl PinInit<Self> { in new() 363 node_ref: ListArcField::new(node_ref), in new() 375 pub(crate) fn node_ref(&mut self<{Self::LIST_PROC}>) -> &mut NodeRef { node_ref } 376 pub(crate) fn node_ref2(&self<{Self::LIST_PROC}>) -> &NodeRef { node_ref } 559 let node_ref = r.node_ref(); in debug_print_stats() localVariable 560 let (nstrong, nweak) = node_ref.get_count(); in debug_print_stats() 620 let node_ref = r.node_ref(); in debug_print() localVariable 621 let dead = node_ref.node.owner.inner.lock().is_dead; in debug_print() 622 let (strong, weak) = node_ref.get_count(); in debug_print() [all …]
|
| H A D | freeze.rs | 186 let node_ref = info.node_ref(); in request_freeze_notif() localVariable 190 if !dupe.get().allow_duplicate(&node_ref.node) { in request_freeze_notif() 198 node_ref.node.add_freeze_listener(self, GFP_KERNEL)?; in request_freeze_notif() 205 node: node_ref.node.clone(), in request_freeze_notif() 313 let node_ref = node_refs.by_handle.get_mut(handle)?; in get_freeze_cookie() localVariable 314 *node_ref.freeze() in get_freeze_cookie()
|
| H A D | transaction.rs | 54 node_ref: NodeRef, in new() 61 let allow_fds = node_ref.node.flags & FLAT_BINDER_FLAG_ACCEPTS_FDS != 0; in new() 62 let txn_security_ctx = node_ref.node.flags & FLAT_BINDER_FLAG_TXN_SECURITY_CTX != 0; in new() 64 let to = node_ref.node.owner.clone(); in new() 86 alloc.set_info_oneway_node(node_ref.node.clone()); in new() 91 let target_node = node_ref.node.clone(); in new() 92 alloc.set_info_target_node(node_ref); in new()
|
| H A D | thread.rs | 1194 let node_ref = self.process.get_transaction_node(handle)?; in transaction_inner() localVariable 1195 security::binder_transaction(&self.process.cred, &node_ref.node.owner.cred)?; in transaction_inner() 1201 let transaction = Transaction::new(node_ref, top, self, tr)?; in transaction_inner() 1266 let node_ref = self.process.get_transaction_node(handle)?; in oneway_transaction_inner() localVariable 1267 security::binder_transaction(&self.process.cred, &node_ref.node.owner.cred)?; in oneway_transaction_inner() 1268 let transaction = Transaction::new(node_ref, None, self, tr)?; in oneway_transaction_inner()
|
| H A D | node.rs | 267 for node_ref in &inner.refs { in full_debug_print() 268 seq_print!(m, " {}", node_ref.process.task.pid()); in full_debug_print()
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmmaster.c | 2475 int nonlocal = 0, node_ref; in dlm_is_lockres_migratable() local 2513 node_ref = find_first_bit(res->refmap, O2NM_MAX_NODES); in dlm_is_lockres_migratable() 2514 if (node_ref >= O2NM_MAX_NODES) in dlm_is_lockres_migratable()
|