Home
last modified time | relevance | path

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

/kernel/liteos_m/components/exchook/
H A Dlos_exchook.c39 struct Node { struct
41 struct Node *next;
44 STATIC struct Node g_excNodes[LOSCFG_BASE_EXC_HOOK_LIMIT];
45 STATIC struct Node *g_excHeads[EXC_TYPE_END + 1]; /* EXC_TYPE_END is used for the free list. */
47 STATIC VOID DoExcHookInRegOrder(EXC_TYPE excType, struct Node *node) in DoExcHookInRegOrder()
66 STATIC struct Node *GetFreeNode(VOID) in GetFreeNode()
68 struct Node *node = NULL; in GetFreeNode()
92 struct Node *node = NULL; in LOS_RegExcHook()
114 struct Node *node = NULL; in LOS_UnRegExcHook()
115 struct Node *preNod in LOS_UnRegExcHook()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_misc.c63 } Node; typedef
81 * (like struct Node).
90 static Node *check_file(struct linux_binprm *bprm) in check_file()
97 Node *e = list_entry(l, Node, list); in check_file()
134 Node *fmt; in load_misc_binary()
228 static char *check_special_flags(char *sfs, Node *e) in check_special_flags()
272 static Node *create_entry(const char __user *buffer, size_t count) in create_entry()
274 Node *e; in create_entry()
287 memsize = sizeof(Node) in create_entry()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_misc.c63 } Node; typedef
81 * (like struct Node).
90 static Node *check_file(struct linux_binprm *bprm) in check_file()
97 Node *e = list_entry(l, Node, list); in check_file()
134 Node *fmt; in load_misc_binary()
230 static char *check_special_flags(char *sfs, Node *e) in check_special_flags()
274 static Node *create_entry(const char __user *buffer, size_t count) in create_entry()
276 Node *e; in create_entry()
289 memsize = sizeof(Node) in create_entry()
[all...]
/kernel/liteos_a/drivers/mtd/multi_partition/include/
H A Dmtd_list.h43 typedef struct Node { struct
47 struct Node *next;
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dflamegraph.py25 class Node: class
44 self.stack = Node("root")
65 child = Node(name, libtype)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dzorro.h66 struct Node { struct
99 struct Node cd_Node;
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dzorro.h66 struct Node { struct
99 struct Node cd_Node;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dzorro.h29 struct Node { struct
56 struct Node cd_Node;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dzorro.h39 struct Node { struct
65 struct Node cd_Node;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dzorro.h39 struct Node { struct
65 struct Node cd_Node;
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dflamegraph.py52 class Node: class
73 self.stack = Node("all", "root")
92 child = Node(name, libtype)

Completed in 5 milliseconds