Searched refs:coll (Results 1 – 3 of 3) sorted by relevance
143 #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(const 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 const struct collection *coll; in print_usage() local 237 run_collection(struct collection * coll) run_collection() argument 263 struct collection *coll; run_all_collections() local 271 struct collection *coll; cmd_bench() local [all...]
701 struct fwdb_collection *coll = (void *)(data + ptr); in valid_rule() 706 if ((u8 *)coll + offsetofend(typeof(*coll), n_rules) > data + size) in valid_rule() 710 if ((u8 *)coll + ALIGN(coll->len, 2) + in valid_country() 711 (coll->n_rules * 2) > data + size) in valid_country() 715 if (coll->len < offsetofend(struct fwdb_collection, dfs_region)) in valid_country() 718 rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in valid_country() 720 for (i = 0; i < coll in valid_country() 712 struct fwdb_collection *coll = (void *)(data + ptr); valid_country() local 883 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); __regdb_query_wmm() local 931 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); regdb_query_country() local [all...]
364 struct its_collection *coll) in update_affinity_collection() argument370 if (ite->collection != coll) in update_affinity_collection()