Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/android/binder/
H A Dnode.rs190 pub(crate) struct Node { struct
196 inner: LockedBy<NodeInner, ProcessInner>, argument
202 impl ListArcSafe<0> for Node { argument
214 impl Node { implementation
324 self as *const Node as usize in global_id() constant
340 self: &DArc<Node>, in inc_ref_done_locked()
343 ) -> Option<DLArc<Node>> { in inc_ref_done_locked()
379 self: &DArc<Node>, in update_refcount_locked()
384 ) -> Option<DLArc<Node>> { in update_refcount_locked()
422 ) -> Result<Option<DLArc<Node>>, CouldNotDeliverCriticalIncrement> { in incr_refcount_allow_zero2one()
[all …]
H A Dprocess.rs219 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 Dfreeze.rs322 fn find_freeze_recipients(&self) -> Result<KVVec<(DArc<Node>, Arc<Process>)>, AllocError> { in find_freeze_recipients()
H A Dallocation.rs151 pub(crate) fn set_info_oneway_node(&mut self, oneway_node: DArc<Node>) { in set_info_oneway_node()
/linux/include/uapi/linux/
H A Dzorro.h66 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 Drkisp1.rst93 .. _rkisp1_stats:
108 .. _rkisp1_params:
/linux/tools/perf/scripts/python/
H A Dflamegraph.py52 class Node: class
87 def find_or_create_node(node: Node, name: str, libtype: str) -> Node:
/linux/rust/kernel/
H A Drbtree.rs1429 struct Node<K, V> { struct
1430 links: bindings::rb_node,
1431 key: K,
1432 value: V,
/linux/rust/kernel/device/
H A Dproperty.rs377 enum Node<'a> { enum
/linux/fs/
H A Dbinfmt_misc.c62 } Node; typedef