Searched refs:fetch_count (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | exported-sql-viewer.py | 1153 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai…  argument1161 		self.fetch_count = fetch_count
 1246 			with self.fetch_count.get_lock():
 1247 				self.fetch_count.value += fetched
 1283 		self.fetch_count = Value(c_longlong)
 1290 …tcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tail, self.fetch_count, self.fetching_…
 1309 			fetch_count = self.fetch_count.value
 1310 			if fetch_count != self.last_count:
 1316 		count = fetch_count - self.last_count
 1317 		self.last_count = fetch_count
 [all …]
 
 | 
| /Linux-v5.4/drivers/video/fbdev/via/ | 
| D | hw.h | 413 struct fetch_count {  struct
 | 
| D | hw.c | 172 static struct fetch_count fetch_count_reg = {
 |