/linux/samples/watch_queue/ |
A D | watch_test.c | 95 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/drivers/scsi/ |
A D | scsicam.c | 66 struct msdos_partition *p, *largest = NULL; in scsi_partsize() local 87 largest = p; in scsi_partsize() 91 if (largest) { in scsi_partsize() 92 end_cyl = largest->end_cyl + ((largest->end_sector & 0xc0) << 2); in scsi_partsize() 93 end_head = largest->end_head; in scsi_partsize() 94 end_sector = largest->end_sector & 0x3f; in scsi_partsize() 108 logical_end = get_unaligned_le32(&largest->start_sect) in scsi_partsize() 109 + get_unaligned_le32(&largest->nr_sects); in scsi_partsize()
|
/linux/kernel/sched/ |
A D | cpudeadline.c | 28 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/tools/testing/selftests/vm/ |
A D | thuge-gen.c | 198 unsigned long largest = getpagesize(); in sanity_checks() local 201 if (page_sizes[i] > largest) in sanity_checks() 202 largest = page_sizes[i]; in sanity_checks() 212 if (read_sysfs(0, "/proc/sys/kernel/shmmax") < NUM_PAGES * largest) { in sanity_checks() 213 printf("Please do echo %lu > /proc/sys/kernel/shmmax", largest * NUM_PAGES); in sanity_checks() 218 if (largest != 1U<<30) { in sanity_checks()
|
/linux/fs/f2fs/ |
A D | extent_cache.c | 328 et->largest = en->ei; in __init_extent_tree() 354 if (fofs < et->largest.fofs + et->largest.len && in __drop_largest_extent() 355 fofs + len > et->largest.fofs) { in __drop_largest_extent() 356 et->largest.len = 0; in __drop_largest_extent() 424 if (et->largest.fofs <= pgofs && in f2fs_lookup_extent_tree() 425 et->largest.fofs + et->largest.len > pgofs) { in f2fs_lookup_extent_tree() 426 *ei = et->largest; in f2fs_lookup_extent_tree() 556 prev = et->largest; in f2fs_update_extent_tree_range() 645 et->largest.len = 0; in f2fs_update_extent_tree_range() 811 if (et->largest.len) { in f2fs_drop_extent_tree() [all …]
|
/linux/arch/m68k/fpsp040/ |
A D | x_ovfl.S | 23 | RM For pos overflow, the largest pos number. For neg overflow, 25 | RP For pos overflow, +infinity. For neg overflow, the largest
|
A D | scosh.S | 44 | the appropriate sign. Huge is the largest finite number in
|
A D | ssinh.S | 45 | the appropriate sign. Huge is the largest finite number in
|
/linux/Documentation/ |
A 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)
|
/linux/lib/zstd/compress/ |
A D | zstd_compress_superblock.c | 101 …{ size_t const largest = HIST_count_wksp (countWksp, &maxSymbolValue, (const BYTE*)src, srcSize,… in ZSTD_buildSuperBlockEntropy_literal() local 102 FORWARD_IF_ERROR(largest, "HIST_count_wksp failed"); in ZSTD_buildSuperBlockEntropy_literal() 103 if (largest == srcSize) { in ZSTD_buildSuperBlockEntropy_literal() 108 if (largest <= (srcSize >> 7)+4) { in ZSTD_buildSuperBlockEntropy_literal() 595 …size_t const largest = HIST_count_wksp (countWksp, &maxSymbolValue, (const BYTE*)literals, litSize… in ZSTD_estimateSubBlockSize_literal() local 596 if (ZSTD_isError(largest)) return litSize; in ZSTD_estimateSubBlockSize_literal()
|
A D | fse_compress.c | 447 unsigned largest=0; in FSE_normalizeCount() local 463 if (proba > largestP) { largestP=proba; largest=s; } in FSE_normalizeCount() 467 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount() 472 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()
|
A D | huf_compress.c | 798 …{ CHECK_V_F(largest, HIST_count_wksp (table->count, &maxSymbolValue, (const BYTE*)src, srcSize, … in HUF_compress_internal() 799 … if (largest == srcSize) { *ostart = ((const BYTE*)src)[0]; return 1; } /* single symbol, rle */ in HUF_compress_internal() 800 … if (largest <= (srcSize >> 7)+4) return 0; /* heuristic : probably not compressible enough */ in HUF_compress_internal()
|
/linux/Documentation/hwmon/ |
A 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.
|
/linux/Documentation/ABI/stable/ |
A 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,
|
/linux/drivers/mtd/nand/raw/atmel/ |
A D | pmecc.c | 506 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/arch/nios2/ |
A D | Kconfig | 55 pages. This option selects the largest power of two that the kernel 61 a value of 11 means that the largest free memory block is 2^10 pages.
|
/linux/Documentation/devicetree/bindings/regulator/ |
A D | vctrl.txt | 8 - regulator-max-microvolt : largest voltage consumers may set
|
/linux/drivers/iio/ |
A D | industrialio-buffer.c | 709 int length, i, largest = 0; in iio_compute_scan_bytes() local 717 largest = max(largest, length); in iio_compute_scan_bytes() 724 largest = max(largest, length); in iio_compute_scan_bytes() 727 bytes = ALIGN(bytes, largest); in iio_compute_scan_bytes()
|
/linux/arch/sh/mm/ |
A D | Kconfig | 33 pages. This option selects the largest power of two that the kernel 39 a value of 11 means that the largest free memory block is 2^10 pages.
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_connector.c | 59 struct drm_display_mode *mode, *largest = NULL; in nouveau_conn_native_mode() local 89 largest = mode; in nouveau_conn_native_mode() 94 return largest ? drm_mode_duplicate(dev, largest) : NULL; in nouveau_conn_native_mode()
|
/linux/Documentation/i2c/ |
A D | i2c-stub.rst | 31 return the number of bytes selected with the largest write so far.
|
/linux/Documentation/vm/ |
A D | overcommit-accounting.rst | 47 largest size you think you will need. For typical stack usage this does
|
/linux/drivers/pci/ |
A D | Kconfig | 228 Use largest MPS that boot-time devices support. If you have a 230 will use the largest MPS that's supported by all devices. This
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | amlogic,axg-sound-card.txt | 35 If omitted, slot number is set to accommodate the largest
|
/linux/arch/x86/kernel/ |
A D | head_32.S | 210 movl %eax,pa(X86_CPUID) # save largest std CPUID function
|