Home
last modified time | relevance | path

Searched full:foo* (Results 426 - 450 of 30481) sorted by relevance

1...<<11121314151617181920>>...1220

/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c738 unsigned int foo; in init_rng() local
740 if (getrandom(&foo, sizeof(foo), 0) == -1) { in init_rng()
745 srand(foo); in init_rng()
/kernel/linux/linux-6.6/Documentation/admin-guide/
H A Dcgroup-v2.rst1349 This breaks down the cgroup's memory footprint into different
1441 the value for the foo counter, since the foo counter is type-based, not
1538 This breaks down the cgroup's memory footprint into different
2956 and make corrections until the minimal memory footprint that still
/kernel/linux/linux-6.6/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst963 # mkdir foo
964 # cd foo
/kernel/linux/linux-6.6/Documentation/arch/arm/stm32/
H A Dstm32-dma-mdma-chaining.rst169 Then get this SRAM pool in your foo driver and allocate your SRAM buffer.
210 Driver updates for STM32 DMA-MDMA chaining support in foo driver
/kernel/linux/linux-6.6/Documentation/arch/s390/
H A D3270.rst285 echo pf24="mkdir foobar; cd foobar" > /proc/tty/driver/tty3270
287 to execute the commands mkdir foobar and cd foobar immediately when you
291 echo -n pf24="mkdir foo; cd foo" > /proc/tty/driver/tty3270
/kernel/linux/linux-6.6/Documentation/bpf/
H A Dverifier.rst40 bpf_call foo
437 2 : call foo() ; Frame #0
438 ... ; Frame #1, instructions from foo()
440 ... ; Frame #1, instructions from foo()
442 exit ; Frame #1, return from foo()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
H A Dmaxim,max77686.txt61 foo@0 {
62 compatible = "bar,foo";
86 foo@0 {
87 compatible = "bar,foo";
109 foo@0 {
110 compatible = "bar,foo";
H A Dmaxim,max9485.txt54 foo@0 {
55 compatible = "bar,foo";
57 clock-names = "foo-input-clk";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/
H A Dcapella,cm3605.yaml71 vdd-supply = <&foo_reg>;
72 aset-gpios = <&foo_gpio 1 GPIO_ACTIVE_LOW>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
H A Drohm,bd71837-pmic.yaml15 BOM cost and compact solution footprint. BD71837MWV integrates 8 Buck
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/
H A Dbrcm,bcm-pmb.yaml49 foo {
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/
H A Dreserved-memory.yaml138 compatible = "foo";
139 model = "foo";
H A Dramoops.yaml126 compatible = "foo";
127 model = "foo";
/kernel/linux/linux-6.6/Documentation/driver-api/
H A Dclk.rst35 hardware-specific bits for the hypothetical "foo" hardware.
189 struct clk_foo *foo;
191 foo = to_clk_foo(hw);
193 ... perform magic on foo ...
/kernel/linux/linux-6.6/Documentation/driver-api/media/
H A Ddtv-frontend.rst24 A typical example of such struct in a driver ``foo`` is::
26 static struct dvb_frontend_ops foo_ops = {
29 .name = "foo DVB-T/T2/C driver",
53 .init = foo_init,
54 .sleep = foo_sleep,
55 .release = foo_release,
56 .set_frontend = foo_set_frontend,
57 .get_frontend = foo_get_frontend,
58 .read_status = foo_get_status_and_stats,
59 .tune = foo_tune,
[all...]
/kernel/linux/linux-6.6/Documentation/driver-api/usb/
H A Dpersist.rst160 If the kernel gets fooled in this way, it's almost certain to cause
/kernel/linux/linux-6.6/Documentation/filesystems/
H A Dsysfs.rst110 static DEVICE_ATTR(foo, S_IWUSR | S_IRUGO, show_foo, store_foo);
116 .name = "foo",
131 static struct device_attribute dev_attr_foo = __ATTR_RW(foo);
H A Dxfs-online-fsck-design.rst871 This is less foolproof than, say, storing file data block checksums, but much
4261 repair, and is not completely foolproof.
/kernel/linux/linux-6.6/Documentation/images/
H A Dlogo.svg1263 inkscape:label="Clip - Left Foot Brighter Highlights"
1290 inkscape:label="Clip - Left Foot Highlights" />
1305 inkscape:label="Clip - Right Foot Highlights"
1327 inkscape:label="Clip - Right Foot Brighter Highlights"
1349 inkscape:label="Clip - Right Foot Brightest Highlights"
1707 inkscape:label="Right Foot"
1718 inkscape:label="Right Foot Shadow" />
1726 inkscape:label="Right Foot" />
1735 inkscape:label="Right Foot Hightlights" />
1744 inkscape:label="Right Foot Brighte
[all...]
/kernel/linux/linux-6.6/Documentation/process/
H A D3.Early-stage.rst45 tend to get outshouted by a large crowd of arrogant fools. Trying
/kernel/linux/linux-6.6/Documentation/translations/it_IT/process/
H A Dcoding-style.rst568 kfree(foo->bar);
569 kfree(foo);
572 Il baco in questo codice è che in alcuni punti d'uscita la variabile ``foo`` è
579 kfree(foo->bar);
581 kfree(foo);
832 #define FOO(x) \
846 #define FOO(val) bar(index, val)
852 ritorcervisi contro se qualcuno, per esempio, trasforma FOO in una funzione
869 #define FOO(x) \
1092 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);
109 foo = krealloc(current_size + chunk_size * (count - 3), GFP_KERNEL);
113 foo = krealloc(size_add(current_size,
278 struct foo items[1];
290 struct foo items[0];
305 struct foo items[];
322 struct foo items[0];
357 struct foo items[1];
376 struct foo item
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dsocket.c16 * -foo = error foo
/kernel/linux/linux-6.6/Documentation/arch/arm/
H A Dtcm.rst83 int __tcmfunc foo(int bar);
92 int __tcmdata foo;
96 int __tcmconst foo;
/kernel/linux/linux-6.6/Documentation/arch/x86/
H A Dboot.rst1413 to section alignment, the memory footprint of the executable image beyond

Completed in 81 milliseconds

1...<<11121314151617181920>>...1220