Searched refs:coll (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-bench.c | 88 #define for_each_collection(coll) \ argument 89 for (coll = collections; coll->name; coll++) 92 #define for_each_bench(coll, bench) \ argument 93 for (bench = coll->benchmarks; bench && bench->name; bench++) 95 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument 99 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks() 101 for_each_bench(coll, bench) in dump_benchmarks() 126 struct collection *coll; in print_usage() local 136 for_each_collection(coll) in print_usage() 137 printf("%14s: %s\n", coll->name, coll->summary); in print_usage() [all …]
|
/Linux-v4.19/net/wireless/ |
D | reg.c | 683 struct fwdb_collection *coll = (void *)(data + ptr); in valid_country() local 688 if ((u8 *)coll + offsetofend(typeof(*coll), n_rules) > data + size) in valid_country() 692 if ((u8 *)coll + ALIGN(coll->len, 2) + in valid_country() 693 (coll->n_rules * 2) > data + size) in valid_country() 697 if (coll->len < offsetofend(struct fwdb_collection, dfs_region)) in valid_country() 700 rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in valid_country() 702 for (i = 0; i < coll->n_rules; i++) { in valid_country() 876 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); in __regdb_query_wmm() local 879 for (i = 0; i < coll->n_rules; i++) { in __regdb_query_wmm() 880 __be16 *rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in __regdb_query_wmm() [all …]
|
/Linux-v4.19/Documentation/networking/ |
D | cops.txt | 45 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
|
/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-its.c | 141 #define its_is_collection_mapped(coll) ((coll) && \ argument 142 ((coll)->target_addr != COLLECTION_NOT_MAPPED)) 403 struct its_collection *coll) in update_affinity_collection() argument 409 if (!ite->collection || coll != ite->collection) in update_affinity_collection()
|
/Linux-v4.19/drivers/net/ethernet/alteon/ |
D | acenic.h | 567 u32 coll; member
|
D | acenic.c | 2809 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()
|