Lines Matching refs:delay_c
20 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()
266 struct delay_c *dc = ti->private; in delay_presuspend()
275 struct delay_c *dc = ti->private; in delay_resume()
282 struct delay_c *dc = ti->private; in delay_map()
303 struct delay_c *dc = ti->private; in delay_status()
326 struct delay_c *dc = ti->private; in delay_iterate_devices()