Home
last modified time | relevance | path

Searched full:foo* (Results 201 - 225 of 1794) sorted by relevance

12345678910>>...72

/kernel/linux/linux-5.10/Documentation/filesystems/
H A Dpath-lookup.rst74 If a pathname ends with a slash, such as "``/tmp/foo/``" it might be
624 locks, increment no counts, leave no footprints.
637 dances lightly down the cached filesystem image, leaving no footprints
1240 ln -s bar /tmp/foo
1241 echo hello > /tmp/foo
1253 no counts, leave no footprints." We have since seen that some
1254 "footprints" can be needed when handling symlinks as a counted
1256 footprints are best kept to a minimum.
1259 footprints in a way that doesn't affect directories is in updating access times.
H A Dporting.rst22 Remove inode->u.foo_inode_i
26 struct foo_inode_info {
30 static inline struct foo_inode_info *FOO_I(struct inode *inode)
32 return list_entry(inode, struct foo_inode_info, vfs_inode);
35 Use FOO_I(inode) instead of &inode->u.foo_inode_i;
37 Add foo_alloc_inode() and foo_destroy_inode() - the former should allocate
38 foo_inode_info an
[all...]
/kernel/linux/linux-5.10/Documentation/networking/
H A Dnetdev-FAQ.rst160 * foobar blah blah blah
166 /* foobar blah blah blah
H A Dsnmp_counter.rst1477 >>> s.send(b'foo')
1766 string 'foo' in our example::
1771 foo
H A Dsfp-phylink.rst109 private data structure as ``struct foo_priv``.
141 static int foo_ethtool_set_link_ksettings(struct net_device *dev,
144 struct foo_priv *priv = netdev_priv(dev);
149 static int foo_ethtool_get_link_ksettings(struct net_device *dev,
152 struct foo_priv *priv = netdev_priv(dev);
/kernel/linux/linux-5.10/Documentation/process/
H A Dmaintainer-pgp-guide.rst309 $ cp -a ~/.gnupg /media/disk/foo/gnupg-backup
313 $ gpg --homedir=/media/disk/foo/gnupg-backup --list-key [fpr]
637 $ export GNUPGHOME=/media/disk/foo/gnupg-backup
/kernel/linux/linux-5.10/Documentation/trace/
H A Dkprobes.rst92 your foot.
/kernel/linux/linux-5.10/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst60 * You can run a very small VM with a minimal footprint for a specific
/kernel/linux/linux-5.10/arch/arm/boot/dts/
H A Dbcm2835-rpi-zero-w.dts43 * "FOO" = GPIO line named "FOO" on the schematic
44 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b-plus.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b-rev2.dts31 * "FOO" = GPIO line named "FOO" on the schematic
32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-zero.dts33 * "FOO" = GPIO line named "FOO" on the schematic
34 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-b.dts31 * "FOO" = GPIO line named "FOO" on the schematic
32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
H A Dbcm2835-rpi-cm1-io1.dts17 * "FOO" = GPIO line named "FOO" on the schematic
18 * "FOO_N" = GPIO line named "FOO" on schematic, active low
/kernel/linux/linux-5.10/Documentation/RCU/Design/Requirements/
H A DRequirements.rst125 | Just who are you trying to fool??? |
399 3 struct foo *p;
491 hold a reference to the newly removed ``struct foo`` after the
499 ``do_something_gp()`` and find the newly deleted ``struct foo``.
592 | implementation. That said, it is much easier to fool yourself into |
1184 footprint is critically important on single-CPU systems with
1248 1 struct foo {
1256 9 struct foo *p = container_of(rhp, struct foo, rh);
1263 16 struct foo *
[all...]
/kernel/linux/linux-5.10/Documentation/RCU/
H A DRTFP.txt2189 Small-footprint implementation of RCU for uniprocessor
/kernel/linux/linux-5.10/Documentation/core-api/
H A Dxarray.rst252 void foo_init(struct foo *foo)
254 xa_init_flags(&foo->array, XA_FLAGS_LOCK_BH);
257 int foo_store(struct foo *foo, unsigned long index, void *entry)
261 xa_lock_bh(&foo->array);
262 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
264 foo
[all...]
H A Dunaligned-memory-access.rst87 struct foo {
120 struct foo {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/
H A Dqcom,ebi2.txt125 pinctrl-0 = <&foo_ebi2_pins>;
127 foo-ebi2@2,0 {
128 compatible = "foo";
/kernel/linux/linux-5.10/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 ...
H A Dpinctl.rst64 const struct pinctrl_pin_desc foo_pins[] = {
74 static struct pinctrl_desc foo_desc = {
75 .name = "foo",
76 .pins = foo_pins,
77 .npins = ARRAY_SIZE(foo_pins),
81 int __init foo_probe(void)
87 error = pinctrl_register_and_init(&foo_desc, <PARENT>,
139 struct foo_group {
148 static const struct foo_group foo_groups[]
[all...]
/kernel/linux/linux-5.10/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst4208 tristate "Foobar XYZ" depends on SND select SND_PCM help Say Y here
4209 to include support for Foobar XYZ soundcard. To compile this driver
/kernel/linux/linux-5.10/Documentation/vm/
H A Dnuma.rst104 the scheduler does not take a task's NUMA footprint into account directly.
/kernel/linux/linux-5.10/
H A DMAINTAINERS759 M: Ley Foon Tan <ley.foon.tan@intel.com>
1833 ARM/FOOTBRIDGE ARCHITECTURE
1839 F: arch/arm/mach-footbridge/
12386 M: Ley Foon Tan <ley.foon.tan@intel.com>
13327 M: Ley Foon Tan <ley.foon.tan@intel.com>
13522 M: Ley Foon Tan <ley.foon
[all...]
H A DMakefile1808 # make foo/bar/baz.s
1814 # make foo/bar/baz/

Completed in 90 milliseconds

12345678910>>...72