/kernel/linux/linux-5.10/Documentation/filesystems/ |
H A D | path-lookup.rst | 74 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 D | porting.rst | 22 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 D | netdev-FAQ.rst | 160 * foobar blah blah blah 166 /* foobar blah blah blah
|
H A D | snmp_counter.rst | 1477 >>> s.send(b'foo') 1766 string 'foo' in our example:: 1771 foo
|
H A D | sfp-phylink.rst | 109 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 D | maintainer-pgp-guide.rst | 309 $ 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 D | kprobes.rst | 92 your foot.
|
/kernel/linux/linux-5.10/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 60 * 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 D | bcm2835-rpi-zero-w.dts | 43 * "FOO" = GPIO line named "FOO" on the schematic 44 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2835-rpi-b-plus.dts | 38 * "FOO" = GPIO line named "FOO" on the schematic 39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2835-rpi-b-rev2.dts | 31 * "FOO" = GPIO line named "FOO" on the schematic 32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2835-rpi-zero.dts | 33 * "FOO" = GPIO line named "FOO" on the schematic 34 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2835-rpi-b.dts | 31 * "FOO" = GPIO line named "FOO" on the schematic 32 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
H A D | bcm2835-rpi-cm1-io1.dts | 17 * "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 D | Requirements.rst | 125 | 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 D | RTFP.txt | 2189 Small-footprint implementation of RCU for uniprocessor
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
H A D | xarray.rst | 252 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 D | unaligned-memory-access.rst | 87 struct foo { 120 struct foo {
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/ |
H A D | qcom,ebi2.txt | 125 pinctrl-0 = <&foo_ebi2_pins>; 127 foo-ebi2@2,0 { 128 compatible = "foo";
|
/kernel/linux/linux-5.10/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 ...
|
H A D | pinctl.rst | 64 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 D | writing-an-alsa-driver.rst | 4208 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 D | numa.rst | 104 the scheduler does not take a task's NUMA footprint into account directly.
|
/kernel/linux/linux-5.10/ |
H A D | MAINTAINERS | 759 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 D | Makefile | 1808 # make foo/bar/baz.s 1814 # make foo/bar/baz/
|