Home
last modified time | relevance | path

Searched refs:keywords (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.15/scripts/bash-completion/
H A Dmake54 local keywords=()
96 keywords+=(1)
110 keywords+=(1)
115 keywords+=(1 2)
118 keywords+=({,1}{,2})
127 keywords+=(1)
290 local keywords=()
311 keywords+=(
322 keywords+=(
395 keywords+=("${tmp[@]}")
[all …]
/linux-6.15/scripts/genksyms/
H A Dkeywords.c5 } keywords[] = { variable
73 #define NR_KEYWORDS (sizeof(keywords)/sizeof(struct resword))
79 struct resword *r = keywords + i; in is_reserved_word()
/linux-6.15/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_kunit.c582 u32 keywords[16] = {0}; in vcap_api_encode_keyfield_test() local
587 .keystream = keywords, in vcap_api_encode_keyfield_test()
589 .actionstream = keywords, in vcap_api_encode_keyfield_test()
621 KUNIT_EXPECT_EQ(test, (u32)0x0, keywords[0]); in vcap_api_encode_keyfield_test()
622 KUNIT_EXPECT_EQ(test, (u32)0x0, keywords[1]); in vcap_api_encode_keyfield_test()
624 KUNIT_EXPECT_EQ(test, (u32)0x0, keywords[3]); in vcap_api_encode_keyfield_test()
642 u32 keywords[6] = {0}; in vcap_api_encode_max_keyfield_test() local
648 .keystream = keywords, in vcap_api_encode_max_keyfield_test()
650 .actionstream = keywords, in vcap_api_encode_max_keyfield_test()
828 u32 keywords[16] = {0}; in vcap_api_encode_rule_keyset_test() local
[all …]
/linux-6.15/scripts/
H A Dget_maintainer.pl62 my $keywords = 1;
280 'k|keywords!' => \$keywords,
332 $keywords = 0;
564 if ($file ne "MAINTAINERS" && -f $file && $keywords && $keywords_in_file) {
615 } elsif ($keywords) {
972 if ($keywords) {
1105 --keywords => scan patch for keywords (default: $keywords)
1892 k keywords in file [$keywords]
2027 bool_invert(\$keywords);
/linux-6.15/tools/perf/Documentation/
H A Dperf-annotate.txt148 The local/global keywords set if the percentage is computed
150 The period/hits keywords set the base the percentage is computed
H A Dperf-report.txt624 The local/global keywords set if the percentage is computed
626 The period/hits keywords set the base the percentage is computed
/linux-6.15/tools/perf/pmu-events/
H A Dmetric.py526 keywords=[])
561keywords = ['if', 'else', 'min', 'max', 'd_ratio', 'source_count', 'has_event', 'strcmp_cpuid_str']
562 for kw in keywords:
/linux-6.15/Documentation/admin-guide/perf/
H A Dmeson-ddr-pmu.rst24 Below are DDR access request event filter keywords:
/linux-6.15/Documentation/process/
H A Dprogramming-language.rst28 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
H A Dlicense-rules.rst99 of keywords "AND", "OR" separating sub-expressions and surrounded by
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst66 The keywords **full**, **macros** and **prefix** have the same role as when
H A Dbpftool-prog.rst190 passed). If output keywords are omitted, output data and context are
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst338 Three keywords are used to control the speed and duplex configuration.
339 These keywords are Speed, Duplex, and AutoNeg.
341 If the board uses a fiber interface, these keywords are ignored, and the
344 For copper-based boards, the keywords interact as follows:
/linux-6.15/Documentation/arch/s390/
H A Dcommon_io.rst32 keywords can be used to refer to the CCW based boot device and CCW console
/linux-6.15/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst62 ASL Input: minnomax.asl - 30 lines, 614 bytes, 7 keywords
/linux-6.15/Documentation/fb/
H A Dsisfb.rst108 "mode" or "vesa" keywords as a parameter. See above and below.
/linux-6.15/tools/bpf/bpftool/bash-completion/
H A Dbpftool273 # Deal with simplest keywords
375 # "file" is not compatible with other keywords here
/linux-6.15/Documentation/devicetree/bindings/
H A Dexample-schema.yaml5 # All the top-level keys are standard json-schema keywords except for
H A Dwriting-schema.rst107 have exactly one of these keywords in top-level part, so either
/linux-6.15/Documentation/mm/
H A Dpage_owner.rst181 keywords are described in the **STANDARD FORMAT SPECIFIERS** section below.
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon25 stops, respectively. Reading the file returns the keywords
312 keywords for this file are 'none' for disabling the watermarks
/linux-6.15/Documentation/admin-guide/mm/damon/
H A Dusage.rst196 context by writing one of the keywords listed in ``avail_operations`` file and
316 <damon_design_damos_action>`. The keywords that can be written to and read
/linux-6.15/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst115 keywords are:::
/linux-6.15/drivers/media/rc/
H A DKconfig101 different modes using the following RC protocol keywords:
/linux-6.15/Documentation/scsi/
H A Dst.rst340 are configurable when the driver is loaded as a module. The keywords are:
367 versions is supported. The same keywords can be used as when loading

12