Searched refs:sync_work (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/hfsplus/ |
D | super.c | 252 sbi = container_of(work, struct hfsplus_sb_info, sync_work.work); in delayed_sync_fs() 274 queue_delayed_work(system_long_wq, &sbi->sync_work, delay); in hfsplus_mark_mdb_dirty() 294 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_put_super() 401 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in hfsplus_fill_super() 599 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_fill_super()
|
D | hfsplus_fs.h | 191 struct delayed_work sync_work; /* FS sync delayed work */ member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
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-6.12.1/net/rfkill/ |
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-6.12.1/kernel/time/ |
D | ntp.c | 499 static DECLARE_WORK(sync_work, sync_hw_clock); 505 queue_work(system_freezable_power_efficient_wq, &sync_work); in sync_timer_callback() 679 queue_work(system_freezable_power_efficient_wq, &sync_work); in ntp_notify_cmos_timer()
|
/linux-6.12.1/fs/ufs/ |
D | ufs.h | 30 struct delayed_work sync_work; /* FS sync delayed work */ member
|
D | super.c | 720 sbi = container_of(work, struct ufs_sb_info, sync_work.work); in delayed_sync_fs() 737 queue_delayed_work(system_long_wq, &sbi->sync_work, delay); in ufs_mark_sb_dirty() 751 cancel_delayed_work_sync(&sbi->sync_work); in ufs_put_super() 816 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in ufs_fill_super()
|
/linux-6.12.1/drivers/md/ |
D | md.h | 513 struct work_struct sync_work; member
|
D | md.c | 691 INIT_WORK(&mddev->sync_work, md_start_sync); in mddev_init() 4897 if (work_pending(&mddev->sync_work)) in stop_sync_thread() 4898 flush_work(&mddev->sync_work); in stop_sync_thread() 4975 if (work_busy(&mddev->sync_work)) in action_store() 4976 flush_work(&mddev->sync_work); in action_store() 4982 if (work_busy(&mddev->sync_work)) { in action_store() 7739 flush_work(&mddev->sync_work); in md_ioctl() 9462 struct mddev *mddev = container_of(ws, struct mddev, sync_work); in md_start_sync() 9651 queue_work(md_misc_wq, &mddev->sync_work); in md_check_recovery() 9706 queue_work(md_misc_wq, &mddev->sync_work); in md_check_recovery()
|
/linux-6.12.1/drivers/ptp/ |
D | ptp_ocp.c | 366 struct delayed_work sync_work; member 4669 bp = container_of(work, struct ptp_ocp, sync_work.work); in ptp_ocp_sync_work() 4677 queue_delayed_work(system_power_efficient_wq, &bp->sync_work, HZ); in ptp_ocp_sync_work() 4705 INIT_DELAYED_WORK(&bp->sync_work, ptp_ocp_sync_work); in ptp_ocp_probe() 4765 queue_delayed_work(system_power_efficient_wq, &bp->sync_work, HZ); in ptp_ocp_probe() 4791 cancel_delayed_work_sync(&bp->sync_work); in ptp_ocp_remove()
|