Searched refs:flush_log_work (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-log-userspace-base.c | 71 struct delayed_work flush_log_work; member 159 struct log_c *lc = container_of(work, struct log_c, flush_log_work.work); in do_flush() 308 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush); in userspace_ctr() 333 flush_delayed_work(&lc->flush_log_work); in userspace_dtr() 372 flush_delayed_work(&lc->flush_log_work); in userspace_postsuspend() 610 queue_delayed_work(lc->dmlog_wq, &lc->flush_log_work, 3 * HZ); in userspace_flush() 617 cancel_delayed_work(&lc->flush_log_work); in userspace_flush()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-log-userspace-base.c | 72 struct delayed_work flush_log_work; member 160 struct log_c *lc = container_of(work, struct log_c, flush_log_work.work); in do_flush() 309 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush); in userspace_ctr() 334 flush_delayed_work(&lc->flush_log_work); in userspace_dtr() 371 flush_delayed_work(&lc->flush_log_work); in userspace_postsuspend() 609 queue_delayed_work(lc->dmlog_wq, &lc->flush_log_work, 3 * HZ); in userspace_flush() 616 cancel_delayed_work(&lc->flush_log_work); in userspace_flush()
|
Completed in 7 milliseconds