Home
last modified time | relevance | path

Searched refs:MAX_ZONES (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dconfig.h23 MAX_ZONES = 16, enumerator
H A Dconfig.c292 if (zone_count > MAX_ZONES) in normalize_zone_count()
293 zone_count = MAX_ZONES; in normalize_zone_count()
H A Ddelta-index.h103 u32 load_lists[MAX_ZONES];
H A Dopen-chapter.c368 bool full_flags[MAX_ZONES] = { in load_version20()
H A Dsparse-cache.c160 struct search_list *search_lists[MAX_ZONES];
H A Dindex-layout.c162 struct layout_region volume_index_zones[MAX_ZONES];
889 struct buffered_reader *readers[MAX_ZONES]; in uds_load_index_state()
1050 struct buffered_writer *writers[MAX_ZONES]; in uds_save_index_state()
H A Ddelta-index.c831 u32 first_list[MAX_ZONES]; in uds_start_restoring_delta_index()
832 u32 list_count[MAX_ZONES]; in uds_start_restoring_delta_index()
H A Dvolume.c169 union invalidate_counter initial_counters[MAX_ZONES]; in wait_for_pending_searches()
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c15 #define MAX_ZONES 10 macro
878 for (int i = 0; i < MAX_ZONES; i++) { in collect_zone_lock()
901 for (int k = 0; k < MAX_ZONES; k++) { in collect_zone_lock()