Home
last modified time | relevance | path

Searched full:foo* (Results 101 - 125 of 1794) sorted by relevance

12345678910>>...72

/kernel/linux/linux-5.10/Documentation/admin-guide/cifs/
H A Dusage.rst191 ln -s /mnt/foo bar
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst19 to get fooled by many small bios. For this reason the core target
/kernel/linux/linux-5.10/Documentation/
H A Dmemory-barriers.txt1782 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 Dmodifying-patches.rst20 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
/kernel/linux/linux-5.10/Documentation/power/
H A Druntime_pm.rst881 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 Dhi6220-hikey.dts367 * UART2. This is only for the informational lines i.e. "[FOO]",
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
H A Dsecure.txt16 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 Dplatform.rst63 runtime memory footprint::
H A Ddesign-patterns.rst24 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 Dsstfb.rst18 (I eat my own dog food)
/kernel/linux/linux-5.10/Documentation/infiniband/
H A Dtag_matching.rst28 To keep MPI library memory footprint down, MPI implementations typically use
/kernel/linux/linux-5.10/Documentation/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-5.10/arch/arm/mach-footbridge/include/mach/
H A Dirqs.h3 * arch/arm/mach-footbridge/include/mach/irqs.h
H A Dhardware.h3 * arch/arm/mach-footbridge/include/mach/hardware.h
H A Dmemory.h3 * 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 Duncompress.h3 * arch/arm/mach-footbridge/include/mach/uncompress.h
H A Disa-dma.h3 * arch/arm/mach-footbridge/include/mach/isa-dma.h
H A Dentry-macro.S2 * arch/arm/mach-footbridge/include/mach/entry-macro.S
4 * Low-level IRQ helper macros for footbridge-based platforms
H A Dio.h3 * arch/arm/mach-footbridge/include/mach/io.h
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H A Disa-irq.c3 * linux/arch/arm/mach-footbridge/irq.c
H A Debsa285.c3 * 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 Dprintk-formats.rst450 %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 Drbtree.rst204 overhead for maintanence; albeit larger memory footprint.
H A Dprotection-keys.rst60 *ptr = foo; // assign something
91 *ptr = foo;
/kernel/linux/linux-5.10/Documentation/driver-api/
H A Dnvmem.rst69 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