Home
last modified time | relevance | path

Searched full:last_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c92 u32 last_count; in octeon_droq_check_hw_for_pkts() local
96 last_count = pkt_count - droq->pkt_count; in octeon_droq_check_hw_for_pkts()
100 if (last_count) in octeon_droq_check_hw_for_pkts()
101 atomic_add(last_count, &droq->pkts_pending); in octeon_droq_check_hw_for_pkts()
103 return last_count; in octeon_droq_check_hw_for_pkts()
/linux/drivers/gpib/nec7210/
H A Dnec7210.c652 size_t last_count = 0; in pio_write() local
668 *bytes_written = last_count; in pio_write()
684 last_count = *bytes_written; in pio_write()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2673 self.last_count = 0
2698 if fetch_count != self.last_count:
2704 count = fetch_count - self.last_count
2705 self.last_count = fetch_count