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 …]
712 struct fwdb_collection *coll = (void *)(data + ptr); in valid_country() local717 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()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()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()940 regdom->n_reg_rules = coll->n_rules; in regdb_query_country()943 regdom->dfs_region = coll->dfs_region; in regdb_query_country()[all …]
141 #define its_is_collection_mapped(coll) ((coll) && \ argument142 ((coll)->target_addr != COLLECTION_NOT_MAPPED))367 struct its_collection *coll) in update_affinity_collection() argument373 if (ite->collection != coll) in update_affinity_collection()
567 u32 coll; member
2796 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()
Completed in 29 milliseconds