Home
last modified time | relevance | path

Searched refs:last_count (Results 1 – 4 of 4) 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/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c2047 u32 last_count = 0; in wait_vital() local
2054 if (last_count && last_count != count) { in wait_vital()
2060 last_count = count; in wait_vital()
/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