Lines Matching refs:then
455 time_t now, then = start; in permutefuncH() local
476 if (now > then) { in permutefuncH()
481 then = now; in permutefuncH()
503 time_t now, then = start; in permutefuncR() local
515 if (now > then) { in permutefuncR()
520 then = now; in permutefuncR()
839 time_t start, then; in sktc_pump_ring_nslots_kq() local
853 then = start = time(NULL); in sktc_pump_ring_nslots_kq()
861 if (now > then) { in sktc_pump_ring_nslots_kq()
866 then = now; in sktc_pump_ring_nslots_kq()
910 time_t start, then; in sktc_pump_ring_nslots_select() local
926 then = start = time(NULL); in sktc_pump_ring_nslots_select()
934 if (now > then) { in sktc_pump_ring_nslots_select()
939 then = now; in sktc_pump_ring_nslots_select()
981 time_t start, then; in sktc_pump_ring_nslots_poll() local
994 then = start = time(NULL); in sktc_pump_ring_nslots_poll()
1002 if (now > then) { in sktc_pump_ring_nslots_poll()
1007 then = now; in sktc_pump_ring_nslots_poll()