sync_work         191 fs/hfsplus/hfsplus_fs.h 	struct delayed_work sync_work; /* FS sync delayed work */
sync_work         252 fs/hfsplus/super.c 	sbi = container_of(work, struct hfsplus_sb_info, sync_work.work);
sync_work         274 fs/hfsplus/super.c 		queue_delayed_work(system_long_wq, &sbi->sync_work, delay);
sync_work         286 fs/hfsplus/super.c 	cancel_delayed_work_sync(&sbi->sync_work);
sync_work         396 fs/hfsplus/super.c 	INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs);
sync_work         594 fs/hfsplus/super.c 	cancel_delayed_work_sync(&sbi->sync_work);
sync_work         720 fs/ufs/super.c 	sbi = container_of(work, struct ufs_sb_info, sync_work.work);
sync_work         737 fs/ufs/super.c 		queue_delayed_work(system_long_wq, &sbi->sync_work, delay);
sync_work         751 fs/ufs/super.c 	cancel_delayed_work_sync(&sbi->sync_work);
sync_work         816 fs/ufs/super.c 	INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs);
sync_work          30 fs/ufs/ufs.h   	struct delayed_work sync_work; /* FS sync delayed work */
sync_work         498 kernel/time/ntp.c static DECLARE_DELAYED_WORK(sync_work, sync_hw_clock);
sync_work         528 kernel/time/ntp.c 	queue_delayed_work(system_power_efficient_wq, &sync_work,
sync_work         632 kernel/time/ntp.c 		queue_delayed_work(system_power_efficient_wq, &sync_work, 0);
sync_work          64 net/rfkill/core.c 	struct work_struct	sync_work;
sync_work         994 net/rfkill/core.c 	rfkill = container_of(work, struct rfkill, sync_work);
sync_work        1038 net/rfkill/core.c 	INIT_WORK(&rfkill->sync_work, rfkill_sync_work);
sync_work        1046 net/rfkill/core.c 		schedule_work(&rfkill->sync_work);
sync_work        1080 net/rfkill/core.c 	cancel_work_sync(&rfkill->sync_work);