Home
last modified time | relevance | path

Searched refs:sync_work (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c48 struct work_struct sync_work; member
446 if (mlx5_crypto_dek_need_sync(pool) && schedule_work(&pool->sync_work)) in mlx5_crypto_dek_free_locked()
592 container_of(work, struct mlx5_crypto_dek_pool, sync_work); in mlx5_crypto_dek_sync_work_fn()
699 INIT_WORK(&pool->sync_work, mlx5_crypto_dek_sync_work_fn); in mlx5_crypto_dek_pool_create()
711 cancel_work_sync(&pool->sync_work); in mlx5_crypto_dek_pool_destroy()
/linux/net/rfkill/
H A Dcore.c66 struct work_struct sync_work; member
1069 struct rfkill *rfkill = container_of(work, struct rfkill, sync_work); in rfkill_sync_work()
1112 INIT_WORK(&rfkill->sync_work, rfkill_sync_work); in rfkill_register()
1121 schedule_work(&rfkill->sync_work); in rfkill_register()
1155 cancel_work_sync(&rfkill->sync_work); in rfkill_unregister()
/linux/fs/ufs/
H A Dufs.h31 struct delayed_work sync_work; /* FS sync delayed work */ member
/linux/kernel/time/
H A Dntp.c737 static DECLARE_WORK(sync_work, sync_hw_clock); in process_adjtimex_modes()
743 queue_work(system_freezable_power_efficient_wq, &sync_work); in process_adjtimex_modes()
926 queue_work(system_freezable_power_efficient_wq, &sync_work); in pps_inc_freq_interval()
/linux/drivers/md/
H A Dmd.h555 struct work_struct sync_work; member
H A Dmd.c796 INIT_WORK(&mddev->sync_work, md_start_sync); in mddev_init()
5201 if (work_pending(&mddev->sync_work)) in stop_sync_thread()
5202 flush_work(&mddev->sync_work); in stop_sync_thread()
5285 if (work_busy(&mddev->sync_work)) in action_store()
5286 flush_work(&mddev->sync_work); in action_store()
5295 if (work_busy(&mddev->sync_work)) { in action_store()
8397 flush_work(&mddev->sync_work); in md_ioctl()
10258 struct mddev *mddev = container_of(ws, struct mddev, sync_work); in md_start_sync()
10501 queue_work(md_misc_wq, &mddev->sync_work); in md_check_recovery()
10557 queue_work(md_misc_wq, &mddev->sync_work); in md_check_recovery()
/linux/drivers/ptp/
H A Dptp_ocp.c397 struct delayed_work sync_work; member
5047 bp = container_of(work, struct ptp_ocp, sync_work.work); in ptp_ocp_sync_work()
5055 queue_delayed_work(system_power_efficient_wq, &bp->sync_work, HZ); in ptp_ocp_sync_work()
5083 INIT_DELAYED_WORK(&bp->sync_work, ptp_ocp_sync_work); in ptp_ocp_probe()
5145 queue_delayed_work(system_power_efficient_wq, &bp->sync_work, HZ); in ptp_ocp_probe()
5170 cancel_delayed_work_sync(&bp->sync_work); in ptp_ocp_remove()