Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-delay.c20 struct delay_c { struct
40 struct delay_c *context; argument
49 struct delay_c *dc = (struct delay_c *)data; in handle_delayed_timer()
54 static void queue_timeout(struct delay_c *dc, unsigned long expires) in queue_timeout()
76 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()
130 struct delay_c *dc; in delay_ctr()
223 struct delay_c *dc = ti->private; in delay_dtr()
235 static int delay_bio(struct delay_c *dc, int delay, struct bio *bio) in delay_bio()
[all …]