/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 738 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 D | cgroup-v2.rst | 1349 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 D | memory.rst | 963 # mkdir foo 964 # cd foo
|
/kernel/linux/linux-6.6/Documentation/arch/arm/stm32/ |
H A D | stm32-dma-mdma-chaining.rst | 169 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 D | 3270.rst | 285 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 D | verifier.rst | 40 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 D | maxim,max77686.txt | 61 foo@0 { 62 compatible = "bar,foo"; 86 foo@0 { 87 compatible = "bar,foo"; 109 foo@0 { 110 compatible = "bar,foo";
|
H A D | maxim,max9485.txt | 54 foo@0 { 55 compatible = "bar,foo"; 57 clock-names = "foo-input-clk";
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/ |
H A D | capella,cm3605.yaml | 71 vdd-supply = <&foo_reg>; 72 aset-gpios = <&foo_gpio 1 GPIO_ACTIVE_LOW>;
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
H A D | rohm,bd71837-pmic.yaml | 15 BOM cost and compact solution footprint. BD71837MWV integrates 8 Buck
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/ |
H A D | brcm,bcm-pmb.yaml | 49 foo {
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/ |
H A D | reserved-memory.yaml | 138 compatible = "foo"; 139 model = "foo";
|
H A D | ramoops.yaml | 126 compatible = "foo"; 127 model = "foo";
|
/kernel/linux/linux-6.6/Documentation/driver-api/ |
H A D | clk.rst | 35 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 D | dtv-frontend.rst | 24 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 D | persist.rst | 160 If the kernel gets fooled in this way, it's almost certain to cause
|
/kernel/linux/linux-6.6/Documentation/filesystems/ |
H A D | sysfs.rst | 110 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 D | xfs-online-fsck-design.rst | 871 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 D | logo.svg | 1263 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 D | 3.Early-stage.rst | 45 tend to get outshouted by a large crowd of arrogant fools. Trying
|
/kernel/linux/linux-6.6/Documentation/translations/it_IT/process/ |
H A D | coding-style.rst | 568 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 D | deprecated.rst | 77 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 D | socket.c | 16 * -foo = error foo
|
/kernel/linux/linux-6.6/Documentation/arch/arm/ |
H A D | tcm.rst | 83 int __tcmfunc foo(int bar); 92 int __tcmdata foo; 96 int __tcmconst foo;
|
/kernel/linux/linux-6.6/Documentation/arch/x86/ |
H A D | boot.rst | 1413 to section alignment, the memory footprint of the executable image beyond
|