Home
last modified time | relevance | path

Searched full:foo* (Results 26 - 50 of 1794) sorted by relevance

12345678910>>...72

/kernel/linux/linux-5.10/Documentation/trace/
H A Dhistogram.rst1358 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 Devents.rst1006 foo_event_run_command);
H A Dftrace-design.rst65 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 Dhi3660-hikey960.dts224 * UART3. This is only for the informational lines i.e. "[FOO]",
H A Dhi3670-hikey970.dts94 * UART2. This is only for the informational lines i.e. "[FOO]",
/kernel/linux/linux-5.10/arch/x86/um/
H A Duser-offsets.c18 void foo(void) in foo() function
/kernel/linux/linux-5.10/Documentation/ABI/testing/
H A Dsysfs-bus-usb82 # 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 Dsysfs-bus-vfio-mdev34 /sys/devices/foo/mdev_supported_types/foo-1/create
H A Dsysfs-bus-rbd12 $ echo "192.168.0.1 name=admin rbd foo" > /sys/bus/rbd/add
/kernel/linux/linux-5.10/Documentation/cdrom/
H A Dide-cd.rst264 foolproof. See Documentation/ide/ide.rst for more information
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
H A Dqcom,rpmcc.txt31 and come in pairs: FOO_CLK followed by FOO_A_CLK. The latter clock
/kernel/linux/linux-5.10/Documentation/filesystems/
H A Df2fs.rst289 - current memory footprint consumed by f2fs.
/kernel/linux/linux-5.10/Documentation/networking/
H A D6lowpan.rst43 lowpan_foobar_priv(dev)->bar = foo;
H A Dfilter.rst361 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 Dcoding-style.rst508 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 Ddeprecated.rst77 foo = kmalloc(count * size, GFP_KERNEL);
81 foo = kmalloc_array(count, size, GFP_KERNEL);
/kernel/linux/linux-5.10/Documentation/virt/kvm/
H A Dmmu.rst34 - footprint:
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dasm-offsets.c14 void foo(void) in foo() function
/kernel/linux/linux-5.10/Documentation/RCU/
H A Drcu_dereference.rst201 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 Dtorture.rst53 This condition is important, since it can fool you into thinking
/kernel/linux/linux-5.10/Documentation/core-api/
H A Ddma-api-howto.rst861 ringp->mapping = FOO;
866 dma_unmap_addr_set(ringp, mapping, FOO);
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/amplifiers/
H A Dadi,hmc425a.yaml49 vcc-supply = <&foo>;
/kernel/linux/linux-5.10/Documentation/admin-guide/
H A Dbug-hunting.rst216 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 Dbootconfig.rst48 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 Dexample-schema.yaml131 foo-gpios:
133 description: A connection of the 'foo' gpio line.
136 foo-supply: true
159 - enum: [foo, bar]
211 - foo-supply

Completed in 105 milliseconds

12345678910>>...72