Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/map_tests/
Dmap_in_map_batch_ops.c126 __u32 batch_key = 0, fetch_count, step_size; in fetch_and_validate() local
140 fetch_count = step_size; in fetch_and_validate()
147 &fetch_count, opts) in fetch_and_validate()
153 &fetch_count, opts); in fetch_and_validate()
166 total_fetched += fetch_count; in fetch_and_validate()
/linux-5.19.10/tools/perf/scripts/python/
Dexported-sql-viewer.py2538 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument
2546 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)
2675 …tcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tail, self.fetch_count, self.fetching_…
2694 fetch_count = self.fetch_count.value
2695 if fetch_count != self.last_count:
2701 count = fetch_count - self.last_count
2702 self.last_count = fetch_count
[all …]
/linux-5.19.10/drivers/video/fbdev/via/
Dhw.h413 struct fetch_count { struct
Dhw.c172 static struct fetch_count fetch_count_reg = {