Home
last modified time | relevance | path

Searched refs:coll (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-bench.c118 #define for_each_collection(coll) \
119 for (coll = collections; coll->name; coll++)
122 #define for_each_bench(coll, bench) \
123 for (bench = coll->benchmarks; bench && bench->name; bench++)
125 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument
129 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
131 for_each_bench(coll, bench) in dump_benchmarks()
156 struct collection *coll; in print_usage() local
212 run_collection(struct collection *coll) run_collection() argument
238 struct collection *coll; run_all_collections() local
246 struct collection *coll; cmd_bench() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-bench.c140 #define for_each_collection(coll) \
141 for (coll = collections; coll->name; coll++)
144 #define for_each_bench(coll, bench) \
145 for (bench = coll->benchmarks; bench && bench->name; bench++)
147 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument
151 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
153 for_each_bench(coll, bench) in dump_benchmarks()
178 struct collection *coll; in print_usage() local
234 run_collection(struct collection *coll) run_collection() argument
260 struct collection *coll; run_all_collections() local
268 struct collection *coll; cmd_bench() local
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dreg.c690 struct fwdb_collection *coll = (void *)(data + ptr); in valid_country() local
695 if ((u8 *)coll + offsetofend(typeof(*coll), n_rules) > data + size) in valid_country()
699 if ((u8 *)coll + ALIGN(coll->len, 2) + in valid_country()
700 (coll->n_rules * 2) > data + size) in valid_country()
704 if (coll->len < offsetofend(struct fwdb_collection, dfs_region)) in valid_country()
707 rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in valid_country()
709 for (i = 0; i < coll in valid_country()
899 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); __regdb_query_wmm() local
947 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); regdb_query_country() local
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dreg.c710 struct fwdb_collection *coll = (void *)(data + ptr); in valid_country() local
715 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()
724 if (coll->len < offsetofend(struct fwdb_collection, dfs_region)) in valid_country()
727 rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in valid_country()
729 for (i = 0; i < coll in valid_country()
881 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); __regdb_query_wmm() local
929 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); regdb_query_country() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H A Dvgic-its.c137 #define its_is_collection_mapped(coll) ((coll) && \
138 ((coll)->target_addr != COLLECTION_NOT_MAPPED))
403 struct its_collection *coll) in update_affinity_collection()
409 if (!ite->collection || coll != ite->collection) in update_affinity_collection()
402 update_affinity_collection(struct kvm *kvm, struct vgic_its *its, struct its_collection *coll) update_affinity_collection() argument
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H A Dvgic-its.c137 #define its_is_collection_mapped(coll) ((coll) && \
138 ((coll)->target_addr != COLLECTION_NOT_MAPPED))
403 struct its_collection *coll) in update_affinity_collection()
409 if (ite->collection != coll) in update_affinity_collection()
402 update_affinity_collection(struct kvm *kvm, struct vgic_its *its, struct its_collection *coll) update_affinity_collection() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/alteon/
H A Dacenic.h567 u32 coll; member
H A Dacenic.c2800 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/alteon/
H A Dacenic.h567 u32 coll; member
H A Dacenic.c2796 dev->stats.collisions = readl(&mac_stats->coll); in ace_get_stats()

Completed in 23 milliseconds