Searched refs:old_work (Results 1 – 3 of 3) sorted by relevance
559 struct io_wq_work *old_work, *next_hashed, *linked; in io_worker_handle_work() local571 old_work = work; in io_worker_handle_work()580 wq->free_work(old_work); in io_worker_handle_work()866 struct io_wq_work *old_work = work; in io_run_cancel() local870 wq->free_work(old_work); in io_run_cancel()
89 sbi = container_of(work, struct reiserfs_sb_info, old_work.work); in flush_old_commits()101 queue_delayed_work(system_long_wq, &sbi->old_work, HZ); in flush_old_commits()130 queue_delayed_work(system_long_wq, &sbi->old_work, delay); in reiserfs_schedule_old_flush()144 cancel_delayed_work_sync(&REISERFS_SB(s)->old_work); in reiserfs_cancel_old_flush()1928 INIT_DELAYED_WORK(&sbi->old_work, flush_old_commits); in reiserfs_fill_super()
622 struct delayed_work old_work; /* old transactions flush delayed work */ member