Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/process/
Dkthread.c29 int node; member
50 …process_control_block *__kthread_create_on_node(int (*thread_fn)(void *data), void *data, int node, in __kthread_create_on_node()
137 …t process_control_block *kthread_create_on_node(int (*thread_fn)(void *data), void *data, int node, in kthread_create_on_node()
/DragonOS-0.1.5/kernel/src/libs/
Dbitree.c20 struct bt_root_t *bt_create_tree(struct bt_node_t *node, int (*cmp)(void *a, void *b), int (*releas… in bt_create_tree()
45 struct bt_node_t *node = (struct bt_node_t *)kmalloc(sizeof(struct bt_node_t), 0); in bt_create_node() local
/DragonOS-0.1.5/kernel/src/common/
Dlist.h27 static inline void list_add(struct List *entry, struct List *node) in list_add()
44 static inline void list_append(struct List *entry, struct List *node) in list_append()
Dhid.h92 struct hid_node_t node[HID_MAX_PATH_SIZE]; member
/DragonOS-0.1.5/docs/kernel/core_api/
Dkernel_api.md35 ### `void list_append(struct List *entry, struct List *node)`
37 #### 描
41 #### 参