Searched full:largest (Results 1 – 25 of 55) sorted by relevance
123
| /Documentation/translations/zh_CN/core-api/ |
| D | watch_queue.rst | 290 size_t largest, len; 292 largest = end - p; 293 if (largest > 128) 294 largest = 128; 295 memcpy(&n, p, largest); 299 if (len == 0 || len > largest)
|
| /Documentation/core-api/ |
| D | watch_queue.rst | 320 size_t largest, len; 322 largest = end - p; 323 if (largest > 128) 324 largest = 128; 325 memcpy(&n, p, largest); 329 if (len == 0 || len > largest)
|
| D | memory-allocation.rst | 150 sizes, the alignment is guaranteed to be at least the largest power-of-two
|
| /Documentation/ABI/stable/ |
| D | firewire-cdev | 81 buffer which is large enough to receive the largest event that 90 size, i.e. number of packets times size of largest packet,
|
| /Documentation/hwmon/ |
| D | lm93.rst | 96 list will cause the driver to use the next largest interval. The available 151 will cause the driver to use the next largest value. Also note: when manual 161 not available will cause the driver to use the next largest value. Also note 172 combination of eight control sources. The final PWM is the largest of all 246 to use the next largest value. 259 which is not available will cause the driver to use the next largest value.
|
| D | adm1026.rst | 92 largest difference between current and tmin of the temperature sensors sets
|
| /Documentation/devicetree/bindings/regulator/ |
| D | vctrl.txt | 8 - regulator-max-microvolt : largest voltage consumers may set
|
| D | regulator.yaml | 22 description: largest voltage consumers may set 32 description: largest current consumers may set
|
| /Documentation/i2c/ |
| D | i2c-stub.rst | 31 return the number of bytes selected with the largest write so far.
|
| /Documentation/mm/ |
| D | overcommit-accounting.rst | 45 largest size you think you will need. For typical stack usage this does
|
| /Documentation/maintainer/ |
| D | maintainer-entry-profile.rst | 85 One of the largest sources of contributor angst is how soon to ping
|
| /Documentation/core-api/irq/ |
| D | irq-domain.rst | 106 as large as the largest possible hwirq number. 128 since it doesn't need to allocate a table as large as the largest
|
| /Documentation/devicetree/bindings/sound/ |
| D | amlogic,axg-sound-card.yaml | 53 accommodate the largest mask provided.
|
| /Documentation/filesystems/ |
| D | befs.rst | 24 The largest part of the code written by Will Dyson <will_dyson@pobox.com>
|
| /Documentation/process/ |
| D | 1.Intro.rst | 54 contributors to each release, is one of the largest and most active free 57 runs on pocket-sized digital music players, desktop PCs, the largest
|
| /Documentation/devicetree/bindings/riscv/ |
| D | cpus.yaml | 67 Identifies the largest MMU address translation mode supported by
|
| /Documentation/gpu/rfc/ |
| D | i915_small_bar.h | 114 * always select the largest minimum page-size for the set of possible
|
| /Documentation/input/ |
| D | multi-touch-protocol.rst | 87 by noting that the largest supported BTN_TOOL_*TAP event is larger than the 236 surface units. If the surface has an X times Y resolution, the largest
|
| D | input.rst | 178 ``hid-generic`` is one of the largest and most complex driver of the
|
| /Documentation/locking/ |
| D | mutex-design.rst | 160 Unlike its original design and purpose, 'struct mutex' is among the largest
|
| /Documentation/admin-guide/mm/ |
| D | multigen_lru.rst | 120 the former is the largest and that of the latter is the smallest.
|
| /Documentation/gpu/amdgpu/ |
| D | driver-core.rst | 69 largest block on the GPU. The 3D pipeline has tons of sub-blocks. In
|
| /Documentation/arch/arm64/ |
| D | sme.rst | 222 PR_SME_SET_VL_ONEXEC is present in arg), is set to the largest value 224 SVE_VL_MAX, the value set will be the largest value supported by the
|
| D | sve.rst | 243 PR_SVE_SET_VL_ONEXEC is present in arg), is set to the largest value 245 SVE_VL_MAX, the value set will be the largest value supported by the
|
| /Documentation/userspace-api/media/v4l/ |
| D | pixfmt-v4l2.rst | 30 planar formats the ``width`` and ``height`` applies to the largest
|
123