Searched refs:tot_inst_processed (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_request_manager.c490 uint32_t tot_inst_processed = 0; local
509 tot_inst_processed);
518 tot_inst_processed += inst_processed;
521 } while (tot_inst_processed < budget);
523 if (budget && (tot_inst_processed >= budget))

Completed in 53 milliseconds