Searched full:foo* (Results 101 - 125 of 1794) sorted by relevance
12345678910>>...72
/kernel/linux/linux-5.10/Documentation/admin-guide/cifs/ |
H A D | usage.rst | 191 ln -s /mnt/foo bar
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
H A D | cache-policies.rst | 19 to get fooled by many small bios. For this reason the core target
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | memory-barriers.txt | 1782 struct __attribute__((__packed__)) foo { 1787 struct foo foo1, foo2; 1790 foo2.a = foo1.a; 1791 foo2.b = foo1.b; 1792 foo2.c = foo1 [all...] |
/kernel/linux/linux-5.10/Documentation/maintainer/ |
H A D | modifying-patches.rst | 20 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
|
/kernel/linux/linux-5.10/Documentation/power/ |
H A D | runtime_pm.rst | 881 foo_read_or_write(struct foo_priv *foo, void *data) 883 lock(&foo->private_lock); 884 add_request_to_io_queue(foo, data); 885 if (foo->num_pending_requests++ == 0) 886 pm_runtime_get(&foo->dev); 887 if (!foo->is_suspended) 888 foo_process_next_request(foo); [all...] |
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
H A D | hi6220-hikey.dts | 367 * UART2. This is only for the informational lines i.e. "[FOO]",
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
H A D | secure.txt | 16 instance "secure-foo" would override "foo". For property names with 17 a vendor prefix, the Secure variant of "vendor,foo" would be 18 "vendor,secure-foo". If there is no "secure-" property then the Secure
|
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
H A D | platform.rst | 63 runtime memory footprint::
|
H A D | design-patterns.rst | 24 struct foo { 29 static int foo_probe(...) 31 struct foo *foo; 33 foo = devm_kzalloc(dev, sizeof(*foo), GFP_KERNEL); 34 if (!foo) 36 spin_lock_init(&foo->lock); 40 This will create an instance of struct foo in memory every time probe() is 46 pass around a pointer to struct foo lik [all...] |
/kernel/linux/linux-5.10/Documentation/fb/ |
H A D | sstfb.rst | 18 (I eat my own dog food)
|
/kernel/linux/linux-5.10/Documentation/infiniband/ |
H A D | tag_matching.rst | 28 To keep MPI library memory footprint down, MPI implementations typically use
|
/kernel/linux/linux-5.10/Documentation/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-5.10/arch/arm/mach-footbridge/include/mach/ |
H A D | irqs.h | 3 * arch/arm/mach-footbridge/include/mach/irqs.h
|
H A D | hardware.h | 3 * arch/arm/mach-footbridge/include/mach/hardware.h
|
H A D | memory.h | 3 * arch/arm/mach-footbridge/include/mach/memory.h 22 * If we may be using add-in footbridge mode, then we must 38 * The footbridge is programmed to expose the system RAM at 0xe0000000. 50 #error "Undefined footbridge mode"
|
H A D | uncompress.h | 3 * arch/arm/mach-footbridge/include/mach/uncompress.h
|
H A D | isa-dma.h | 3 * arch/arm/mach-footbridge/include/mach/isa-dma.h
|
H A D | entry-macro.S | 2 * arch/arm/mach-footbridge/include/mach/entry-macro.S 4 * Low-level IRQ helper macros for footbridge-based platforms
|
H A D | io.h | 3 * arch/arm/mach-footbridge/include/mach/io.h
|
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/ |
H A D | isa-irq.c | 3 * linux/arch/arm/mach-footbridge/irq.c
|
H A D | ebsa285.c | 3 * linux/arch/arm/mach-footbridge/ebsa285.c 118 .map_io = footbridge_map_io, 119 .init_early = footbridge_sched_clock, 120 .init_irq = footbridge_init_irq, 121 .init_time = footbridge_timer_init, 122 .restart = footbridge_restart,
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
H A D | printk-formats.rst | 450 %pOF /foo/bar@0 - Node full name 451 %pOFf /foo/bar@0 - Same as above 452 %pOFfp /foo/bar@0:10 - Node full name + phandle 453 %pOFfcF /foo/bar@0:foo,device:--P- - Node full name +
|
H A D | rbtree.rst | 204 overhead for maintanence; albeit larger memory footprint.
|
H A D | protection-keys.rst | 60 *ptr = foo; // assign something 91 *ptr = foo;
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
H A D | nvmem.rst | 69 static struct nvmem_cell_info foo_nvmem_cells[] = { 77 static struct nvmem_cell_table foo_nvmem_cell_table = { 79 .cells = foo_nvmem_cells, 80 .ncells = ARRAY_SIZE(foo_nvmem_cells), 83 nvmem_add_cell_table(&foo_nvmem_cell_table); 88 static struct nvmem_cell_lookup foo_nvmem_lookup = { 91 .dev_id = "foo_mac.0", 95 nvmem_add_cell_lookups(&foo_nvmem_lookup, 1);
|
Completed in 37 milliseconds
12345678910>>...72