Searched refs:last_count (Results 1 – 4 of 4) sorted by relevance
92 u32 last_count; in octeon_droq_check_hw_for_pkts() local96 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()
652 size_t last_count = 0; in pio_write() local668 *bytes_written = last_count; in pio_write()684 last_count = *bytes_written; in pio_write()
2047 u32 last_count = 0; in wait_vital() local2054 if (last_count && last_count != count) { in wait_vital()2060 last_count = count; in wait_vital()
2673 self.last_count = 02698 if fetch_count != self.last_count:2704 count = fetch_count - self.last_count2705 self.last_count = fetch_count