Home
last modified time | relevance | path

Searched refs:hrt (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp.h167 struct hrt { struct
184 SIG0 = offsetof(struct hrt, sig0), argument
185 SIG1 = offsetof(struct hrt, sig1),
186 SIG2 = offsetof(struct hrt, sig2),
187 SIG3 = offsetof(struct hrt, sig3),
188 UNUSED_IRQ = offsetof(struct hrt, unused_IRQ),
189 PCIIRQ = offsetof(struct hrt, PCIIRQ),
190 NUMBER_OF_ENTRIES = offsetof(struct hrt, number_of_entries),
191 REVISION = offsetof(struct hrt, revision),
192 HRT_RESERVED1 = offsetof(struct hrt, reserved1),
[all …]
Dcpqphp_pci.c46 endp = (end - sizeof(struct hrt) + 1); in detect_HRT_floating_pointer()
1233 one_slot = rom_resource_table + sizeof(struct hrt); in cpqhp_find_available_resources()
/linux-4.19.296/virt/kvm/arm/
Darch_timer.c67 static void soft_timer_start(struct hrtimer *hrt, u64 ns) in soft_timer_start() argument
69 hrtimer_start(hrt, ktime_add_ns(ktime_get(), ns), in soft_timer_start()
73 static void soft_timer_cancel(struct hrtimer *hrt, struct work_struct *work) in soft_timer_cancel() argument
75 hrtimer_cancel(hrt); in soft_timer_cancel()
171 static enum hrtimer_restart kvm_bg_timer_expire(struct hrtimer *hrt) in kvm_bg_timer_expire() argument
177 timer = container_of(hrt, struct arch_timer_cpu, bg_timer); in kvm_bg_timer_expire()
187 hrtimer_forward_now(hrt, ns_to_ktime(ns)); in kvm_bg_timer_expire()
195 static enum hrtimer_restart kvm_phys_timer_expire(struct hrtimer *hrt) in kvm_phys_timer_expire() argument
202 timer = container_of(hrt, struct arch_timer_cpu, phys_timer); in kvm_phys_timer_expire()
213 hrtimer_forward_now(hrt, ns_to_ktime(ns)); in kvm_phys_timer_expire()