Home
last modified time | relevance | path

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

/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
/linux/rust/kernel/
H A Drbtree.rs1282 struct Node<K, V> { struct
1283 links: bindings::rb_node,
1284 key: K,
1285 value: V,
/linux/fs/
H A Dbinfmt_misc.c61 } Node; typedef