Searched refs:sync_work (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | crypto.c | 48 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 D | core.c | 66 struct work_struct sync_work; member 1053 struct rfkill *rfkill = container_of(work, struct rfkill, sync_work); in rfkill_sync_work() 1096 INIT_WORK(&rfkill->sync_work, rfkill_sync_work); in rfkill_register() 1105 schedule_work(&rfkill->sync_work); in rfkill_register() 1139 cancel_work_sync(&rfkill->sync_work); in rfkill_unregister()
|
| /linux/fs/ufs/ |
| H A D | ufs.h | 31 struct delayed_work sync_work; /* FS sync delayed work */ member
|
| H A D | super.c | 659 sbi = container_of(work, struct ufs_sb_info, sync_work.work); in delayed_sync_fs() 676 queue_delayed_work(system_long_wq, &sbi->sync_work, delay); in ufs_mark_sb_dirty() 690 cancel_delayed_work_sync(&sbi->sync_work); in ufs_put_super() 757 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in ufs_fill_super()
|
| /linux/kernel/time/ |
| H A D | ntp.c | 495 static DECLARE_WORK(sync_work, sync_hw_clock); 501 queue_work(system_freezable_power_efficient_wq, &sync_work); in sync_timer_callback() 684 queue_work(system_freezable_power_efficient_wq, &sync_work); in ntp_notify_cmos_timer()
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 367 struct delayed_work sync_work; member 4720 bp = container_of(work, struct ptp_ocp, sync_work.work); in ptp_ocp_sync_work() 4728 queue_delayed_work(system_power_efficient_wq, &bp->sync_work, HZ); in ptp_ocp_sync_work() 4756 INIT_DELAYED_WORK(&bp->sync_work, ptp_ocp_sync_work); in ptp_ocp_probe() 4816 queue_delayed_work(system_power_efficient_wq, &bp->sync_work, HZ); in ptp_ocp_probe() 4841 cancel_delayed_work_sync(&bp->sync_work); in ptp_ocp_remove()
|
| /linux/drivers/md/ |
| H A D | md.c | 788 INIT_WORK(&mddev->sync_work, md_start_sync); in mddev_init() 5176 if (work_pending(&mddev->sync_work)) in stop_sync_thread() 5177 flush_work(&mddev->sync_work); in stop_sync_thread() 5254 if (work_busy(&mddev->sync_work)) in action_store() 5255 flush_work(&mddev->sync_work); in action_store() 5261 if (work_busy(&mddev->sync_work)) { in action_store() 8200 flush_work(&mddev->sync_work); in md_ioctl() 10010 struct mddev *mddev = container_of(ws, struct mddev, sync_work); in md_start_sync() 10234 queue_work(md_misc_wq, &mddev->sync_work); in md_check_recovery() 10290 queue_work(md_misc_wq, &mddev->sync_work); in md_check_recovery()
|