| /linux/tools/perf/tests/shell/common/ |
| H A 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/Documentation/userspace-api/media/dvb/ |
| H A 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/rust/kernel/ |
| H A D | bits.rs | 97 /// # Examples 113 /// # Examples 125 /// # Examples 141 /// # Examples 153 /// # Examples 169 /// # Examples 181 /// # Examples 197 /// # Examples
|
| H A D | ptr.rs | 39 /// # Examples 64 /// # Examples 100 /// # Examples 116 /// # Examples 137 /// # Examples 154 /// # Examples 173 /// # Examples 186 /// # Examples 274 /// # Examples
|
| H A D | build_assert.rs | 93 /// # Examples 126 /// # Examples 151 /// # Examples 187 /// # Examples
|
| H A D | print.rs | 212 /// # Examples 237 /// # Examples 262 /// # Examples 287 /// # Examples 312 /// # Examples 337 /// # Examples 362 /// # Examples 389 /// # Examples 418 /// # Examples 494 /// # Examples [all...] |
| /linux/samples/ |
| H A 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" 308 bool "Exec secure bits examples"
|
| /linux/scripts/gendwarfksyms/examples/ |
| H A 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 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 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
|
| /linux/Documentation/driver-api/gpio/ |
| H A 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/rust/pin-init/src/ |
| H A D | lib.rs | 57 //! # 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 74 //! # #[path = "../examples/mutex.rs"] mod mutex; use mutex::*; 97 //! # #[path = "../examples/mutex.rs"] mod mutex; use mutex::*; 124 //! # #[path = "../examples/mutex.rs"] mod mutex; use mutex::*; 136 //! # #[path = "../examples/error.rs"] mod error; use error::Error; 137 //! # #[path = "../examples/mutex.rs"] mod mutex; use mutex::*; 311 /// # Examples 315 /// # #[path = "../examples/mute [all...] |
| /linux/Documentation/process/ |
| H A D | license-rules.rst | 117 Other examples using WITH exceptions found in the kernel are:: 133 Examples from the kernel for license expressions in dual licensed files:: 174 Examples:: 202 Freeform text for usage advice. The text must include correct examples 210 File format examples:: 254 Examples:: 301 Examples:: 347 Examples:: 384 examples for the SPDX license identifiers as they should be put into 391 File format examples::
|
| H A 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/rust/kernel/alloc/ |
| H A D | kvec.rs | 61 /// # Examples 143 /// # Examples 156 /// # Examples 169 /// # Examples 257 /// # Examples in as_mut_ptr() 293 /// # Examples in new() 340 /// # Examples 363 /// # Examples 406 /// # Examples in insert_within_capacity() 452 /// # Examples in pop() [all...] |
| H A D | kbox.rs | 61 /// # Examples 108 /// # Examples 120 /// # Examples 132 /// # Examples 189 /// # Examples 264 /// # Examples 287 /// # Examples in pin() 318 /// # Examples 409 /// # Examples in into_inner() 627 /// # Examples [all...] |
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 83 /// variables over unit-only enums, see [Examples]. 92 /// # Examples 119 /// [Examples]: AtomicType#examples 165 /// examples below. 177 /// # Examples 246 /// # Examples 272 /// # Examples in load() 302 /// # Examples in store() 346 /// # Examples in xchg() [all...] |
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | nixge.txt | 24 Examples (10G generic PHY): 49 Examples (10G generic PHY, no MDIO): 65 Examples (1G generic fixed-link + MDIO):
|
| /linux/tools/perf/Documentation/ |
| H A D | build-xed.txt | 8 $ ./mfile.py examples 11 $ sudo cp obj/examples/xed /usr/local/bin
|
| /linux/tools/sched_ext/ |
| H A 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 170 a basic weighted FIFO queuing policy. It also provides examples of some common
|
| /linux/samples/auxdisplay/ |
| H A 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/rust/kernel/sync/lock/ |
| H A D | global.rs | 21 /// See [`global_lock!`] for examples. 35 /// See [`global_lock!`] for examples. 99 /// See [`global_lock!`] for examples. 124 /// See [`global_lock!`] for examples. 191 /// # Examples
|
| /linux/include/linux/ |
| H A D | int_log.h | 22 * Some usecase examples: 50 * look at intlog2 for similar examples
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | rockchip,rk3568-cru.yaml | 16 (examples: provide SCLK_UART1\PCLK_UART1 and SRST_P_UART1\SRST_S_UART1 for UART module) 58 examples:
|
| /linux/Documentation/bpf/ |
| H A D | map_xskmap.rst | 133 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/timer/ |
| H A D | fsl,gtm.yaml | 32 # for CPM2 GTMs (no known examples) 59 examples:
|