Lines Matching refs:then
469 time_t now, then = start; in permutefuncH() local
490 if (now > then) { in permutefuncH()
495 then = now; in permutefuncH()
517 time_t now, then = start; in permutefuncR() local
529 if (now > then) { in permutefuncR()
534 then = now; in permutefuncR()
853 time_t start, then; in sktc_pump_ring_nslots_kq() local
867 then = start = time(NULL); in sktc_pump_ring_nslots_kq()
875 if (now > then) { in sktc_pump_ring_nslots_kq()
880 then = now; in sktc_pump_ring_nslots_kq()
924 time_t start, then; in sktc_pump_ring_nslots_select() local
940 then = start = time(NULL); in sktc_pump_ring_nslots_select()
948 if (now > then) { in sktc_pump_ring_nslots_select()
953 then = now; in sktc_pump_ring_nslots_select()
995 time_t start, then; in sktc_pump_ring_nslots_poll() local
1008 then = start = time(NULL); in sktc_pump_ring_nslots_poll()
1016 if (now > then) { in sktc_pump_ring_nslots_poll()
1021 then = now; in sktc_pump_ring_nslots_poll()