Home
last modified time | relevance | path

Searched refs:flush_log_work (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-log-userspace-base.c72 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()