Home
last modified time | relevance | path

Searched full:largest (Results 1 – 25 of 55) sorted by relevance

123

/Documentation/translations/zh_CN/core-api/
Dwatch_queue.rst290 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/
Dwatch_queue.rst320 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)
Dmemory-allocation.rst150 sizes, the alignment is guaranteed to be at least the largest power-of-two
/Documentation/ABI/stable/
Dfirewire-cdev81 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/
Dlm93.rst96 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.
Dadm1026.rst92 largest difference between current and tmin of the temperature sensors sets
/Documentation/devicetree/bindings/regulator/
Dvctrl.txt8 - regulator-max-microvolt : largest voltage consumers may set
Dregulator.yaml22 description: largest voltage consumers may set
32 description: largest current consumers may set
/Documentation/i2c/
Di2c-stub.rst31 return the number of bytes selected with the largest write so far.
/Documentation/mm/
Dovercommit-accounting.rst45 largest size you think you will need. For typical stack usage this does
/Documentation/maintainer/
Dmaintainer-entry-profile.rst85 One of the largest sources of contributor angst is how soon to ping
/Documentation/core-api/irq/
Dirq-domain.rst106 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/
Damlogic,axg-sound-card.yaml53 accommodate the largest mask provided.
/Documentation/filesystems/
Dbefs.rst24 The largest part of the code written by Will Dyson <will_dyson@pobox.com>
/Documentation/process/
D1.Intro.rst54 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/
Dcpus.yaml67 Identifies the largest MMU address translation mode supported by
/Documentation/gpu/rfc/
Di915_small_bar.h114 * always select the largest minimum page-size for the set of possible
/Documentation/input/
Dmulti-touch-protocol.rst87 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
Dinput.rst178 ``hid-generic`` is one of the largest and most complex driver of the
/Documentation/locking/
Dmutex-design.rst160 Unlike its original design and purpose, 'struct mutex' is among the largest
/Documentation/admin-guide/mm/
Dmultigen_lru.rst120 the former is the largest and that of the latter is the smallest.
/Documentation/gpu/amdgpu/
Ddriver-core.rst69 largest block on the GPU. The 3D pipeline has tons of sub-blocks. In
/Documentation/arch/arm64/
Dsme.rst222 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
Dsve.rst243 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/
Dpixfmt-v4l2.rst30 planar formats the ``width`` and ``height`` applies to the largest

123