Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 12 of 12) sorted by relevance

/hypervisor/include/lib/
A Dlist.h33 struct list_head { struct
34 struct list_head *next, *prev; argument
48 static inline void list_add_node(struct list_head *new_node, struct list_head *prev, in list_add_node()
49 struct list_head *next) in list_add_node()
57 static inline void list_add(struct list_head *new_node, struct list_head *head) in list_add()
63 struct list_head *head) in list_add_tail()
68 static inline void list_del_node(struct list_head *prev, struct list_head *next) in list_del_node()
91 struct list_head *head) in list_splice_node()
95 struct list_head *at = head->next; in list_splice_node()
104 static inline void list_splice(const struct list_head *list, struct list_head *head) in list_splice()
[all …]
/hypervisor/include/common/
A Dtimer.h34 struct list_head timer_list; /**< it's for runtime active timer list */
41 struct list_head node; /**< link all timers */
A Dschedule.h115 struct list_head runqueue;
121 struct list_head runqueue;
129 struct list_head prio_queue;
A Dptdev.h139 struct list_head softirq_node;
/hypervisor/include/dm/
A Dio_req.h45 struct list_head list;
149 struct list_head list;
/hypervisor/common/
A Dsched_prio.c13 struct list_head list;
58 struct list_head *pos; in prio_queue_add()
A Dsched_bvt.c44 struct list_head list;
100 struct list_head *pos; in runqueue_add()
262 struct list_head *first, *sec; in sched_bvt_pick_next()
A Dtimer.c75 struct list_head *pos, *prev; in local_add_timer()
184 const struct list_head *pos, *n; in timer_softirq()
A Dsched_iorr.c15 struct list_head list;
/hypervisor/include/arch/x86/asm/
A Dper_cpu.h60 struct list_head softirq_dev_entry_list;
/hypervisor/include/arch/x86/asm/guest/
A Dvm.h149 struct list_head aiodesc_queue;
/hypervisor/dm/
A Dio_req.c72 struct list_head *pos; in asyncio_is_conflict()
172 struct list_head *pos; in get_asyncio_desc()

Completed in 17 milliseconds