Home
last modified time | relevance | path

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

/libmetal-latest/libmetal/lib/
Dlist.h48 static inline void metal_list_add_before(struct metal_list *node, in metal_list_add_before()
57 static inline void metal_list_add_after(struct metal_list *node, in metal_list_add_after()
67 struct metal_list *node) in metal_list_add_head()
73 struct metal_list *node) in metal_list_add_tail()
83 static inline void metal_list_del(struct metal_list *node) in metal_list_del()
102 #define metal_list_for_each(list, node) \ argument
114 #define metal_list_for_each_safe(list, temp, node) \ argument
120 struct metal_list *node) in metal_list_find_node()
Dshmem.c35 struct metal_list *node; in metal_shmem_open_generic() local
Dshmem.h29 struct metal_list node; member
Dirq.c18 struct metal_list *node; in metal_irq_allocate() local
53 struct metal_list *node; in metal_irq_register_controller() local
80 struct metal_list *node; in metal_irq_get_controller() local
Ddevice.c41 struct metal_list *node; in metal_bus_find() local
101 struct metal_list *node; in metal_generic_dev_open() local
Ddevice.h65 struct metal_list node; member
79 struct metal_list node; /**< Node on bus' list of devices */ member
Dirq_controller.h76 struct metal_list node; /**< list node */ member