Home
last modified time | relevance | path

Searched refs:list_node (Results 1 – 10 of 10) sorted by relevance

/system/ulib/ftl/inc/
A Dtargetos.h172 #define CIRC_NODE_APPEND(free_node, list_node) \ argument
174 (free_node)->next_bck = (list_node)->next_bck; \
175 (free_node)->next_fwd = (list_node); \
176 (list_node)->next_bck->next_fwd = (free_node); \
177 (list_node)->next_bck = (free_node); \
180 #define CIRC_NODE_INSERT(free_node, list_node) \ argument
182 (free_node)->next_fwd = (list_node)->next_fwd; \
183 (free_node)->next_bck = (list_node); \
184 (list_node)->next_fwd->next_bck = (free_node); \
185 (list_node)->next_fwd = (free_node); \
/system/dev/i2c/intel-i2c/
A Dintel-i2c-slave.h29 struct list_node slave_list_node;
A Dintel-i2c-controller.h156 struct list_node slave_list;
/system/dev/bus/virtio/
A Dblock.h113 list_node pending_txn_list_ = LIST_INITIAL_VALUE(pending_txn_list_);
118 list_node worker_txn_list_ = LIST_INITIAL_VALUE(worker_txn_list_);
/system/uapp/psutils/
A Dtop.c31 struct list_node node;
54 static struct list_node thread_list = LIST_INITIAL_VALUE(thread_list);
148 struct list_node new_list = LIST_INITIAL_VALUE(new_list); in sort_threads()
/system/public/zircon/
A Dlistnode.h15 typedef struct list_node list_node_t;
17 struct list_node { struct
/system/core/virtcon/
A Dvc.h92 struct list_node node;
A Dvc-input.cpp15 static struct list_node g_vc_list = LIST_INITIAL_VALUE(g_vc_list);
A Dvc-display.cpp44 struct list_node node;
47 static struct list_node display_list = LIST_INITIAL_VALUE(display_list);
/system/dev/input/hid/
A Dhid.c64 struct list_node instance_list;
78 struct list_node node;

Completed in 24 milliseconds