Home
last modified time | relevance | path

Searched refs:example (Results 1 – 25 of 1347) sorted by relevance

12345678910>>...54

/linux/samples/
A DKconfig17 This build trace event example modules.
27 tristate "Build register_ftrace_direct() example"
31 This builds an ftrace direct function example
35 tristate "Build register_ftrace_direct_multi() example"
39 This builds an ftrace direct function example
63 This build several kprobes example modules.
74 This builds kernel hardware breakpoint example modules.
90 Build an example of how to dynamically add the hello
136 When enabled, this builds an example code that uses the
146 bool "Landlock example"
[all …]
/linux/tools/testing/kunit/test_data/
A Dtest_is_test_passed-all_passed_nested.log7 # Subtest: example
16 kunit example: all tests passed
17 ok 2 - example
24 # Subtest: example
33 kunit example: all tests passed
34 ok 2 - example
A Dtest_is_test_passed-failure.log23 # Subtest: example
27 # example_simple_test: EXPECTATION FAILED at lib/kunit/example-test.c:30
36 kunit example: one or more tests failed
37 not ok 2 - example
A Dtest_strip_hyphen.log9 # Subtest: example
15 kunit example: all tests passed
16 ok 2 example
A Dtest_is_test_passed-all_passed.log23 # Subtest: example
32 kunit example: all tests passed
33 ok 2 - example
A Dtest_is_test_passed-missing_plan.log21 # Subtest: example
30 kunit example: all tests passed
31 ok 2 - example
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst102 file name is **example.o**, BPF object name will be
220 BPF ELF object file *example.bpf.o*.
222 **$ bpftool gen skeleton example.bpf.o name example | tee example.skel.h**
235 struct example {
266 static void example__destroy(struct example *obj);
267 static inline struct example *example__open_opts(
269 static inline struct example *example__open();
277 **$ cat example.c**
281 #include "example.skel.h"
285 struct example *skel;
[all …]
/linux/Documentation/translations/zh_TW/process/
A Dsubmitting-patches.rst446 Co-developed-by: First Co-Author <first@coauthor.example.org>
447 Signed-off-by: First Co-Author <first@coauthor.example.org>
448 Co-developed-by: Second Co-Author <second@coauthor.example.org>
449 Signed-off-by: Second Co-Author <second@coauthor.example.org>
450 Signed-off-by: From Author <from@author.example.org>
454 From: From Author <from@author.example.org>
458 Co-developed-by: Random Co-Author <random@coauthor.example.org>
459 Signed-off-by: Random Co-Author <random@coauthor.example.org>
460 Signed-off-by: From Author <from@author.example.org>
462 Signed-off-by: Submitting Co-Author <sub@coauthor.example.org>
[all …]
/linux/Documentation/translations/zh_CN/process/
A Dsubmitting-patches.rst443 Co-developed-by: First Co-Author <first@coauthor.example.org>
444 Signed-off-by: First Co-Author <first@coauthor.example.org>
445 Co-developed-by: Second Co-Author <second@coauthor.example.org>
446 Signed-off-by: Second Co-Author <second@coauthor.example.org>
447 Signed-off-by: From Author <from@author.example.org>
451 From: From Author <from@author.example.org>
455 Co-developed-by: Random Co-Author <random@coauthor.example.org>
456 Signed-off-by: Random Co-Author <random@coauthor.example.org>
457 Signed-off-by: From Author <from@author.example.org>
459 Signed-off-by: Submitting Co-Author <sub@coauthor.example.org>
[all …]
/linux/samples/kfifo/
A DMakefile2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
/linux/Documentation/dev-tools/kunit/
A Dstart.rst126 ``drivers/misc/example.h`` with the contents:
132 create a file ``drivers/misc/example.c``:
138 #include "example.h"
150 bool "My example"
156 obj-$(CONFIG_MISC_EXAMPLE) += example.o
159 ``drivers/misc/example-test.c``:
164 #include "example.h"
189 .name = "misc-example",
199 tristate "Test for my example" if !KUNIT_ALL_TESTS
207 obj-$(CONFIG_MISC_EXAMPLE_TEST) += example-test.o
[all …]
A Drunning_tips.rst175 # Subtest: example
179 ok 1 - example
186 For example, we'd change the config options from before to
197 $ modprobe kunit-example-test
238 So using our example config:
242 $ modprobe kunit-example-test > /dev/null
243 $ cat /sys/kernel/debug/kunit/example/results
247 $ modprobe -r kunit-example-test
248 $ cat /sys/kernel/debug/kunit/example/results
249 /sys/kernel/debug/kunit/example/results: No such file or directory
[all …]
A Dusage.rst55 and then sets *expectations* for what should happen. For example:
79 the failure is logged. For example:
147 For example:
198 .name = "example",
265 in the child struct. For example:
466 fictitious example for ``sha1sum(1)``
520 * E.g. see ``fs/ext4/inode-test.c`` for an example of both.
653 For example, let's say you have the following kunitconfig:
696 # Subtest: example
700 ok 1 - example
[all …]
/linux/tools/testing/ktest/examples/
A DREADME1 This directory contains example configs to use ktest for various tasks.
10 crosstests.conf - this config shows an example of testing a git repo against
16 test.conf - A generic example of a config. This is based on an actual config
19 kvm.conf - A example of a config that is used to test a virtual guest running
22 snowball.conf - An example config that was used to demo ktest.pl against
26 included into other configs. This is a real use example that shows how
/linux/Documentation/x86/
A Dcpuinfo.rst42 displayed accordingly in /proc/cpuinfo. For example, the flag "avx2"
65 setup_force_cpu_cap macros. For example, if bit 5 is set in MSR_IA32_CORE_CAPS,
73 software feature implemented in the kernel. For example, Kernel Page Table
89 X86_FEATURE_<name> in cpufeatures.h. For example, the flag "avx2" is from
96 will be the name of the flags. For example, the flag "sse4_1" comes from
107 the feature to be exposed to userspace. For example, X86_FEATURE_ALWAYS is
117 For example, when a new kernel is running on old hardware or the feature is
123 For example, when an old kernel is running on new hardware.
127 For example, if 5-level-paging is not enabled when building (i.e.,
150 missing at runtime. For example, AVX flags will not show up if XSAVE feature
[all …]
/linux/Documentation/translations/zh_CN/maintainer/
A Dmodifying-patches.rst24 Signed-off-by: Random J Developer <random@developer.example.org>
25 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
26 Signed-off-by: Lucky K Maintainer <lucky@maintainer.example.org>
/linux/Documentation/devicetree/bindings/
A DMakefile3 DT_EXTRACT_EX ?= dt-extract-example
24 $(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE
98 always-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dts, $(DT_SCHEMA_FILES))
99 always-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dt.yaml, $(DT_SCHEMA_FILES))
/linux/Documentation/networking/devlink/
A Ddevlink-resource.rst14 For example, the ``netdevsim`` driver enables ``/IPv4/fib`` and
23 specify the path of the resource. For example ``/IPv4/fib`` is the id for
40 example usage
43 The resources exposed by the driver can be observed, for example:
63 attribute, which represents the pending change in size. For example:
/linux/Documentation/devicetree/bindings/sound/
A Drenesas,rsnd.txt36 ${LINUX}/arch/arm/boot/dts/r8a7790-lager.dts can be good example.
37 This is example of
45 ${LINUX}/arch/arm/boot/dts/r8a7790.dts can be good example.
71 for example digital TV case.
123 example of using matrix
132 example of changing connection
236 This is example if SSI1 want to share WS pin with SSI0
245 This is example of SSI0/SSI1/SSI2 (= for 6ch)
252 This is example of TDM 6ch.
/linux/Documentation/ABI/testing/
A Dsysfs-driver-input-exc30004 Description: Reports the firmware version provided by the touchscreen, for example "00_T6" on a …
13 Description: Reports the model identification provided by the touchscreen, for example "Orion_13…
22 Description: Reports the type identification provided by the touchscreen, for example "PCAP82H80 Se…
/linux/tools/power/pm-graph/config/
A Dcustom-timeline-functions.cfg92 # example: _cpu_up:
99 # example: CPU_ON[{cpu}]
105 # example: [color=#CC00CC]
110 # example: cpu=%di:s32
157 # example: ata_eh_recover:
164 # example: ata{port}_port_reset
170 # example: [color=#CC00CC]
175 # example: port=+36(%di):s32
/linux/Documentation/devicetree/bindings/fsi/
A Dfsi.txt7 busses, which are then exposed by the device tree. For example, an FSI engine
48 be needed as well, for example:
71 required. For an example, a slave on link 1, with ID 2, could be represented
98 For example, for a slave using a single 0x400-byte page starting at address
106 Full example
109 Here's an example that illustrates:
134 /* FSI engine at 0xc00, using a single page. In this example,
/linux/Documentation/devicetree/bindings/mips/img/
A Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
13 The example project runs on the Nexys4DDR board by Digilent powered by
16 Relevant details about the example project and the Nexys4DDR board:
76 When the example project bitstream is loaded, the cpu_reset button
/linux/samples/kobject/
A DMakefile2 obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o kset-example.o
/linux/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt22 from "a". This means that an explicit read barrier is required, for example
33 following example:
50 the original example by eliminating the "if" statement as follows:
91 have been applied. Therefore, if you need ordering in this example,
92 you must use explicit memory ordering, for example, smp_store_release():
104 guaranteed only when the stores differ, for example:
121 preserve ordering. For example:
164 evaluation. Consider this example:
171 always true, the compiler can transform this example as follows, again
177 This is yet another example showing the importance of preventing the
[all …]

Completed in 39 milliseconds

12345678910>>...54