Searched refs:flush_expired_bios (Results 1 – 1 of 1) sorted by relevance
32 struct work_struct flush_expired_bios; member56 queue_work(dc->kdelayd_wq, &dc->flush_expired_bios); in handle_delayed_timer()113 static void flush_expired_bios(struct work_struct *work) in flush_expired_bios() function117 dc = container_of(work, struct delay_c, flush_expired_bios); in flush_expired_bios()192 INIT_WORK(&dc->flush_expired_bios, flush_expired_bios); in delay_ctr()