Searched refs:flush_expired_bios (Results 1 – 1 of 1) sorted by relevance
24 struct work_struct flush_expired_bios; member51 queue_work(dc->kdelayd_wq, &dc->flush_expired_bios); in handle_delayed_timer()112 static void flush_expired_bios(struct work_struct *work) in flush_expired_bios() function116 dc = container_of(work, struct delay_c, flush_expired_bios); in flush_expired_bios()200 INIT_WORK(&dc->flush_expired_bios, flush_expired_bios); in delay_ctr()