Searched refs:Node (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dzorro.h66 struct Node { struct
99 struct Node cd_Node;
/linux-master/fs/
H A Dbinfmt_misc.c61 } Node; typedef in typeref:struct:__anon1662
76 * (like struct Node).
90 static Node *search_binfmt_handler(struct binfmt_misc *misc,
94 Node *e;
140 static Node *get_binfmt_handler(struct binfmt_misc *misc,
143 Node *e;
161 static void put_binfmt_handler(Node *e)
204 Node *fmt;
305 static char *check_special_flags(char *sfs, Node *e)
349 static Node *create_entr
[all...]
/linux-master/tools/perf/scripts/python/
H A Dflamegraph.py52 class Node: class in inherits:
73 self.stack = Node("all", "root")
92 child = Node(name, libtype)

Completed in 101 milliseconds