Searched full:let (Results 1 – 25 of 273) sorted by relevance
1234567891011
| /Documentation/trace/ |
| D | function-graph-fold.vim | 15 let line = getline(a:lnum) 29 let s = split(getline(v:foldstart), '|', 1) 31 let s[2] = ' task switch ' 33 let e = split(getline(v:foldend), '|', 1) 34 let s[2] = e[2]
|
| D | events-nmi.rst | 22 Let's say you suspect that perf_event_nmi_handler() is causing 29 Let's also say you are only interested in when that function is
|
| /Documentation/filesystems/ |
| D | sharedsubtree.rst | 47 Let's say /mnt has a mount that is shared:: 70 Now let's say we mount a device at /tmp/a:: 93 Let's say /mnt has a mount which is shared. 96 Let's bind mount /mnt to /tmp 102 Now let's make the mount at /tmp; a slave of /mnt 105 let's mount /dev/sd0 on /mnt/a 116 However let's see what happens if we mount something on the mount at /tmp 136 let's say we have a mount at /mnt and we make it unbindable:: 140 Let's try to bind mount this mount somewhere else:: 447 let's say we have the following mount tree:: [all …]
|
| D | idmappings.rst | 26 To see what this looks like in practice, let's take the following idmapping:: 234 Let's assume the filesystem was mounted with an idmapping of 244 So the kernel will map the id back up in the idmapping of the caller. Let's 256 Let's look at an example. We are given the following two idmappings:: 384 Let's see some examples with caller/filesystem idmapping but without mount 578 idmapping. Let's assume they change ownership so it is compatible with the 765 we create a new file. Let's say the user is creating a file with ``u1000``. 794 Let's now briefly reconsider the failing examples from earlier in the context 972 Let's assume they want all files on disk to belong to ``u1000``. When the user 1004 Now let's briefly look at what ownership the caller with id ``u1125`` will see
|
| /Documentation/spi/ |
| D | butterfly.rst | 20 SPI protocol drivers interact with the AVR, and could even let the AVR 42 Then to let Linux master that bus to talk to the DataFlash chip, you must 60 That would let you talk to the AVR using custom SPI-with-USI firmware,
|
| /Documentation/i2c/ |
| D | old-module-parameters.rst | 11 <linux/i2c.h> which created standard module parameters to let the user 13 parameters were known as ``probe`` (to let the driver probe for an extra
|
| D | i2c-sysfs.rst | 57 First, let us define some terms to avoid confusion in later sections. 94 let us call it a physical I2C bus. 189 8-channel MUX at address 0x72 behind the channel 1 of the 0x71 MUX. Let us 193 First of all, let us go to the directory of ``i2c-7``:: 217 Let us continue the journey to directory ``i2c-73`` in either ways:: 306 In previous sections, we mostly covered the I2C bus. In this section, let us see
|
| /Documentation/ABI/testing/ |
| D | sysfs-class-tee | 14 of this variable is to let systemd know whether
|
| /Documentation/userspace-api/ |
| D | mfd_noexec.rst | 31 - Let memfd_create() set X bit at creation time. 32 - Let memfd be sealed for modifying X bit when NX is set.
|
| D | sysfs-platform_profile.rst | 26 laptop, etc. It is explicitly NOT a goal of this API to let userspace know
|
| /Documentation/process/ |
| D | management-style.rst | 75 It turns out that since nobody would be stupid enough to ever really let 164 And the more convinced you are that you are right (and let's face it, 188 knowledge that we're better than the average person (let's face it, 209 specific directions, but let's face it, they might be good at what they 232 importantly, they're also likely the person who can fix it. Because, let's 284 boys, let's not be judgmental or sexist here) knocking on your dressing
|
| /Documentation/devicetree/bindings/media/cec/ |
| D | cec-common.yaml | 25 let the CEC pin through if the HPD is high, for example if there is a
|
| /Documentation/sphinx/templates/ |
| D | kernel-toc.html | 14 let currents = document.getElementsByClassName("current")
|
| /Documentation/dev-tools/ |
| D | checkuapi.rst | 53 First, let's try making a change to a UAPI header file that obviously 73 Now, let's use the script to validate:: 81 Let's add another change that *might* break userspace:: 117 break a userspace program that passes in a negative number. Now, let's 129 Now, let's make a similar change that *will* break userspace:: 163 Let's commit the breaking change, then commit the innocuous change:: 172 Now, let's run the script again with no arguments:: 184 let's pass ``-p HEAD~2`` to the script so it checks UAPI changes between 327 This script removes a UAPI header file from the install list. Let's run
|
| /Documentation/devicetree/bindings/platform/ |
| D | microsoft,surface-sam.yaml | 13 Surface devices use a standardized embedded controller to let the
|
| /Documentation/translations/zh_CN/rust/ |
| D | coding-guidelines.rst | 73 /// let foo = f(42); 120 /// let x = Some("air");
|
| /Documentation/devicetree/bindings/power/ |
| D | pd-samsung.yaml | 39 to let user to distinguish between multiple domains in SoC.
|
| /Documentation/admin-guide/laptops/ |
| D | toshiba_haps.rst | 27 however, this driver only provides a notification via a sysfs file to let 76 provides a way to let userspace query the current protection
|
| /Documentation/filesystems/bcachefs/ |
| D | CodingStyle.rst | 12 good. But appreciate beauty when you see it - and let people know. 71 percpu data structures among them. Don't let things stay hidden. 129 Be wary of how you take on and commit to big projects. Don't let development
|
| /Documentation/devicetree/bindings/pinctrl/ |
| D | brcm,ns-pinmux.yaml | 15 available functions. They can be referenced later by other bindings to let
|
| /Documentation/devicetree/bindings/ |
| D | ABI.rst | 23 1) Maintainers, don't let perfect be the enemy of good. Don't hold up a
|
| /Documentation/driver-api/nfc/ |
| D | nfc-hci.rst | 27 let the HCI driver handle proprietary events or override standard behavior. 104 - complete_target_discovered() is an optional entry point to let the driver 119 can handle the event or return 1 to let HCI attempt standard processing. 309 space to let it know that the poll operation will never be able to detect a
|
| /Documentation/driver-api/firmware/ |
| D | firmware-usage-guidelines.rst | 21 firmware file name, in order to let the driver detact any non-ABI
|
| /Documentation/driver-api/iio/ |
| D | triggered-buffers.rst | 5 Now that we know what buffers and triggers are let's see how they work together.
|
| /Documentation/hwmon/ |
| D | oxp-sensors.rst | 77 to let the EC control de fan speed. Read this attribute to see current status.
|
1234567891011