Searched full:last (Results 1 – 25 of 719) sorted by relevance
12345678910>>...29
| /Documentation/userspace-api/ |
| D | ELF.rst | 13 "Last" program header is the one with the biggest offset in the file: 25 Last PT_GNU_STACK program header defines userspace stack executability 31 ELF interpreter's last PT_GNU_PROPERTY program header is used (since 32 Linux 5.8). If interpreter doesn't have one, then the last PT_GNU_PROPERTY
|
| /Documentation/driver-api/nvdimm/ |
| D | firmware-activate.rst | 67 attribute reflects the state of the last activation as one of: 70 No runtime activation triggered since the last time the device was reset 73 The last runtime activation completed successfully. 76 The last runtime activation failed for device-specific reasons. 79 The last runtime activation failed due to a sequencing error of the
|
| /Documentation/arch/powerpc/ |
| D | vcpudispatch_stats.rst | 31 2. number of times this vcpu was dispatched on the same processor as last 34 as last time, but within the same chip 69 physical cpu as the last time. 2683 were on a different core, but within 71 its last dispatch.
|
| /Documentation/translations/zh_CN/core-api/ |
| D | rbtree.rst | 265 unsigned long start, unsigned long last) 291 if (node->start <= last) { /* Cond1 */ 292 if (node->last >= start) /* Cond2 */ 310 unsigned long max = node->last, subtree_last; 368 unsigned long start = node->start, last = node->last; 374 if (parent->__subtree_last < last) 375 parent->__subtree_last = last; 382 node->__subtree_last = last;
|
| /Documentation/devicetree/bindings/iio/adc/ |
| D | adi,ad7280a.yaml | 31 adi,voltage-alert-last-chan: 36 last device in the daisy chain. 75 adi,voltage-alert-last-chan = <5>;
|
| /Documentation/gpu/ |
| D | msm-crash-dump.rst | 52 last-fence 53 The last fence that was issued on the ringbuffer 56 The last fence retired on the ringbuffer.
|
| /Documentation/devicetree/bindings/power/reset/ |
| D | restart-handler.yaml | 15 handlers, which usually are tried from most precise to last resort. 22 0:: Restart handler of last resort, with limited restart capabilities.
|
| /Documentation/arch/arm/ |
| D | swp_emulation.rst | 14 the last process to trigger the emulation to be invocated. For example:: 19 Last process: 314
|
| /Documentation/userspace-api/media/v4l/ |
| D | vidioc-decoder-cmd.rst | 108 reverse playback the application must feed the decoder the last 120 the last frame was decoded. 166 the picture to black after it stopped decoding. Otherwise the last 170 decoding until timestamp >= pts or until the last of the pending 195 end of the stream and the last output buffer had the 197 dequeueing the capture buffer containing the last decoded frame.
|
| /Documentation/arch/s390/ |
| D | monreader.rst | 143 last byte of data. The start address is needed to handle "end-of-frame" records 158 <last MCE> | 159 <last set of records> / 182 should discard the data read since the last successful read with 0 size. 185 discard the data read since the last successful read with 0 size. 191 message limit reached, the data read since the last successful 194 In the last case (EOVERFLOW) there may be missing data, in the first two cases
|
| /Documentation/arch/mips/ |
| D | ingenic-tcu.rst | 45 own interrupt line; channels 2-7 share the last interrupt line. 47 interrupt line; the OST uses the last interrupt line. 50 the OST uses the last interrupt line.
|
| /Documentation/scheduler/ |
| D | sched-pelt.c | 61 long last = 0, y_inv = ((1UL<<32)-1)*y; in calc_converged_max() local 71 if (last == max) in calc_converged_max() 74 last = max; in calc_converged_max()
|
| /Documentation/power/ |
| D | userland-swsusp.rst | 46 last argument of ioctl() should be a pointer to an int variable, 72 (the last argument should be a pointer to a loff_t variable that 77 (the last argument should be a pointer to a loff_t variable that 82 (the last argument should be a pointer to a loff_t variable that 92 located (the last ioctl() argument should point to a struct 164 in the memory location pointed to by the last argument of ioctl() and proceed
|
| /Documentation/ABI/testing/ |
| D | debugfs-moxtet | 23 Description: (RW) Read last written value to the shift registers, in 32 01 01 was last written, or is to be written, to the
|
| D | configfs-stp-policy | 39 Write two numbers: the first master and the last master number. 46 Write two numbers: the first channel and the last channel
|
| D | sysfs-fs-nilfs2 | 64 Show last write time of super block in human-readable 71 Show last write time of super block in seconds. 147 Show write time of the last segment in 154 Show write time of the last segment in seconds. 160 Show write time of the last segment not for cleaner 167 Show write time of the last segment not for cleaner
|
| /Documentation/devicetree/bindings/soc/qcom/ |
| D | qcom-stats.yaml | 17 entered, time of last entry, time of last exit and accumulated sleep duration.
|
| /Documentation/wmi/ |
| D | acpi-interface.rst | 53 by this required ACPI method. The last two characters of the ACPI method name 68 Used for executing WMI methods associated with a data block. The last two 80 Used for optionally enabling/disabling WMI events, the last two characters of 89 instead of events and thus the last two characters of the ACPI method name are
|
| /Documentation/leds/ |
| D | leds-qcom-lpg.rst | 54 The LPG supports specifying a longer hold-time for the first and last element 69 Similarly, the last entry can be stretched by using a higher hold-time on the 70 last entry.
|
| /Documentation/devicetree/bindings/perf/ |
| D | marvell-cn10k-tad.yaml | 14 shared on-chip last level cache (LLC). The tad pmu measures the 15 performance of last-level cache. Each tad pmu supports up to eight
|
| /Documentation/userspace-api/media/cec/ |
| D | cec-pin-error-inj.rst | 48 # <op>[,<mode>] rx-remove-byte remove the last byte from the received CEC message 61 # <op>[,<mode>] tx-remove-byte drop the last byte from the message 68 # <op>[,<mode>] tx-last-bit <bit> stop sending after this bit 175 Remove the last byte from the received CEC message, provided it 211 Don't set the EOM bit. Normally the last byte of the message has the EOM 219 of two bytes or more. The EOM bit will be set for the second-to-last byte 220 and not for the final byte. The receiver should ignore the last byte in 223 in Idle state after the last byte was transmitted. 237 Drop the last byte from the message, provided the message is at least 292 ``<op>[,<mode>] tx-last-bit <bit>``
|
| /Documentation/core-api/ |
| D | rbtree.rst | 181 the first or last element in the tree. To continue, fetch the next or previous 303 unsigned long start, unsigned long last) 329 if (node->start <= last) { /* Cond1 */ 330 if (node->last >= start) /* Cond2 */ 348 unsigned long max = node->last, subtree_last; 406 unsigned long start = node->start, last = node->last; 412 if (parent->__subtree_last < last) 413 parent->__subtree_last = last; 420 node->__subtree_last = last;
|
| D | errseq.rst | 24 sampled it since the last time an error was recorded. 39 can tell whether the value has changed since they last checked it. 57 far and whether he made any mistakes since they last asked. 111 whether one was made since they last checked, and the latest value 154 since the last time it was checked.
|
| /Documentation/devicetree/bindings/i2c/ |
| D | i2c-mux-pinctrl.yaml | 35 defined, it must be the last entry in pinctrl-names. For example: 38 pinctrl-names = "ddc", "idle", "pta" -> Invalid ("idle" not last) 39 pinctrl-names = "idle", "ddc", "pta" -> Invalid ("idle" not last)
|
| /Documentation/admin-guide/ |
| D | serial-console.rst | 39 the last device will be used when you open ``/dev/console``. 57 This rule is used also when the last console= parameter is not used 73 Note that the last ``console=tty1`` parameter still makes a difference. 74 The kernel command line is used also by systemd. It would use the last
|
12345678910>>...29