Searched refs:sync_work (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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() 286 cancel_delayed_work_sync(&sbi->sync_work); in hfsplus_put_super() 396 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in hfsplus_fill_super() 594 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-v5.4/net/rfkill/ |
| D | core.c | 64 struct work_struct sync_work; member 994 rfkill = container_of(work, struct rfkill, sync_work); in rfkill_sync_work() 1035 INIT_WORK(&rfkill->sync_work, rfkill_sync_work); in rfkill_register() 1043 schedule_work(&rfkill->sync_work); in rfkill_register() 1077 cancel_work_sync(&rfkill->sync_work); in rfkill_unregister()
|
| /Linux-v5.4/kernel/time/ |
| D | ntp.c | 498 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()
|
| /Linux-v5.4/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()
|