Searched refs:coll (Results 1 – 5 of 5) sorted by relevance
143 #define for_each_collection(coll) \ argument144 for (coll = collections; coll->name; coll++)147 #define for_each_bench(coll, bench) \ argument148 for (bench = coll->benchmarks; bench && bench->name; bench++)150 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument154 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()156 for_each_bench(coll, bench) in dump_benchmarks()181 struct collection *coll; in print_usage() local191 for_each_collection(coll) in print_usage()192 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()[all …]
228 #define its_is_collection_mapped(coll) ((coll) && \ argument229 ((coll)->target_addr != COLLECTION_NOT_MAPPED))
364 struct its_collection *coll) in update_affinity_collection() argument370 if (ite->collection != coll) in update_affinity_collection()
567 u32 coll; member
2796 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()