Home
last modified time | relevance | path

Searched refs:fetch_count (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/scripts/python/
A Dexported-sql-viewer.py2546 self.fetch_count = fetch_count
2631 with self.fetch_count.get_lock():
2632 self.fetch_count.value += fetched
2668 self.fetch_count = Value(c_longlong)
2694 fetch_count = self.fetch_count.value
2695 if fetch_count != self.last_count:
2702 self.last_count = fetch_count
2751 self.fetch_count = QSpinBox()
2753 self.fetch_count.setValue(10)
2808 self.fetch_count.setEnabled(enable)
[all …]
/linux/drivers/video/fbdev/via/
A Dhw.h413 struct fetch_count { struct
A Dhw.c172 static struct fetch_count fetch_count_reg = {

Completed in 26 milliseconds