Searched refs:overflow_work (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_ptp.c | 244 schedule_delayed_work(&hellcreek->overflow_work, in hellcreek_ptp_overflow_check() 396 INIT_DELAYED_WORK(&hellcreek->overflow_work, in hellcreek_ptp_setup() 448 schedule_delayed_work(&hellcreek->overflow_work, in hellcreek_ptp_setup() 458 cancel_delayed_work_sync(&hellcreek->overflow_work); in hellcreek_ptp_free()
|
H A D | hellcreek_ptp.h | 71 container_of(dw, struct hellcreek, overflow_work)
|
H A D | hellcreek.h | 284 struct delayed_work overflow_work; member
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | ptp.c | 77 overflow_work) 515 schedule_delayed_work(&chip->overflow_work, in mv88e6xxx_ptp_overflow_check() 538 INIT_DELAYED_WORK(&chip->overflow_work, mv88e6xxx_ptp_overflow_check); in mv88e6xxx_ptp_setup() 590 schedule_delayed_work(&chip->overflow_work, in mv88e6xxx_ptp_setup() 599 cancel_delayed_work_sync(&chip->overflow_work); in mv88e6xxx_ptp_free()
|
/linux/arch/arm64/kvm/ |
H A D | pmu-emul.c | 275 irq_work_sync(&vcpu->arch.pmu.overflow_work); in kvm_pmu_vcpu_destroy() 478 vcpu = container_of(work, struct kvm_vcpu, arch.pmu.overflow_work); in kvm_pmu_perf_overflow_notify_vcpu() 577 irq_work_queue(&vcpu->arch.pmu.overflow_work); in kvm_pmu_perf_overflow() 956 init_irq_work(&vcpu->arch.pmu.overflow_work, in kvm_arm_pmu_v3_init()
|
/linux/include/kvm/ |
H A D | arm_pmu.h | 27 struct irq_work overflow_work; member
|