Home
last modified time | relevance | path

Searched refs:container_of (Results 1 – 13 of 13) sorted by relevance

/hypervisor/common/
A Dtimer.c61 timer = container_of((&cpu_timer->timer_list)->next, in update_physical_timer()
81 tmp = container_of(pos, struct hv_timer, node); in local_add_timer()
198 timer = container_of(pos, struct hv_timer, node); in timer_softirq()
A Dsched_bvt.c113 iter_obj = container_of(pos, struct thread_object, data); in runqueue_add()
282 first_obj = container_of(first, struct thread_object, data); in sched_bvt_pick_next()
292 second_obj = container_of(sec, struct thread_object, data); in sched_bvt_pick_next()
A Dhv_main.c20 struct acrn_vcpu *vcpu = container_of(obj, struct acrn_vcpu, thread_obj); in vcpu_thread()
A Dsched_prio.c64 iter_data = container_of(pos, struct sched_prio_data, list); in prio_queue_add()
/hypervisor/include/lib/
A Dlist.h120 #define container_of(ptr, type, member) \ macro
155 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
/hypervisor/arch/x86/guest/
A Dvmtrr.c48 return container_of(container_of(vmtrr, struct acrn_vcpu_arch, vmtrr), struct acrn_vcpu, arch); in vmtrr2vcpu()
A Dvcpu.c278 vcpu = container_of(curr, struct acrn_vcpu, thread_obj); in get_running_vcpu()
926 struct acrn_vcpu *vcpu = container_of(prev, struct acrn_vcpu, thread_obj); in context_switch_out()
942 struct acrn_vcpu *vcpu = container_of(next, struct acrn_vcpu, thread_obj); in context_switch_in()
A Dvlapic.c66 return container_of(container_of(vlapic, struct acrn_vcpu_arch, vlapic), struct acrn_vcpu, arch); in vlapic2vcpu()
/hypervisor/dm/vpci/
A Dvhostbridge.c170 if (is_prelaunched_vm(container_of(vdev->vpci, struct acrn_vm, vpci))) { in init_vhostbridge()
A Dvpci_priv.h46 return container_of(vpci, struct acrn_vm, vpci); in vpci2vm()
/hypervisor/dm/
A Dvpic.c44 return container_of(container_of(vpic, struct vm_arch, vpic), struct acrn_vm, arch_vm); in vpic2vm()
A Dio_req.c79 p = container_of(pos, struct asyncio_desc, list); in asyncio_is_conflict()
200 iter_desc = container_of(pos, struct asyncio_desc, list); in get_asyncio_desc()
A Dvuart.c869 struct acrn_vm *vm = container_of(vdev->vpci, struct acrn_vm, vpci); in init_pci_vuart()

Completed in 21 milliseconds