Searched refs:coll (Results 1 – 5 of 5) sorted by relevance
143 for (coll = collections; coll->name; coll++)180 struct collection *coll; in print_usage() local190 for_each_collection(coll) in print_usage()191 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()262 struct collection *coll; in run_all_collections() local264 for_each_collection(coll) in run_all_collections()265 run_collection(coll); in run_all_collections()270 struct collection *coll; in cmd_bench() local315 dump_benchmarks(coll); in cmd_bench()320 run_collection(coll); in cmd_bench()[all …]
713 struct fwdb_collection *coll = (void *)(data + ptr); in valid_country() local718 if ((u8 *)coll + offsetofend(typeof(*coll), n_rules) > data + size) in valid_country()722 if ((u8 *)coll + ALIGN(coll->len, 2) + in valid_country()723 (coll->n_rules * 2) > data + size) in valid_country()730 rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in valid_country()732 for (i = 0; i < coll->n_rules; i++) { in valid_country()887 for (i = 0; i < coll->n_rules; i++) { in __regdb_query_wmm()888 __be16 *rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in __regdb_query_wmm()941 regdom->n_reg_rules = coll->n_rules; in regdb_query_country()944 regdom->dfs_region = coll->dfs_region; in regdb_query_country()[all …]
176 #define its_is_collection_mapped(coll) ((coll) && \ argument177 ((coll)->target_addr != COLLECTION_NOT_MAPPED))402 struct its_collection *coll) in update_affinity_collection() argument408 if (ite->collection != coll) in update_affinity_collection()
567 u32 coll; member
2796 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()