Searched refs:poll_jiffies (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/ |
H A D | adminq.c | 243 unsigned long poll_jiffies; in pdsc_adminq_post() local 268 poll_jiffies = msecs_to_jiffies(poll_interval); in pdsc_adminq_post() 270 poll_jiffies); in pdsc_adminq_post()
|
/kernel/linux/linux-5.10/drivers/visorbus/ |
H A D | visorchipset.c | 81 unsigned long poll_jiffies; member 1552 if (chipset_dev->poll_jiffies != POLLJIFFIES_CONTROLVM_SLOW) in controlvm_periodic_work() 1553 chipset_dev->poll_jiffies = POLLJIFFIES_CONTROLVM_SLOW; in controlvm_periodic_work() 1555 if (chipset_dev->poll_jiffies != POLLJIFFIES_CONTROLVM_FAST) in controlvm_periodic_work() 1556 chipset_dev->poll_jiffies = POLLJIFFIES_CONTROLVM_FAST; in controlvm_periodic_work() 1559 chipset_dev->poll_jiffies); in controlvm_periodic_work() 1575 chipset_dev->poll_jiffies = POLLJIFFIES_CONTROLVM_FAST; in visorchipset_init() 1599 chipset_dev->poll_jiffies = POLLJIFFIES_CONTROLVM_FAST; in visorchipset_init() 1601 chipset_dev->poll_jiffies); in visorchipset_init()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | sfp.c | 313 static unsigned long poll_jiffies; variable 518 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_soft_start_poll() 2378 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_poll() 2556 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_probe() 2615 poll_jiffies = msecs_to_jiffies(100); in sfp_init()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | sfp.c | 533 static unsigned long poll_jiffies; variable 799 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_soft_start_poll() 2893 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_poll() 3064 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_probe() 3126 poll_jiffies = msecs_to_jiffies(100); in sfp_init()
|
Completed in 10 milliseconds