Searched refs:busy_start (Results 1 – 3 of 3) sorted by relevance
115 if (dequeued > 0 && port->busy_start == 0) in dsw_port_load_record()117 port->busy_start = rte_get_timer_cycles(); in dsw_port_load_record()118 else if (dequeued == 0 && port->busy_start > 0) { in dsw_port_load_record()121 rte_get_timer_cycles() - port->busy_start; in dsw_port_load_record()123 port->busy_start = 0; in dsw_port_load_record()133 if (port->busy_start > 0) { in dsw_port_load_close_period()134 busy_cycles += (now - port->busy_start); in dsw_port_load_close_period()135 port->busy_start = now; in dsw_port_load_close_period()
163 uint64_t busy_start; member
285 dsw->ports[i].busy_start = now; in dsw_start()