Searched refs:get_first_item (Results 1 – 5 of 5) sorted by relevance
| /hypervisor/common/ |
| A D | sched_prio.c | 44 next = get_first_item(&prio_ctl->prio_queue, struct thread_object, data); in sched_prio_pick_next()
|
| A D | sched_iorr.c | 194 next = get_first_item(&iorr_ctl->runqueue, struct thread_object, data); in sched_iorr_pick_next()
|
| A D | ptdev.c | 127 …entry = get_first_item(&per_cpu(softirq_dev_entry_list, pcpu_id), struct ptirq_remapping_info, sof… in ptirq_dequeue_softirq()
|
| A D | sched_bvt.c | 83 tmp_obj = get_first_item(&bvt_ctl->runqueue, struct thread_object, data); in update_svt()
|
| /hypervisor/include/lib/ |
| A D | list.h | 130 #define get_first_item(attached, type, member) \ macro
|
Completed in 8 milliseconds