/kernel/linux/linux-5.10/Documentation/trace/ |
H A D | histogram.rst | 1358 field in the shared 'foo' histogram data:: 1360 # echo 'hist:name=foo:keys=skbaddr.hex:vals=len' > \ 1362 # echo 'hist:name=foo:keys=skbaddr.hex:vals=len' > \ 1373 # trigger info: hist:name=foo:keys=skbaddr.hex:vals=hitcount,len:sort=hitcount:size=2048 [active] 1425 # trigger info: hist:name=foo:keys=skbaddr.hex:vals=hitcount,len:sort=hitcount:size=2048 [active]
|
H A D | events.rst | 1006 foo_event_run_command);
|
H A D | ftrace-design.rst | 65 For example, if the function foo() calls bar(), when the bar() function calls 68 - "frompc" - the address bar() will use to return to foo()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
H A D | hi3660-hikey960.dts | 224 * UART3. This is only for the informational lines i.e. "[FOO]",
|
H A D | hi3670-hikey970.dts | 94 * UART2. This is only for the informational lines i.e. "[FOO]",
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | user-offsets.c | 18 void foo(void) in foo() function
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb | 82 # echo "8086 10f5" > /sys/bus/usb/drivers/foo/new_id 87 # echo "0458 7045 0 0458 704c" > /sys/bus/usb/drivers/foo/new_id 93 # cat /sys/bus/usb/drivers/foo/new_id 121 # echo "046d c315" > /sys/bus/usb/drivers/foo/remove_id
|
H A D | sysfs-bus-vfio-mdev | 34 /sys/devices/foo/mdev_supported_types/foo-1/create
|
H A D | sysfs-bus-rbd | 12 $ echo "192.168.0.1 name=admin rbd foo" > /sys/bus/rbd/add
|
/kernel/linux/linux-5.10/Documentation/cdrom/ |
H A D | ide-cd.rst | 264 foolproof. See Documentation/ide/ide.rst for more information
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
H A D | qcom,rpmcc.txt | 31 and come in pairs: FOO_CLK followed by FOO_A_CLK. The latter clock
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
H A D | f2fs.rst | 289 - current memory footprint consumed by f2fs.
|
/kernel/linux/linux-5.10/Documentation/networking/ |
H A D | 6lowpan.rst | 43 lowpan_foobar_priv(dev)->bar = foo;
|
H A D | filter.rst | 361 The above example code can be placed into a file (here called "foo"), and 366 $ ./bpf_asm foo 371 $ ./bpf_asm -c foo 407 * load pcap foo.pcap 781 bpf_call foo 782 bpf_mov R7, R0 /* save foo() return value */ 804 callq foo 822 return foo(ctx, 2, 3, 4, 5) + bar(ctx, 6, 7, 8, 9); 825 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64 835 bpf_call foo [all...] |
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
H A D | coding-style.rst | 508 kfree(foo->bar); 509 kfree(foo); 512 Il baco in questo codice è che in alcuni punti d'uscita la variabile ``foo`` è 519 kfree(foo->bar); 521 kfree(foo); 772 #define FOO(x) \ 786 #define FOO(val) bar(index, val) 792 ritorcervisi contro se qualcuno, per esempio, trasforma FOO in una funzione 809 #define FOO(x) \ 1032 compile-command: "gcc -DMAGIC_DEBUG_FLAG foo [all...] |
H A D | deprecated.rst | 77 foo = kmalloc(count * size, GFP_KERNEL); 81 foo = kmalloc_array(count, size, GFP_KERNEL);
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
H A D | mmu.rst | 34 - footprint:
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | asm-offsets.c | 14 void foo(void) in foo() function
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
H A D | rcu_dereference.rst | 201 struct foo { 206 struct foo *gp1; 207 struct foo *gp2; 211 struct foo *p; 227 struct foo *p; 228 struct foo *q; 253 struct foo { 259 struct foo *gp1; 260 struct foo *gp2; 264 struct foo * [all...] |
H A D | torture.rst | 53 This condition is important, since it can fool you into thinking
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
H A D | dma-api-howto.rst | 861 ringp->mapping = FOO; 866 dma_unmap_addr_set(ringp, mapping, FOO);
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/amplifiers/ |
H A D | adi,hmc425a.yaml | 49 vcc-supply = <&foo>;
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
H A D | bug-hunting.rst | 216 Put the bytes into a "foo.s" file like this: 219 .globl foo 220 foo: 223 Compile it with "gcc -c -o foo.o foo.s" then look at the output of 224 "objdump --disassemble foo.o".
|
H A D | bootconfig.rst | 48 foo.bar.baz = value1 49 foo.bar.qux.quux = value2 53 foo.bar { 60 foo.bar { baz = value1; qux.quux = value2 } 71 foo = bar, baz 72 foo = qux # !ERROR! we can not re-define same key 77 foo = bar, baz 78 foo := qux 80 then, the ``qux`` is assigned to ``foo`` key. This is useful for 87 foo [all...] |
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
H A D | example-schema.yaml | 131 foo-gpios: 133 description: A connection of the 'foo' gpio line. 136 foo-supply: true 159 - enum: [foo, bar] 211 - foo-supply
|