Searched defs:Node (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | node.rs | 182 pub(crate) struct Node { struct 188 inner: LockedBy<NodeInner, ProcessInner>, argument 194 impl ListArcSafe<0> for Node { argument 206 impl Node { implementation 316 self as *const Node as usize in global_id() constant 332 self: &DArc<Node>, in inc_ref_done_locked() 335 ) -> Option<DLArc<Node>> { in inc_ref_done_locked() 371 self: &DArc<Node>, in update_refcount_locked() 376 ) -> Option<DLArc<Node>> { in update_refcount_locked() 414 ) -> Result<Option<DLArc<Node>>, CouldNotDeliverCriticalIncrement> { in incr_refcount_allow_zero2one() [all …]
|
| H A D | process.rs | 219 node: &DArc<Node>, in update_node_refcount() 242 node: DArc<Node>, in new_node_ref() 253 node: DArc<Node>, in new_node_ref_with_thread() 274 fn get_existing_node(&self, ptr: u64, cookie: u64) -> Result<Option<DArc<Node>>> { in get_existing_node()
|
| H A D | freeze.rs | 322 fn find_freeze_recipients(&self) -> Result<KVVec<(DArc<Node>, Arc<Process>)>, AllocError> { in find_freeze_recipients()
|
| /linux/include/uapi/linux/ |
| H A D | zorro.h | 66 struct Node { struct 67 __be32 ln_Succ; /* Pointer to next (successor) */ 68 __be32 ln_Pred; /* Pointer to previous (predecessor) */ 69 __u8 ln_Type; 70 __s8 ln_Pri; /* Priority, for sorting */ 71 __be32 ln_Name; /* ID string, null terminated */
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rkisp1.rst | 93 .. _rkisp1_stats: 108 .. _rkisp1_params:
|
| /linux/tools/perf/scripts/python/ |
| H A D | flamegraph.py | 52 class Node: class 87 def find_or_create_node(node: Node, name: str, libtype: str) -> Node:
|
| /linux/rust/kernel/ |
| H A D | rbtree.rs | 1426 struct Node<K, V> { struct 1427 links: bindings::rb_node, 1428 key: K, 1429 value: V,
|
| /linux/fs/ |
| H A D | binfmt_misc.c | 61 } Node; typedef
|