Home
last modified time | relevance | path

Searched full:examples (Results 1 – 25 of 3162) sorted by relevance

12345678910>>...127

/linux/tools/perf/tests/shell/common/
H A Dpatterns.sh5 # Examples:
11 # Examples:
20 # Examples:
30 # Examples:
40 # Examples:
49 # Examples:
57 # Examples:
72 # Examples:
81 # Examples:
87 # Examples:
[all …]
/linux/Documentation/userspace-api/media/dvb/
H A Dexamples.rst6 Examples title
9 In the past, we used to have a set of examples here. However, those
10 examples got out of date and doesn't even compile nowadays.
16 for updated/recommended examples.
/linux/include/linux/
H A Dcc_platform.h31 * Examples include SME, SEV and SEV-ES.
41 * Examples include SME.
51 * Examples include SEV and SEV-ES.
61 * Examples include SEV-ES.
72 * Examples include TDX guest & SEV.
H A Dint_log.h22 * Some usecase examples:
50 * look at intlog2 for similar examples
/linux/rust/kernel/
H A Dbits.rs95 /// # Examples
111 /// # Examples
123 /// # Examples
139 /// # Examples
151 /// # Examples
167 /// # Examples
179 /// # Examples
195 /// # Examples
H A Dprint.rs207 /// # Examples
232 /// # Examples
257 /// # Examples
282 /// # Examples
307 /// # Examples
332 /// # Examples
357 /// # Examples
384 /// # Examples
413 /// # Examples
H A Dbuild_assert.rs14 /// # Examples
43 /// # Examples
45 /// These examples show that different types of [`assert!`] will trigger errors
/linux/samples/
H A DKconfig14 tristate "Build trace_events examples -- loadable modules only"
64 tristate "Build kobject examples"
73 tristate "Build kprobes examples -- loadable modules only"
84 tristate "Build kernel hardware breakpoint examples -- loadable module only"
90 tristate "Build fprobe examples -- loadable modules only"
97 tristate "Build kfifo examples -- loadable modules only"
306 bool "Exec secure bits examples"
/linux/scripts/gendwarfksyms/examples/
H A Dkabi_ex.h7 * Examples for kABI stability features with --stable.
18 * $ gcc -g -c examples/kabi_ex.c -o examples/kabi_ex.o
20 * $ nm examples/kabi_ex.o | awk '{ print $NF }' | \
22 * examples/kabi_ex.o 2>&1 >/dev/null | \
23 * FileCheck examples/kabi_ex.h --check-prefix=STABLE
25 * $ nm examples/kabi_ex.o | awk '{ print $NF }' | \
27 * examples/kabi_ex.o 2>&1 >/dev/null | \
29 * FileCheck examples/kabi_ex.h --check-prefix=VERSIONS
H A Dsymbolptr.c8 * $ clang -g -c examples/symbolptr.c -o examples/symbolptr.o
9 * $ echo -e "f\ng\np" | ./gendwarfksyms -d examples/symbolptr.o
/linux/Documentation/driver-api/gpio/
H A Dusing-gpio.rst10 For examples of already existing generic drivers that will also be good
11 examples for any other kernel drivers you want to author, refer to
22 The userspace ABI is intended for one-off deployments. Examples are prototypes,
43 ``/dev/gpiochipN``. Examples of how to directly use the userspace ABI can be
/linux/rust/pin-init/src/
H A Dlib.rs57 //! # Examples
59 //! Throughout the examples we will often make use of the `CMutex` type which can be found in
60 //! `../examples/mutex.rs`. It is essentially a userland rebuild of the `struct mutex` type from
75 //! # #[path = "../examples/mutex.rs"] mod mutex; use mutex::*;
99 //! # #[path = "../examples/mutex.rs"] mod mutex; use mutex::*;
126 //! # #[path = "../examples/mutex.rs"] mod mutex; use mutex::*;
138 //! # #[path = "../examples/error.rs"] mod error; use error::Error;
139 //! # #[path = "../examples/mutex.rs"] mod mutex; use mutex::*;
317 /// # Examples
321 /// # #[path = "../examples/mute
[all...]
/linux/rust/kernel/alloc/
H A Dkvec.rs35 /// # Examples
117 /// # Examples
130 /// # Examples
143 /// # Examples
231 /// # Examples
267 /// # Examples
314 /// # Examples
337 /// # Examples
380 /// # Examples
426 /// # Examples
[all …]
H A Dkbox.rs38 /// # Examples
110 /// # Examples
122 /// # Examples
134 /// # Examples
191 /// # Examples
266 /// # Examples
299 /// # Examples
387 /// # Examples
591 /// # Examples
619 /// # Examples
[all …]
/linux/Documentation/rust/
H A Dtesting.rst18 These are the tests that come from the examples in the Rust documentation. They
46 These documentation tests are typically examples of usage of any item (e.g.
64 as-is would be useful already, since it allows verifying that examples compile
126 Since these tests are examples, i.e. they are part of the documentation, they
202 boundary cases, can be interesting to show in examples.
214 Currently, they are mostly used for testing the ``macros`` crate's examples.
/linux/rust/kernel/sync/
H A Datomic.rs72 /// variables over unit-only enums, see [Examples].
81 /// # Examples
108 /// [Examples]: AtomicType#examples
153 /// examples below.
165 /// # Examples
252 /// # Examples
282 /// # Examples
317 /// # Examples
361 /// # Examples
483 /// # Examples
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dnixge.txt24 Examples (10G generic PHY):
49 Examples (10G generic PHY, no MDIO):
65 Examples (1G generic fixed-link + MDIO):
/linux/Documentation/process/
H A Dcode-of-conduct.rst19 Examples of behavior that contributes to creating a positive environment
29 Examples of unacceptable behavior by participants include:
58 when an individual is representing the project or its community. Examples of
/linux/tools/perf/Documentation/
H A Dbuild-xed.txt8 $ ./mfile.py examples
11 $ sudo cp obj/examples/xed /usr/local/bin
/linux/tools/sched_ext/
H A DREADME.md7 schedulers are meant to provide examples of different types of schedulers
11 Some of the examples are performant, production-ready schedulers. That is, for
14 Others are just examples that in practice, would not provide acceptable
23 # Compiling the examples
177 a basic weighted FIFO queuing policy. It also provides examples of some common
/linux/samples/auxdisplay/
H A Dcfag12864b-example.c184 #define EXAMPLES 6 macro
191 if (n > EXAMPLES) in example()
194 printf("Example %i/%i - ", n, EXAMPLES); in example()
258 for (n = 1; n <= EXAMPLES; n++) { in main()
/linux/Documentation/translations/zh_CN/rust/
H A Dcoding-guidelines.rst69 /// # Examples
117 /// # Examples
145 - 如果提供使用实例对读者有帮助的话,必须写在一个叫做``# Examples``的部分。
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst149 Examples::
161 suffix and with ``-`` changed to ``_``. Examples::
175 Examples::
187 proceeds. Examples::
200 last line number in the file. Examples::
305 Examples chapter
/linux/Documentation/bpf/
H A Dmap_xskmap.rst133 Examples chapter
180 AF_XDP-forwarding programs in the `bpf-examples`_ directory in the `libxdp`_ repository.
191 .. _bpf-examples: https://github.com/xdp-project/bpf-examples
/linux/Documentation/devicetree/bindings/clock/
H A Drockchip,rk3568-cru.yaml16 (examples: provide SCLK_UART1\PCLK_UART1 and SRST_P_UART1\SRST_S_UART1 for UART module)
58 examples:

12345678910>>...127