Searched refs:delay_c (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-delay.c | 28 struct delay_c { struct 44 struct delay_c *context; 54 struct delay_c *dc = from_timer(dc, t, delay_timer); in handle_delayed_timer() 59 static void queue_timeout(struct delay_c *dc, unsigned long expires) in queue_timeout() 81 static struct bio *flush_delayed_bios(struct delay_c *dc, int flush_all) in flush_delayed_bios() 115 struct delay_c *dc; in flush_expired_bios() 117 dc = container_of(work, struct delay_c, flush_expired_bios); in flush_expired_bios() 123 struct delay_c *dc = ti->private; in delay_dtr() 176 struct delay_c *dc; in delay_ctr() 245 static int delay_bio(struct delay_c *d [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-delay.c | 27 struct delay_c { struct 43 struct delay_c *context; 53 struct delay_c *dc = from_timer(dc, t, delay_timer); in handle_delayed_timer() 58 static void queue_timeout(struct delay_c *dc, unsigned long expires) in queue_timeout() 80 static struct bio *flush_delayed_bios(struct delay_c *dc, int flush_all) in flush_delayed_bios() 114 struct delay_c *dc; in flush_expired_bios() 116 dc = container_of(work, struct delay_c, flush_expired_bios); in flush_expired_bios() 122 struct delay_c *dc = ti->private; in delay_dtr() 175 struct delay_c *dc; in delay_ctr() 243 static int delay_bio(struct delay_c *d [all...] |
Completed in 2 milliseconds