Home
last modified time | relevance | path

Searched refs:sync_work (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/hfsplus/
H A Dsuper.c252 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()
286 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_put_super()
395 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in hfsplus_fill_super()
593 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_fill_super()
H A Dhfsplus_fs.h191 struct delayed_work sync_work; /* FS sync delayed work */ member
192 spinlock_t work_lock; /* protects sync_work and work_queued */
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dsuper.c252 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()
286 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_put_super()
395 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in hfsplus_fill_super()
593 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_fill_super()
H A Dhfsplus_fs.h191 struct delayed_work sync_work; /* FS sync delayed work */ member
192 spinlock_t work_lock; /* protects sync_work and work_queued */
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c498 static DECLARE_DELAYED_WORK(sync_work, sync_hw_clock);
528 queue_delayed_work(system_power_efficient_wq, &sync_work, in sched_sync_hw_clock()
632 queue_delayed_work(system_power_efficient_wq, &sync_work, 0); in ntp_notify_cmos_timer()
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c499 static DECLARE_WORK(sync_work, sync_hw_clock);
505 queue_work(system_freezable_power_efficient_wq, &sync_work); in sync_timer_callback()
671 queue_work(system_freezable_power_efficient_wq, &sync_work); in ntp_notify_cmos_timer()
/kernel/linux/linux-5.10/net/rfkill/
H A Dcore.c64 struct work_struct sync_work; member
997 rfkill = container_of(work, struct rfkill, sync_work); in rfkill_sync_work()
1041 INIT_WORK(&rfkill->sync_work, rfkill_sync_work); in rfkill_register()
1049 schedule_work(&rfkill->sync_work); in rfkill_register()
1083 cancel_work_sync(&rfkill->sync_work); in rfkill_unregister()
/kernel/linux/linux-6.6/net/rfkill/
H A Dcore.c66 struct work_struct sync_work; member
1057 struct rfkill *rfkill = container_of(work, struct rfkill, sync_work); in rfkill_sync_work()
1100 INIT_WORK(&rfkill->sync_work, rfkill_sync_work); in rfkill_register()
1109 schedule_work(&rfkill->sync_work); in rfkill_register()
1143 cancel_work_sync(&rfkill->sync_work); in rfkill_unregister()
/kernel/linux/linux-5.10/fs/ufs/
H A Dufs.h30 struct delayed_work sync_work; /* FS sync delayed work */ member
31 spinlock_t work_lock; /* protects sync_work and work_queued */
H A Dsuper.c720 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()
/kernel/linux/linux-6.6/fs/ufs/
H A Dufs.h30 struct delayed_work sync_work; /* FS sync delayed work */ member
31 spinlock_t work_lock; /* protects sync_work and work_queued */
H A Dsuper.c719 sbi = container_of(work, struct ufs_sb_info, sync_work.work); in delayed_sync_fs()
736 queue_delayed_work(system_long_wq, &sbi->sync_work, delay); in ufs_mark_sb_dirty()
750 cancel_delayed_work_sync(&sbi->sync_work); in ufs_put_super()
815 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in ufs_fill_super()

Completed in 16 milliseconds