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

/linux-master/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) argument
151 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name);
153 for_each_bench(coll, bench)
178 struct collection *coll; local
234 run_collection(struct collection *coll) argument
260 struct collection *coll; local
268 struct collection *coll; local
[all...]
/linux-master/net/wireless/
H A Dreg.c712 struct fwdb_collection *coll = (void *)(data + ptr); local
717 if ((u8 *)coll + offsetofend(typeof(*coll), n_rules) > data + size)
721 if ((u8 *)coll + ALIGN(coll->len, 2) +
722 (coll->n_rules * 2) > data + size)
726 if (coll->len < offsetofend(struct fwdb_collection, dfs_region))
729 rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2));
731 for (i = 0; i < coll
883 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); local
931 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); local
[all...]
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-its.c142 #define its_is_collection_mapped(coll) ((coll) && \
143 ((coll)->target_addr != COLLECTION_NOT_MAPPED))
421 struct its_collection *coll)
427 if (ite->collection != coll)
420 update_affinity_collection(struct kvm *kvm, struct vgic_its *its, struct its_collection *coll) argument
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.h567 u32 coll; member in struct:ace_mac_stats
H A Dacenic.c2796 dev->stats.collisions = readl(&mac_stats->coll);

Completed in 177 milliseconds