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/thermal/intel/
H A Dtherm_throt.c85 unsigned long last_count; member
327 if (state->count != state->last_count) { in throttle_active_work()
329 state->last_count = state->count; in throttle_active_work()
/linux/drivers/staging/gpib/nec7210/
H A Dnec7210.c663 size_t last_count = 0; in pio_write() local
679 *bytes_written = last_count; in pio_write()
695 last_count = *bytes_written; in pio_write()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2670 self.last_count = 0
2695 if fetch_count != self.last_count:
2701 count = fetch_count - self.last_count
2702 self.last_count = fetch_count