Searched refs:flush_expired_bios (Results 1 – 1 of 1) sorted by relevance
34 struct work_struct flush_expired_bios; member57 queue_work(dc->kdelayd_wq, &dc->flush_expired_bios); in handle_delayed_timer()146 static void flush_expired_bios(struct work_struct *work) in flush_expired_bios() function150 dc = container_of(work, struct delay_c, flush_expired_bios); in flush_expired_bios()281 INIT_WORK(&dc->flush_expired_bios, flush_expired_bios); in delay_ctr()