Searched refs:coll (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/ |
H A D | builtin-bench.c | 84 #define for_each_collection(coll) \ 85 for (coll = collections; coll->name; coll++) 88 #define for_each_bench(coll, bench) \ 89 for (bench = coll->benchmarks; bench && bench->name; bench++) 91 static void dump_benchmarks(struct collection *coll) dump_benchmarks() argument 95 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); dump_benchmarks() 97 for_each_bench(coll, bench) dump_benchmarks() 122 struct collection *coll; print_usage() local 132 for_each_collection(coll) print_usage() 133 printf("%14s: %s\n", coll->name, coll->summary); print_usage() 178 static void run_collection(struct collection *coll) run_collection() argument 191 for_each_bench(coll, bench) { for_each_bench() 194 printf("# Running %s/%s benchmark...\n", coll->name, bench->name); for_each_bench() 198 run_bench(coll->name, bench->name, bench->fn, 1, argv, NULL); for_each_bench() 205 struct collection *coll; run_all_collections() local 207 for_each_collection(coll) run_all_collections() 208 run_collection(coll); run_all_collections() 213 struct collection *coll; cmd_bench() local 246 for_each_collection(coll) { for_each_collection() 249 if (strcmp(coll->name, argv[0])) for_each_collection() 254 dump_benchmarks(coll); for_each_collection() 259 run_collection(coll); for_each_collection() 263 for_each_bench(coll, bench) { for_each_bench() 268 printf("# Running '%s/%s' benchmark:\n", coll->name, bench->name); for_each_bench() 270 ret = run_bench(coll->name, bench->name, bench->fn, argc-1, argv+1, prefix); for_each_bench() 275 dump_benchmarks(coll);
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
H A D | acenic.h | 566 u32 coll; member in struct:ace_mac_stats
|
H A D | acenic.c | 2807 dev->stats.collisions = readl(&mac_stats->coll); ace_get_stats()
|
/linux-4.1.27/scripts/kconfig/ |
H A D | gconf.c | 836 display_tree_part(); //fixme: keep exp/coll change_sym_value() 859 display_tree_part(); //fixme: keep exp/coll toggle_sym_value()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | au1000_eth.c | 874 pr_cont(" coll"); au1000_rx()
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
H A D | macb.h | 293 #define MACB_ISR_RLE_OFFSET 5 /* EN retry exceeded/late coll interrupt */
|
/linux-4.1.27/sound/pci/ice1712/ |
H A D | aureon.c | 46 * on mixer switch and other coll stuff.
|
Completed in 644 milliseconds