Home
last modified time | relevance | path

Searched refs:coll (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-bench.c143 #define for_each_collection(coll) \ argument
144 for (coll = collections; coll->name; coll++)
147 #define for_each_bench(coll, bench) \ argument
148 for (bench = coll->benchmarks; bench && bench->name; bench++)
150 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument
154 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() local
191 for_each_collection(coll) in print_usage()
192 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
[all …]
/linux/arch/arm64/kvm/vgic/
H A Dvgic.h228 #define its_is_collection_mapped(coll) ((coll) && \ argument
229 ((coll)->target_addr != COLLECTION_NOT_MAPPED))
H A Dvgic-its.c364 struct its_collection *coll) in update_affinity_collection() argument
370 if (ite->collection != coll) in update_affinity_collection()
/linux/drivers/net/ethernet/alteon/
H A Dacenic.h567 u32 coll; member
H A Dacenic.c2796 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()