Home
last modified time | relevance | path

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

1234

/linux-6.12.1/samples/watch_queue/
Dwatch_test.c95 size_t largest, len; in consumer() local
97 largest = end - p; in consumer()
98 if (largest > 128) in consumer()
99 largest = 128; in consumer()
100 if (largest < sizeof(struct watch_notification)) { in consumer()
101 fprintf(stderr, "Short message header: %zu\n", largest); in consumer()
104 memcpy(&n, p, largest); in consumer()
110 if (len < sizeof(n.n) || len > largest) { in consumer()
111 fprintf(stderr, "Bad message length: %zu/%zu\n", len, largest); in consumer()
/linux-6.12.1/drivers/scsi/
Dscsicam.c64 struct msdos_partition *p, *largest = NULL; in scsi_partsize() local
85 largest = p; in scsi_partsize()
89 if (largest) { in scsi_partsize()
90 end_cyl = largest->end_cyl + ((largest->end_sector & 0xc0) << 2); in scsi_partsize()
91 end_head = largest->end_head; in scsi_partsize()
92 end_sector = largest->end_sector & 0x3f; in scsi_partsize()
106 logical_end = get_unaligned_le32(&largest->start_sect) in scsi_partsize()
107 + get_unaligned_le32(&largest->nr_sects); in scsi_partsize()
/linux-6.12.1/kernel/sched/
Dcpudeadline.c27 int l, r, largest; in cpudl_heapify_down() local
41 largest = idx; in cpudl_heapify_down()
46 largest = l; in cpudl_heapify_down()
51 largest = r; in cpudl_heapify_down()
53 if (largest == idx) in cpudl_heapify_down()
57 cp->elements[idx].cpu = cp->elements[largest].cpu; in cpudl_heapify_down()
58 cp->elements[idx].dl = cp->elements[largest].dl; in cpudl_heapify_down()
60 idx = largest; in cpudl_heapify_down()
/linux-6.12.1/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)
/linux-6.12.1/tools/testing/selftests/mm/
Dthuge-gen.c175 unsigned long largest = getpagesize(); in find_pagesizes() local
187 if (page_sizes[num_page_sizes] > largest) in find_pagesizes()
188 largest = page_sizes[i]; in find_pagesizes()
198 if (read_sysfs(0, "/proc/sys/kernel/shmmax") < NUM_PAGES * largest) in find_pagesizes()
200 largest * NUM_PAGES); in find_pagesizes()
203 if (largest != 1U<<30) { in find_pagesizes()
/linux-6.12.1/fs/f2fs/
Dextent_cache.c109 if (en->ei.len <= et->largest.len) in __try_update_largest_extent()
112 et->largest = en->ei; in __try_update_largest_extent()
369 if (fofs < (pgoff_t)et->largest.fofs + et->largest.len && in __drop_largest_extent()
370 fofs + len > et->largest.fofs) { in __drop_largest_extent()
371 et->largest.len = 0; in __drop_largest_extent()
407 et->largest = en->ei; in f2fs_init_read_extent_tree()
417 et->largest.len = 0; in f2fs_init_read_extent_tree()
458 et->largest.fofs <= pgofs && in __lookup_extent_tree()
459 (pgoff_t)et->largest.fofs + et->largest.len > pgofs) { in __lookup_extent_tree()
460 *ei = et->largest; in __lookup_extent_tree()
[all …]
/linux-6.12.1/arch/m68k/fpsp040/
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
Dscosh.S44 | the appropriate sign. Huge is the largest finite number in
Dssinh.S45 | the appropriate sign. Huge is the largest finite number in
/linux-6.12.1/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)
/linux-6.12.1/lib/zstd/compress/
Dfse_compress.c490 unsigned largest=0; in FSE_normalizeCount() local
506 if (proba > largestP) { largestP=proba; largest=s; } in FSE_normalizeCount()
510 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
515 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()
Dzstd_compress_superblock.c315 …size_t const largest = HIST_count_wksp (countWksp, &maxSymbolValue, (const BYTE*)literals, litSize… in ZSTD_estimateSubBlockSize_literal() local
316 if (ZSTD_isError(largest)) return litSize; in ZSTD_estimateSubBlockSize_literal()
Dhuf_compress.c1223 …{ CHECK_V_F(largest, HIST_count_wksp (table->count, &maxSymbolValue, (const BYTE*)src, srcSize, … in HUF_compress_internal()
1224 … if (largest == srcSize) { *ostart = ((const BYTE*)src)[0]; return 1; } /* single symbol, rle */ in HUF_compress_internal()
1225 … if (largest <= (srcSize >> 7)+4) return 0; /* heuristic : probably not compressible enough */ in HUF_compress_internal()
/linux-6.12.1/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.
/linux-6.12.1/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,
/linux-6.12.1/drivers/mtd/nand/raw/atmel/
Dpmecc.c506 int largest; in atmel_pmecc_get_sigma() local
574 largest = -1; in atmel_pmecc_get_sigma()
577 if ((dmu[j]) && (delta[j] > largest)) { in atmel_pmecc_get_sigma()
578 largest = delta[j]; in atmel_pmecc_get_sigma()
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dvctrl.txt8 - regulator-max-microvolt : largest voltage consumers may set
/linux-6.12.1/Documentation/i2c/
Di2c-stub.rst31 return the number of bytes selected with the largest write so far.
/linux-6.12.1/Documentation/mm/
Dovercommit-accounting.rst45 largest size you think you will need. For typical stack usage this does
/linux-6.12.1/drivers/iio/
Dindustrialio-buffer.c768 int length, i, largest = 0; in iio_compute_scan_bytes() local
778 largest = max(largest, length); in iio_compute_scan_bytes()
788 largest = max(largest, length); in iio_compute_scan_bytes()
791 bytes = ALIGN(bytes, largest); in iio_compute_scan_bytes()
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_connector.c58 struct drm_display_mode *mode, *largest = NULL; in nouveau_conn_native_mode() local
88 largest = mode; in nouveau_conn_native_mode()
93 return largest ? drm_mode_duplicate(dev, largest) : NULL; in nouveau_conn_native_mode()
/linux-6.12.1/arch/x86/kernel/
Dhead_32.S184 movl %eax,pa(X86_CPUID) # save largest std CPUID function
/linux-6.12.1/drivers/pci/
DKconfig258 Use largest MPS that boot-time devices support. If you have a
260 will use the largest MPS that's supported by all devices. This
/linux-6.12.1/Documentation/filesystems/
Dbefs.rst24 The largest part of the code written by Will Dyson <will_dyson@pobox.com>
/linux-6.12.1/Documentation/maintainer/
Dmaintainer-entry-profile.rst85 One of the largest sources of contributor angst is how soon to ping

1234