Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-delay.c27 struct delay_c { struct
43 struct delay_c *context; argument
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 *dc, struct delay_class *c, struct bio *bio) in delay_bio()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drockchip_debugger.c25 uint64_t delay_c = ROCKCHIP_DEBUGGER_TIMEOUT * COUNTER_FREQUENCY; in rockchip_debugger_init() local
27 if (!delay_c) in rockchip_debugger_init()
36 load_count0 = (uint32_t)(delay_c); in rockchip_debugger_init()
37 load_count1 = (uint32_t)(delay_c >> 32); in rockchip_debugger_init()