Searched refs:coll (Results 1 – 6 of 6) sorted by relevance
129 for (coll = collections; coll->name; coll++)166 struct collection *coll; in print_usage() local176 for_each_collection(coll) in print_usage()177 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()248 struct collection *coll; in run_all_collections() local250 for_each_collection(coll) in run_all_collections()251 run_collection(coll); in run_all_collections()256 struct collection *coll; in cmd_bench() local300 dump_benchmarks(coll); in cmd_bench()305 run_collection(coll); in cmd_bench()[all …]
710 struct fwdb_collection *coll = (void *)(data + ptr); in valid_country() local715 if ((u8 *)coll + offsetofend(typeof(*coll), n_rules) > data + size) in valid_country()719 if ((u8 *)coll + ALIGN(coll->len, 2) + in valid_country()720 (coll->n_rules * 2) > data + size) in valid_country()727 rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in valid_country()729 for (i = 0; i < coll->n_rules; i++) { in valid_country()884 for (i = 0; i < coll->n_rules; i++) { in __regdb_query_wmm()885 __be16 *rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in __regdb_query_wmm()938 regdom->n_reg_rules = coll->n_rules; in regdb_query_country()941 regdom->dfs_region = coll->dfs_region; in regdb_query_country()[all …]
56 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
137 #define its_is_collection_mapped(coll) ((coll) && \ argument138 ((coll)->target_addr != COLLECTION_NOT_MAPPED))403 struct its_collection *coll) in update_affinity_collection() argument409 if (ite->collection != coll) in update_affinity_collection()
567 u32 coll; member
2797 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()
Completed in 25 milliseconds