Home
last modified time | relevance | path

Searched full:foo* (Results 276 - 300 of 1794) sorted by relevance

1...<<11121314151617181920>>...72

/kernel/linux/linux-5.10/Documentation/filesystems/
H A Dseq_file.rst321 p->foo = bar; /* initialize my stuff */
/kernel/linux/linux-5.10/Documentation/kbuild/
H A Dmakefiles.rst147 obj-y += foo.o
150 foo.o. foo.o will be built from foo.c or foo.S.
152 If foo.o shall be built as a module, the variable obj-m is used.
157 obj-$(CONFIG_FOO) += foo.o
H A Dkconfig-language.rst124 bool "foo" if BAR
130 bool "foo"
146 By abusing select you are able to select a symbol FOO even
147 if FOO depends on BAR that is not set.
161 config FOO
162 tristate "foo"
172 FOO BAR BAZ's default choice for BAZ
187 Note: If the combination of FOO=y and BAR=m causes a link error,
190 foo_init()
193 baz_register(&foo);
[all...]
H A Dmodules.rst147 Example (The module foo.ko, consist of bar.o and baz.o)::
151 make -C $KDIR M=$PWD foo.ko
308 file. For example, if you wanted to build two modules, foo.ko
311 obj-m := foo.o bar.o
312 foo-y := <foo_srcs>
511 If you have two modules, foo.ko and bar.ko, where
512 foo.ko needs symbols from bar.ko, you can use a
517 ./foo/ <= contains foo
[all...]
H A Dkconfig-macro-language.rst16 APP := foo
17 SRC := foo.c
26 foo: foo.c
27 gcc -o foo foo.c
38 def_bool $(shell, $(srctree)/scripts/gcc-check-foo.sh $(CC))
207 config FOO
208 int "foo"
215 config FOO
[all...]
H A Dllvm.rst47 clang --target=aarch64-linux-gnu foo.c
/kernel/linux/linux-5.10/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst1002 struct foo *next = list->next;
1024 struct foo *next = list->next;
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
H A Ddc21285.c248 if (nr || !footbridge_cfn_mode()) in dc21285_setup()
258 res[0].name = "Footbridge non-prefetch"; in dc21285_setup()
260 res[1].name = "Footbridge prefetch"; in dc21285_setup()
303 printk(KERN_INFO "PCI: DC21285 footbridge, revision %02lX, in " in dc21285_preinit()
307 if (footbridge_cfn_mode()) { in dc21285_preinit()
347 } else if (footbridge_cfn_mode() != 0) { in dc21285_preinit()
H A Dcommon.c3 * linux/arch/arm/mach-footbridge/common.c
51 * Footbridge IRQ translation table
52 * Converts from our IRQ numbers into FootBridge masks
109 void __init footbridge_init_irq(void) in footbridge_init_irq() function
113 if (!footbridge_cfn_mode()) in footbridge_init_irq()
146 * The mapping when the footbridge is in host mode. We don't map any of
175 void __init footbridge_map_io(void) in footbridge_map_io() function
187 if (footbridge_cfn_mode()) { in footbridge_map_io()
195 void footbridge_restart(enum reboot_mode mode, const char *cmd) in footbridge_restart() function
H A Ddc21285-timer.c3 * linux/arch/arm/mach-footbridge/dc21285-timer.c
107 void __init footbridge_timer_init(void) in footbridge_timer_init() function
122 static u64 notrace footbridge_read_sched_clock(void) in footbridge_read_sched_clock() function
127 void __init footbridge_sched_clock(void) in footbridge_sched_clock() function
135 sched_clock_register(footbridge_read_sched_clock, 24, rate); in footbridge_sched_clock()
H A Dcats-hw.c3 * linux/arch/arm/mach-footbridge/cats-hw.c
94 .map_io = footbridge_map_io,
95 .init_irq = footbridge_init_irq,
97 .restart = footbridge_restart,
H A Dcats-pci.c3 * linux/arch/arm/mach-footbridge/cats-pci.c
H A Debsa285-pci.c3 * linux/arch/arm/mach-footbridge/ebsa285-pci.c
H A Ddma.c53 if (footbridge_cfn_mode()) in fb_dma_init()
H A Dcommon.h4 extern void footbridge_timer_init(void);
9 extern void footbridge_map_io(void);
10 extern void footbridge_init_irq(void);
13 extern void footbridge_restart(enum reboot_mode, const char *);
15 extern void footbridge_sched_clock(void);
/kernel/linux/linux-5.10/arch/arm64/boot/dts/bitmain/
H A Dbm1880-sophon-edge.dts29 * lines i.e. "[FOO]", the GPIO named lines "GPIO-A" thru "GPIO-L"
/kernel/linux/linux-5.10/Documentation/RCU/
H A DwhatisRCU.rst404 struct foo {
409 DEFINE_SPINLOCK(foo_mutex);
411 struct foo __rcu *gbl_foo;
414 * Create a new struct foo that is the same as the one currently
426 void foo_update_a(int new_a)
428 struct foo *new_fp;
429 struct foo *old_fp;
432 spin_lock(&foo_mutex);
433 old_fp = rcu_dereference_protected(gbl_foo, lockdep_is_held(&foo_mutex));
437 spin_unlock(&foo_mutex);
[all...]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/
H A Dpower_domain.txt33 compatible = "foo,i-leak-current";
40 compatible = "foo,i-leak-current";
92 compatible = "foo,power-controller";
99 compatible = "foo,i-leak-current";
106 compatible = "foo,i-leak-current";
H A Dqcom,rpmpd.yaml143 compatible = "foo,i-leak-current";
/kernel/linux/linux-5.10/Documentation/driver-api/media/
H A Dv4l2-controls.rst63 struct foo_dev {
75 struct foo_dev {
87 v4l2_ctrl_handler_init(&foo->ctrl_handler, nr_of_controls);
99 foo->v4l2_dev.ctrl_handler = &foo->ctrl_handler;
105 foo->sd.ctrl_handler = &foo->ctrl_handler;
111 v4l2_ctrl_handler_free(&foo->ctrl_handler);
176 v4l2_ctrl_handler_init(&foo->ctrl_handler, nr_of_controls);
177 v4l2_ctrl_new_std(&foo
[all...]
/kernel/linux/linux-5.10/Documentation/locking/
H A Dseqlock.rst59 seqcount_t foo_seqcount;
60 seqcount_init(&foo_seqcount);
63 static seqcount_t foo_seqcount = SEQCNT_ZERO(foo_seqcount);
67 .seq = SEQCNT_ZERO(foo.seq),
68 } foo;
74 write_seqcount_begin(&foo_seqcount);
78 write_seqcount_end(&foo_seqcount);
83 seq = read_seqcount_begin(&foo_seqcount);
87 } while (read_seqcount_retry(&foo_seqcount, se
[all...]
/kernel/linux/linux-5.10/Documentation/networking/
H A Dpacket_mmap.rst423 setsockopt(fd, SOL_PACKET, PACKET_RX_RING, &foo, sizeof(foo));
/kernel/linux/linux-5.10/Documentation/staging/
H A Dstatic-keys.rst285 footprint. We can in fact improve this even further, since the 5-byte no-op
/kernel/linux/linux-5.10/Documentation/target/
H A Dtcm_mod_builder.rst99 target:/mnt/sdb/lio-core-2.6.git# mkdir -p /sys/kernel/config/target/nab5000/iqn.foo/tpgt_1/lun/lun_0
100 target:/mnt/sdb/lio-core-2.6.git# cd /sys/kernel/config/target/nab5000/iqn.foo/tpgt_1/lun/lun_0/
101 target:/sys/kernel/config/target/nab5000/iqn.foo/tpgt_1/lun/lun_0# ln -s /sys/kernel/config/target/core/iblock_0/lvm_test0 nab5000_port
103 target:/sys/kernel/config/target/nab5000/iqn.foo/tpgt_1/lun/lun_0# cd -
107 |-- iqn.foo
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_output.c859 /* Do not fool tcpdump (if any), clean our debris */ in tcp_nip_make_synack()

Completed in 65 milliseconds

1...<<11121314151617181920>>...72