Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-thin.c2282 struct noflush_work { struct
2287 static struct noflush_work *to_noflush(struct work_struct *ws) in to_noflush() argument
2289 return container_of(to_pool_work(ws), struct noflush_work, pw); in to_noflush()
2294 struct noflush_work *w = to_noflush(ws); in do_noflush_start()
2302 struct noflush_work *w = to_noflush(ws); in do_noflush_stop()
2307 static void noflush_work(struct thin_c *tc, void (*fn)(struct work_struct *)) in noflush_work() function
2309 struct noflush_work w; in noflush_work()
4145 noflush_work(tc, do_noflush_start); in thin_presuspend()
4156 noflush_work(tc, do_noflush_stop); in thin_postsuspend()