Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2537 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument
2545 self.fetch_count = fetch_count
2630 with self.fetch_count.get_lock():
2631 self.fetch_count.value += fetched
2667 self.fetch_count = Value(c_longlong)
2674 …tcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tail, self.fetch_count, self.fetching_…
2693 fetch_count = self.fetch_count.value
2694 if fetch_count != self.last_count:
2700 count = fetch_count - self.last_count
2701 self.last_count = fetch_count
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dhw.h413 struct fetch_count { struct
H A Dhw.c172 static struct fetch_count fetch_count_reg = {