Searched refs:fetch_count (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | map_in_map_batch_ops.c | 128 __u32 batch_key = 0, fetch_count, step_size = batch_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() 167 total_fetched += fetch_count; in fetch_and_validate()
|
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2541 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument 2549 self.fetch_count = fetch_count 2634 with self.fetch_count.get_lock(): 2635 self.fetch_count.value += fetched 2671 self.fetch_count = Value(c_longlong) 2678 …tcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tail, self.fetch_count, self.fetching_… 2697 fetch_count = self.fetch_count.value 2698 if fetch_count != self.last_count: 2704 count = fetch_count - self.last_count 2705 self.last_count = fetch_count [all …]
|
/linux/drivers/video/fbdev/via/ |
H A D | hw.h | 413 struct fetch_count { struct
|
H A D | hw.c | 172 static struct fetch_count fetch_count_reg = {
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_plane.c | 1823 u32 fetch_count; in vc6_plane_mode_set() local 1904 fetch_count = (width + starting_offset + components_per_word - 1) / in vc6_plane_mode_set() 1908 VC4_SET_FIELD(fetch_count - 1, SCALER6_PTR2_FETCH_COUNT); in vc6_plane_mode_set()
|