Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/scsi/
Dscsicam.c129 struct partition *p = (struct partition *)buf, *largest = NULL; in scsi_partsize() local
146 largest = p; in scsi_partsize()
150 if (largest) { in scsi_partsize()
151 end_cyl = largest->end_cyl + ((largest->end_sector & 0xc0) << 2); in scsi_partsize()
152 end_head = largest->end_head; in scsi_partsize()
153 end_sector = largest->end_sector & 0x3f; in scsi_partsize()
167 logical_end = get_unaligned_le32(&largest->start_sect) in scsi_partsize()
168 + get_unaligned_le32(&largest->nr_sects); in scsi_partsize()
/Linux-v4.19/kernel/sched/
Dcpudeadline.c32 int l, r, largest; in cpudl_heapify_down() local
46 largest = idx; in cpudl_heapify_down()
51 largest = l; in cpudl_heapify_down()
56 largest = r; in cpudl_heapify_down()
58 if (largest == idx) in cpudl_heapify_down()
62 cp->elements[idx].cpu = cp->elements[largest].cpu; in cpudl_heapify_down()
63 cp->elements[idx].dl = cp->elements[largest].dl; in cpudl_heapify_down()
65 idx = largest; in cpudl_heapify_down()
/Linux-v4.19/tools/testing/selftests/vm/
Dthuge-gen.c198 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-v4.19/fs/f2fs/
Dextent_cache.c288 et->largest = en->ei; in __init_extent_tree()
314 struct extent_info *largest = &F2FS_I(inode)->extent_tree->largest; in __drop_largest_extent() local
316 if (fofs < largest->fofs + largest->len && fofs + len > largest->fofs) { in __drop_largest_extent()
317 largest->len = 0; in __drop_largest_extent()
385 if (et->largest.fofs <= pgofs && in f2fs_lookup_extent_tree()
386 et->largest.fofs + et->largest.len > pgofs) { in f2fs_lookup_extent_tree()
387 *ei = et->largest; in f2fs_lookup_extent_tree()
513 prev = et->largest; in f2fs_update_extent_tree_range()
600 et->largest.len < F2FS_MIN_EXTENT_LEN) { in f2fs_update_extent_tree_range()
Dinode.c255 struct extent_info *ei = &F2FS_I(inode)->extent_tree->largest; in sanity_check_inode()
514 set_raw_extent(&et->largest, &ri->i_ext); in f2fs_update_inode()
/Linux-v4.19/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-v4.19/arch/c6x/
DKconfig94 pages. This option selects the largest power of two that the kernel
100 a value of 11 means that the largest free memory block is 2^10 pages.
/Linux-v4.19/lib/zstd/
Dfse_compress.c627 unsigned largest = 0; in FSE_normalizeCount() local
648 largestP = proba, largest = s; in FSE_normalizeCount()
653 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
659 normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()
Dhuf_compress.c693 …CHECK_V_F(largest, FSE_count_wksp(count, &maxSymbolValue, (const BYTE *)src, srcSize, (U32 *)workS… in HUF_compress_internal()
694 if (largest == srcSize) { in HUF_compress_internal()
698 if (largest <= (srcSize >> 7) + 1) in HUF_compress_internal()
/Linux-v4.19/Documentation/hwmon/
Dlm9386 list will cause the driver to use the next largest interval. The available
140 will cause the driver to use the next largest value. Also note: when manual
149 not available will cause the driver to use the next largest value. Also note
158 combination of eight control sources. The final PWM is the largest of all
226 to use the next largest value.
238 which is not available will cause the driver to use the next largest value.
Dadm102684 largest difference between current and tmin of the temperature sensors sets
/Linux-v4.19/Documentation/ABI/stable/
Dfirewire-cdev74 buffer which is large enough to receive the largest event that
83 size, i.e. number of packets times size of largest packet,
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
Dvctrl.txt8 - regulator-max-microvolt : largest voltage consumers may set
Dregulator.txt6 - regulator-max-microvolt: largest voltage consumers may set
9 - regulator-max-microamp: largest current consumers may set
/Linux-v4.19/arch/nios2/
DKconfig62 pages. This option selects the largest power of two that the kernel
68 a value of 11 means that the largest free memory block is 2^10 pages.
/Linux-v4.19/drivers/mtd/nand/raw/atmel/
Dpmecc.c509 int largest; in atmel_pmecc_get_sigma() local
577 largest = -1; in atmel_pmecc_get_sigma()
580 if ((dmu[j]) && (delta[j] > largest)) { in atmel_pmecc_get_sigma()
581 largest = delta[j]; in atmel_pmecc_get_sigma()
/Linux-v4.19/arch/sh/mm/
DKconfig37 pages. This option selects the largest power of two that the kernel
43 a value of 11 means that the largest free memory block is 2^10 pages.
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_connector.c58 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-v4.19/Documentation/i2c/
Di2c-stub28 return the number of bytes selected with the largest write so far.
/Linux-v4.19/Documentation/vm/
Dovercommit-accounting.rst47 largest size you think you will need. For typical stack usage this does
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Damlogic,axg-sound-card.txt35 If omitted, slot number is set to accommodate the largest
/Linux-v4.19/Documentation/filesystems/
Dbefs.txt20 The largest part of the code written by Will Dyson <will_dyson@pobox.com>
/Linux-v4.19/Documentation/
DIRQ-domain.txt93 as large as the largest possible hwirq number.
115 since it doesn't need to allocate a table as large as the largest

123