Searched refs:fetch_count (Results 1 – 5 of 5) sorted by relevance
128 __u32 batch_key = 0, fetch_count, step_size = batch_size; in fetch_and_validate() local140 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()
2546 self.fetch_count = fetch_count2631 with self.fetch_count.get_lock():2632 self.fetch_count.value += fetched2668 self.fetch_count = Value(c_longlong)2694 fetch_count = self.fetch_count.value2695 if fetch_count != self.last_count:2702 self.last_count = fetch_count2751 self.fetch_count = QSpinBox()2753 self.fetch_count.setValue(10)2808 self.fetch_count.setEnabled(enable)[all …]
413 struct fetch_count { struct
172 static struct fetch_count fetch_count_reg = {
1823 u32 fetch_count; in vc6_plane_mode_set() local1904 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()