Searched refs:list_add_node (Results 1 – 3 of 3) sorted by relevance
| /hypervisor/include/lib/ |
| A D | list.h | 48 static inline void list_add_node(struct list_head *new_node, struct list_head *prev, in list_add_node() function 59 list_add_node(new_node, head, head->next); in list_add() 65 list_add_node(new_node, head->prev, head); in list_add_tail()
|
| /hypervisor/common/ |
| A D | sched_prio.c | 66 list_add_node(&data->list, pos->prev, pos); in prio_queue_add()
|
| A D | sched_bvt.c | 116 list_add_node(&data->list, pos->prev, pos); in runqueue_add()
|
Completed in 4 milliseconds