Home
last modified time | relevance | path

Searched refs:overflow_work (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c239 schedule_delayed_work(&hellcreek->overflow_work, in hellcreek_ptp_overflow_check()
391 INIT_DELAYED_WORK(&hellcreek->overflow_work, in hellcreek_ptp_setup()
443 schedule_delayed_work(&hellcreek->overflow_work, in hellcreek_ptp_setup()
453 cancel_delayed_work_sync(&hellcreek->overflow_work); in hellcreek_ptp_free()
H A Dhellcreek_ptp.h71 container_of(dw, struct hellcreek, overflow_work)
H A Dhellcreek.h282 struct delayed_work overflow_work; member
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dptp.c77 overflow_work)
511 schedule_delayed_work(&chip->overflow_work, in mv88e6xxx_ptp_overflow_check()
534 INIT_DELAYED_WORK(&chip->overflow_work, mv88e6xxx_ptp_overflow_check); in mv88e6xxx_ptp_setup()
586 schedule_delayed_work(&chip->overflow_work, in mv88e6xxx_ptp_setup()
595 cancel_delayed_work_sync(&chip->overflow_work); in mv88e6xxx_ptp_free()
H A Dchip.h400 struct delayed_work overflow_work; member
/openbmc/linux/arch/arm64/kvm/
H A Dpmu-emul.c248 irq_work_sync(&vcpu->arch.pmu.overflow_work); in kvm_pmu_vcpu_destroy()
414 vcpu = container_of(work, struct kvm_vcpu, arch.pmu.overflow_work); in kvm_pmu_perf_overflow_notify_vcpu()
513 irq_work_queue(&vcpu->arch.pmu.overflow_work); in kvm_pmu_perf_overflow()
843 init_irq_work(&vcpu->arch.pmu.overflow_work, in kvm_arm_pmu_v3_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c89 struct delayed_work overflow_work; member
265 clock = container_of(dwork, struct mlxsw_sp1_ptp_clock, overflow_work); in mlxsw_sp1_ptp_clock_overflow()
270 mlxsw_core_schedule_dw(&clock->overflow_work, clock->overflow_period); in mlxsw_sp1_ptp_clock_overflow()
308 INIT_DELAYED_WORK(&clock->overflow_work, mlxsw_sp1_ptp_clock_overflow); in mlxsw_sp1_ptp_clock_init()
309 mlxsw_core_schedule_dw(&clock->overflow_work, 0); in mlxsw_sp1_ptp_clock_init()
322 cancel_delayed_work_sync(&clock->overflow_work); in mlxsw_sp1_ptp_clock_init()
333 cancel_delayed_work_sync(&clock->overflow_work); in mlxsw_sp1_ptp_clock_fini()
/openbmc/linux/include/kvm/
H A Darm_pmu.h28 struct irq_work overflow_work; member