Searched refs:busy_start (Results 1 – 3 of 3) sorted by relevance
118 if (dequeued > 0 && port->busy_start == 0) in dsw_port_load_record()120 port->busy_start = rte_get_timer_cycles(); in dsw_port_load_record()121 else if (dequeued == 0 && port->busy_start > 0) { in dsw_port_load_record()124 rte_get_timer_cycles() - port->busy_start; in dsw_port_load_record()126 port->busy_start = 0; in dsw_port_load_record()136 if (port->busy_start > 0) { in dsw_port_load_close_period()137 busy_cycles += (now - port->busy_start); in dsw_port_load_close_period()138 port->busy_start = now; in dsw_port_load_close_period()
165 uint64_t busy_start; member
282 dsw->ports[i].busy_start = now; in dsw_start()