Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-delay.c28 struct delay_c { struct
44 struct delay_c *context; argument
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 *dc, struct delay_class *c, struct bio *bio) in delay_bio()
[all …]