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/net/wireless/
H A Dreg.c712 struct fwdb_collection *coll = (void *)(data + ptr); in valid_country() local
717 if ((u8 *)coll + offsetofend(typeof(*coll), n_rules) > data + size) in valid_country()
721 if ((u8 *)coll + ALIGN(coll->len, 2) + in valid_country()
722 (coll->n_rules * 2) > data + size) in valid_country()
726 if (coll->len < offsetofend(struct fwdb_collection, dfs_region)) in valid_country()
729 rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in valid_country()
731 for (i = 0; i < coll->n_rules; i++) { in valid_country()
883 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); in __regdb_query_wmm() local
886 for (i = 0; i < coll->n_rules; i++) { in __regdb_query_wmm()
887 __be16 *rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in __regdb_query_wmm()
[all …]
/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()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c364 struct its_collection *coll) in update_affinity_collection() argument
370 if (ite->collection != coll) in update_affinity_collection()