Home
last modified time | relevance | path

Searched refs:coll (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-bench.c117 #define for_each_collection(coll) \ argument
118 for (coll = collections; coll->name; coll++)
121 #define for_each_bench(coll, bench) \ argument
122 for (bench = coll->benchmarks; bench && bench->name; bench++)
124 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() argument
128 printf("\n # List of available benchmarks for collection '%s':\n\n", coll->name); in dump_benchmarks()
130 for_each_bench(coll, bench) in dump_benchmarks()
155 struct collection *coll; in print_usage() local
165 for_each_collection(coll) in print_usage()
166 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/
H A DCVE-2021-45444_1.patch38 char oc = *ep, *col, *coll;
49 arg = match_colour((const char **)&coll, is_fg, 0);
/OK3568_Linux_fs/kernel/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->n_rules; i++) { in valid_country()
899 struct fwdb_collection *coll = (void *)((u8 *)db + ptr); in __regdb_query_wmm() local
902 for (i = 0; i < coll->n_rules; i++) { in __regdb_query_wmm()
903 __be16 *rules_ptr = (void *)((u8 *)coll + ALIGN(coll->len, 2)); in __regdb_query_wmm()
[all …]
/OK3568_Linux_fs/buildroot/package/localedef/
H A D0001-HACK-only-build-and-install-localedef.patch47 xlocale localename global-locale coll-lookup
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DRun821 my $coll = $^O ne "aix"
824 $coll =~ s/.*=//;
826 $lang, $map, $coll;
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/appletalk/
H A Dcops.rst56 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
/OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/
H A Dvgic-its.c137 #define its_is_collection_mapped(coll) ((coll) && \ argument
138 ((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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbfd.info11098 value, string, cp, coll, hashp)\
11100 (info, abfd, name, flags, section, value, string, cp, coll, hashp))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbfd.info11098 value, string, cp, coll, hashp)\
11100 (info, abfd, name, flags, section, value, string, cp, coll, hashp))