Searched refs:noflush_work (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-thin.c | 2475 struct noflush_work { struct 2480 static struct noflush_work *to_noflush(struct work_struct *ws) in to_noflush() 2482 return container_of(to_pool_work(ws), struct noflush_work, pw); in to_noflush() 2487 struct noflush_work *w = to_noflush(ws); in do_noflush_start() 2495 struct noflush_work *w = to_noflush(ws); in do_noflush_stop() 2500 static void noflush_work(struct thin_c *tc, void (*fn)(struct work_struct *)) in noflush_work() function 2502 struct noflush_work w; in noflush_work() 4369 noflush_work(tc, do_noflush_start); in thin_presuspend() 4380 noflush_work(tc, do_noflush_stop); in thin_postsuspend()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-thin.c | 2493 struct noflush_work { struct 2498 static struct noflush_work *to_noflush(struct work_struct *ws) in to_noflush() 2500 return container_of(to_pool_work(ws), struct noflush_work, pw); in to_noflush() 2505 struct noflush_work *w = to_noflush(ws); in do_noflush_start() 2514 struct noflush_work *w = to_noflush(ws); in do_noflush_stop() 2520 static void noflush_work(struct thin_c *tc, void (*fn)(struct work_struct *)) in noflush_work() function 2522 struct noflush_work w; in noflush_work() 4381 noflush_work(tc, do_noflush_start); in thin_presuspend() 4392 noflush_work(tc, do_noflush_stop); in thin_postsuspend()
|
Completed in 13 milliseconds