Lines Matching refs:sel_time
289 fip->sel_time = 0; in fcoe_ctlr_reset_fcfs()
828 unsigned long sel_time = 0; in fcoe_ctlr_age_fcfs() local
866 (!sel_time || time_before(sel_time, fcf->time))) in fcoe_ctlr_age_fcfs()
867 sel_time = fcf->time; in fcoe_ctlr_age_fcfs()
877 if (sel_time && !fip->sel_fcf && !fip->sel_time) { in fcoe_ctlr_age_fcfs()
878 sel_time += msecs_to_jiffies(FCOE_CTLR_START_DELAY); in fcoe_ctlr_age_fcfs()
879 fip->sel_time = sel_time; in fcoe_ctlr_age_fcfs()
1122 fip->sel_time = jiffies + in fcoe_ctlr_recv_adv()
1125 time_before(fip->sel_time, fip->timer.expires)) in fcoe_ctlr_recv_adv()
1126 mod_timer(&fip->timer, fip->sel_time); in fcoe_ctlr_recv_adv()
1787 if (!sel && fip->sel_time) { in fcoe_ctlr_timer_work()
1788 if (time_after_eq(jiffies, fip->sel_time)) { in fcoe_ctlr_timer_work()
1790 fip->sel_time = 0; in fcoe_ctlr_timer_work()
1791 } else if (time_after(next_timer, fip->sel_time)) in fcoe_ctlr_timer_work()
1792 next_timer = fip->sel_time; in fcoe_ctlr_timer_work()