/linux-6.12.1/drivers/power/supply/ |
D | ds2760_battery.c | 114 struct delayed_work monitor_work; member 473 struct ds2760_device_info, monitor_work.work); in ds2760_battery_work() 479 queue_delayed_work(di->monitor_wqueue, &di->monitor_work, interval); in ds2760_battery_work() 488 mod_delayed_work(di->monitor_wqueue, &di->monitor_work, HZ/10); in ds2760_battery_external_power_changed() 657 mod_delayed_work(di->monitor_wqueue, &di->monitor_work, HZ); in ds2760_pm_notifier() 749 INIT_DELAYED_WORK(&di->monitor_work, ds2760_battery_work); in w1_ds2760_add_slave() 757 queue_delayed_work(di->monitor_wqueue, &di->monitor_work, HZ * 1); in w1_ds2760_add_slave() 776 cancel_delayed_work_sync(&di->monitor_work); in w1_ds2760_remove_slave()
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | efx_common.c | 328 monitor_work.work); in efx_monitor() 351 queue_delayed_work(efx->workqueue, &efx->monitor_work, in efx_siena_start_monitor() 516 cancel_delayed_work_sync(&efx->monitor_work); in efx_stop_port() 999 INIT_DELAYED_WORK(&efx->monitor_work, efx_monitor); in efx_siena_init_struct()
|
D | net_driver.h | 1109 struct delayed_work monitor_work ____cacheline_aligned_in_smp;
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | efx_common.c | 324 monitor_work.work); in efx_monitor() 347 queue_delayed_work(efx->workqueue, &efx->monitor_work, in efx_start_monitor() 512 cancel_delayed_work_sync(&efx->monitor_work); in efx_stop_port() 989 INIT_DELAYED_WORK(&efx->monitor_work, efx_monitor); in efx_init_struct()
|
D | net_driver.h | 1156 struct delayed_work monitor_work ____cacheline_aligned_in_smp;
|
/linux-6.12.1/kernel/rcu/ |
D | tree.c | 3278 struct delayed_work monitor_work; member 3519 if (delayed_work_pending(&krcp->monitor_work)) { in schedule_delayed_monitor_work() 3520 delay_left = krcp->monitor_work.timer.expires - jiffies; in schedule_delayed_monitor_work() 3522 mod_delayed_work(system_unbound_wq, &krcp->monitor_work, delay); in schedule_delayed_monitor_work() 3525 queue_delayed_work(system_unbound_wq, &krcp->monitor_work, delay); in schedule_delayed_monitor_work() 3629 struct kfree_rcu_cpu, monitor_work.work); in kfree_rcu_monitor() 3927 cancel_delayed_work_sync(&krcp->monitor_work); in kvfree_rcu_barrier() 3966 kfree_rcu_monitor(&krcp->monitor_work.work); in kfree_rcu_shrink_scan() 5681 INIT_DELAYED_WORK(&krcp->monitor_work, kfree_rcu_monitor); in kfree_rcu_batch_init()
|
/linux-6.12.1/drivers/scsi/ |
D | myrs.c | 1458 queue_delayed_work(cs->work_q, &cs->monitor_work, 1); in discovery_store() 1459 flush_delayed_work(&cs->monitor_work); in discovery_store() 2105 monitor_work.work); in myrs_monitor() 2168 queue_delayed_work(cs->work_q, &cs->monitor_work, interval); in myrs_monitor() 2224 INIT_DELAYED_WORK(&cs->monitor_work, myrs_monitor); in myrs_create_mempools() 2225 queue_delayed_work(cs->work_q, &cs->monitor_work, 1); in myrs_create_mempools() 2232 cancel_delayed_work_sync(&cs->monitor_work); in myrs_destroy_mempools()
|
D | myrb.h | 715 struct delayed_work monitor_work; member
|
D | myrb.c | 130 INIT_DELAYED_WORK(&cb->monitor_work, myrb_monitor); in myrb_create_mempools() 131 queue_delayed_work(cb->work_q, &cb->monitor_work, 1); in myrb_create_mempools() 141 cancel_delayed_work_sync(&cb->monitor_work); in myrb_destroy_mempools() 2385 struct myrb_hba, monitor_work.work); in myrb_monitor() 2450 queue_delayed_work(cb->work_q, &cb->monitor_work, interval); in myrb_monitor()
|
D | myrs.h | 907 struct delayed_work monitor_work; member
|
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1108 cancel_delayed_work_sync(&efx->monitor_work); in ef4_stop_port() 1823 queue_delayed_work(efx->workqueue, &efx->monitor_work, in ef4_start_all() 1961 monitor_work.work); in ef4_monitor() 1977 queue_delayed_work(efx->workqueue, &efx->monitor_work, in ef4_monitor() 2637 INIT_DELAYED_WORK(&efx->monitor_work, ef4_monitor); in ef4_init_struct()
|
D | net_driver.h | 897 struct delayed_work monitor_work ____cacheline_aligned_in_smp;
|
/linux-6.12.1/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 3869 reset.monitor_work); in mtk_hw_reset_monitor_work() 3879 schedule_delayed_work(ð->reset.monitor_work, in mtk_hw_reset_monitor_work() 4260 cancel_delayed_work_sync(ð->reset.monitor_work); in mtk_cleanup() 4831 INIT_DELAYED_WORK(ð->reset.monitor_work, mtk_hw_reset_monitor_work); in mtk_probe() 5048 schedule_delayed_work(ð->reset.monitor_work, in mtk_probe()
|
D | mtk_eth_soc.h | 1290 struct delayed_work monitor_work; member
|
/linux-6.12.1/net/mac80211/ |
D | mlme.c | 7921 wiphy_work_queue(local->hw.wiphy, &sdata->u.mgd.monitor_work); in ieee80211_sta_conn_mon_timer() 7929 u.mgd.monitor_work); in ieee80211_sta_monitor_work() 7942 &sdata->u.mgd.monitor_work); in ieee80211_restart_sta_timer() 8051 wiphy_work_init(&ifmgd->monitor_work, ieee80211_sta_monitor_work); in ieee80211_sta_setup_sdata() 9257 &ifmgd->monitor_work); in ieee80211_mgd_stop()
|
D | ieee80211_i.h | 507 struct wiphy_work monitor_work; member
|