Home
last modified time | relevance | path

Searched refs:largest (Results 1 – 25 of 40) sorted by relevance

12

/linux/samples/watch_queue/
H A Dwatch_test.c101 size_t largest, len; in consumer() local
103 largest = end - p; in consumer()
104 if (largest > 128) in consumer()
105 largest = 128; in consumer()
106 if (largest < sizeof(struct watch_notification)) { in consumer()
107 fprintf(stderr, "Short message header: %zu\n", largest); in consumer()
110 memcpy(&n, p, largest); in consumer()
116 if (len < sizeof(n.n) || len > largest) { in consumer()
117 fprintf(stderr, "Bad message length: %zu/%zu\n", len, largest); in consumer()
/linux/tools/testing/selftests/mm/
H A Dthuge-gen.c111 unsigned long largest = getpagesize(); in test_mmap()
117 if (page_sizes[i] > largest) in test_shmget()
118 largest = page_sizes[i]; in test_shmget()
120 shm_limits_prepare(NUM_PAGES * largest); in test_shmget()
155 unsigned long largest = getpagesize(); find_pagesizes() local
/linux/kernel/sched/
H A Dcpudeadline.c28 int l, r, largest; in cpudl_heapify_down() local
42 largest = idx; in cpudl_heapify_down()
47 largest = l; in cpudl_heapify_down()
52 largest = r; in cpudl_heapify_down()
54 if (largest == idx) in cpudl_heapify_down()
58 cp->elements[idx].cpu = cp->elements[largest].cpu; in cpudl_heapify_down()
59 cp->elements[idx].dl = cp->elements[largest].dl; in cpudl_heapify_down()
61 idx = largest; in cpudl_heapify_down()
/linux/Documentation/translations/zh_CN/core-api/
H A 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)
/linux/arch/m68k/fpsp040/
H A Dx_ovfl.S23 | RM For pos overflow, the largest pos number. For neg overflow,
25 | RP For pos overflow, +infinity. For neg overflow, the largest
H A Dscosh.S44 | the appropriate sign. Huge is the largest finite number in
H A Dssinh.S45 | the appropriate sign. Huge is the largest finite number in
H A Dres_func.S1503 | at this point, the answer is between the largest pos and neg values
1560 movew #0x7fff,L_SCR1(%a6) |answer is largest positive int
1594 | at this point, the answer is between the largest pos and neg values
/linux/Documentation/core-api/
H A 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)
H A Dmemory-allocation.rst150 sizes, the alignment is guaranteed to be at least the largest power-of-two
/linux/lib/zstd/compress/
H A Dfse_compress.c483 unsigned largest=0; in FSE_normalizeCount() local
499 if (proba > largestP) { largestP=proba; largest=s; } in FSE_normalizeCount()
503 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
508 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()
H A Dzstd_compress_superblock.c321 …size_t const largest = HIST_count_wksp (countWksp, &maxSymbolValue, (const BYTE*)literals, litSize… in ZSTD_estimateSubBlockSize_literal() local
322 if (ZSTD_isError(largest)) return litSize; in ZSTD_estimateSubBlockSize_literal()
H A Dhuf_compress.c1380 …{ CHECK_V_F(largest, HIST_count_wksp (table->count, &maxSymbolValue, (const BYTE*)src, srcSize, … in HUF_compress_internal()
1381 … if (largest == srcSize) { *ostart = ((const BYTE*)src)[0]; return 1; } /* single symbol, rle */ in HUF_compress_internal()
1382 … if (largest <= (srcSize >> 7)+4) return 0; /* heuristic : probably not compressible enough */ in HUF_compress_internal()
/linux/Documentation/hwmon/
H A 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.
H A Dadm1026.rst92 largest difference between current and tmin of the temperature sensors sets
/linux/Documentation/ABI/stable/
H A 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,
/linux/Documentation/mm/
H A Dovercommit-accounting.rst45 largest size you think you will need. For typical stack usage this does
/linux/Documentation/i2c/
H A Di2c-stub.rst31 return the number of bytes selected with the largest write so far.
/linux/Documentation/filesystems/
H A Dbefs.rst24 The largest part of the code written by Will Dyson <will_dyson@pobox.com>
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst120 the former is the largest and that of the latter is the smallest.
/linux/Documentation/locking/
H A Dmutex-design.rst160 Unlike its original design and purpose, 'struct mutex' is among the largest
/linux/Documentation/input/
H A 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
/linux/Documentation/arch/arm64/
H A Dsme.rst212 PR_SME_SET_VL_ONEXEC is present in arg), is set to the largest value
214 SVE_VL_MAX, the value set will be the largest value supported by the
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2.rst31 planar formats the ``width`` and ``height`` applies to the largest
/linux/Documentation/input/devices/
H A Datarikbd.rst113 codes above those normally assigned for the largest envisioned keyboard (i.e.
174 joysticks produce pseudo key scan codes above those used by the largest key

12