Home
last modified time | relevance | path

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

/drivers/md/
Ddm-thin.c1732 struct noflush_work { struct
1737 static struct noflush_work *to_noflush(struct work_struct *ws) in to_noflush() argument
1739 return container_of(to_pool_work(ws), struct noflush_work, pw); in to_noflush()
1744 struct noflush_work *w = to_noflush(ws); in do_noflush_start()
1752 struct noflush_work *w = to_noflush(ws); in do_noflush_stop()
1757 static void noflush_work(struct thin_c *tc, void (*fn)(struct work_struct *)) in noflush_work() function
1759 struct noflush_work w; in noflush_work()
3475 noflush_work(tc, do_noflush_start); in thin_presuspend()
3486 noflush_work(tc, do_noflush_stop); in thin_postsuspend()