Searched full:examples (Results 1 – 25 of 3745) sorted by relevance
12345678910>>...150
/linux-6.14.4/tools/perf/tests/shell/common/ |
D | patterns.sh | 5 # Examples: 11 # Examples: 20 # Examples: 30 # Examples: 40 # Examples: 49 # Examples: 57 # Examples: 72 # Examples: 81 # Examples: 87 # Examples: [all …]
|
/linux-6.14.4/Documentation/userspace-api/media/dvb/ |
D | examples.rst | 6 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-6.14.4/include/linux/ |
D | cc_platform.h | 31 * 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.
|
/linux-6.14.4/samples/ |
D | Kconfig | 14 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" 295 bool "Exec secure bits examples"
|
/linux-6.14.4/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 10 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-6.14.4/scripts/gendwarfksyms/examples/ |
D | symbolptr.c | 8 * $ clang -g -c examples/symbolptr.c -o examples/symbolptr.o 9 * $ echo -e "f\ng\np" | ./gendwarfksyms -d examples/symbolptr.o
|
D | kabi_ex.h | 7 * 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
|
/linux-6.14.4/Documentation/process/ |
D | license-rules.rst | 114 Other examples using WITH exceptions found in the kernel are:: 130 Examples from the kernel for license expressions in dual licensed files:: 171 Examples:: 199 Freeform text for usage advice. The text must include correct examples 207 File format examples:: 251 Examples:: 298 Examples:: 344 Examples:: 381 examples for the SPDX license identifiers as they should be put into 388 File format examples::
|
D | code-of-conduct.rst | 19 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-6.14.4/Documentation/devicetree/bindings/net/ |
D | nixge.txt | 24 Examples (10G generic PHY): 49 Examples (10G generic PHY, no MDIO): 65 Examples (1G generic fixed-link + MDIO):
|
/linux-6.14.4/Documentation/driver-api/media/ |
D | camera-sensor.rst | 96 Please also see :ref:`examples <media-camera-sensor-examples>`. 120 .. _media-camera-sensor-examples: 127 the purpose of an example. The following drivers are known to be good examples:
|
/linux-6.14.4/tools/lib/perf/Documentation/ |
D | Makefile | 9 MAN_EX = examples/*.c 35 exdir = $(docdir)/examples 129 install-examples: 130 $(call QUIET_INSTALL, examples) \
|
/linux-6.14.4/rust/kernel/ |
D | print.rs | 205 /// # Examples 229 /// # Examples 253 /// # Examples 277 /// # Examples 301 /// # Examples 325 /// # Examples 349 /// # Examples 375 /// # Examples 403 /// # Examples
|
D | build_assert.rs | 14 /// # Examples 43 /// # Examples 45 /// These examples show that different types of [`assert!`] will trigger errors
|
D | device.rs | 233 /// # Examples 258 /// # Examples 283 /// # Examples 308 /// # Examples 333 /// # Examples 358 /// # Examples 383 /// # Examples 408 /// # Examples
|
/linux-6.14.4/tools/perf/Documentation/ |
D | build-xed.txt | 8 $ ./mfile.py examples 11 $ sudo cp obj/examples/xed /usr/local/bin
|
/linux-6.14.4/arch/um/drivers/ |
D | Kconfig | 19 information and command line examples of how to use this facility. 164 has examples of the UML command line to use to enable Ethertap 202 has examples of the UML command line to use to enable slip 223 has examples of the UML command line to use to enable Daemon 269 That site has a good overview of what VDE is and also examples 292 has examples of the UML command line to use to enable Multicast
|
/linux-6.14.4/drivers/android/ |
D | binder_alloc_selftest.c | 35 * is not page aligned. Examples: 46 * Examples: 54 * is not page aligned. Examples: 62 * is page aligned. Examples: 70 * previous buffer and is not page aligned. Examples:
|
/linux-6.14.4/rust/kernel/alloc/ |
D | kvec.rs | 28 /// # Examples 108 /// # Examples 121 /// # Examples 134 /// # Examples 227 /// # Examples 274 /// # Examples 307 /// # Examples 325 /// # Examples 400 /// # Examples 485 /// # Examples [all …]
|
/linux-6.14.4/tools/sched_ext/ |
D | README.md | 7 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-6.14.4/samples/auxdisplay/ |
D | cfag12864b-example.c | 184 #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-6.14.4/Documentation/translations/zh_CN/rust/ |
D | coding-guidelines.rst | 69 /// # Examples 117 /// # Examples 145 - 如果提供使用实例对读者有帮助的话,必须写在一个叫做``# Examples``的部分。
|
/linux-6.14.4/rust/kernel/sync/lock/ |
D | global.rs | 20 /// See [`global_lock!`] for examples. 34 /// See [`global_lock!`] for examples. 95 /// See [`global_lock!`] for examples. 116 /// See [`global_lock!`] for examples. 183 /// # Examples
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/lunarlake/ |
D | frontend.json | 21 …mitations when the back-end could have accepted more operations. Common examples include instructi… 25 …mitations when the back-end could have accepted more operations. Common examples include instructi…
|
/linux-6.14.4/Documentation/devicetree/bindings/thermal/ |
D | armada-thermal.txt | 20 Two entries are expected, see the examples below. The first one points 29 Examples:
|
12345678910>>...150