| /linux/samples/watch_queue/ |
| H A D | watch_test.c | 101 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/kernel/sched/ |
| H 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/mm/ |
| H A D | thuge-gen.c | 155 unsigned long largest = getpagesize(); in find_pagesizes() local 168 if (page_sizes[num_page_sizes] > largest) in find_pagesizes() 169 largest = page_sizes[i]; in find_pagesizes() 180 if (shmmax_val < NUM_PAGES * largest) { in find_pagesizes() 183 ksft_print_msg("echo %lu > /proc/sys/kernel/shmmax\n", largest * NUM_PAGES); in find_pagesizes() 188 if (largest != 1U<<30) { in find_pagesizes()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | watch_queue.rst | 290 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/fs/f2fs/ |
| H A D | extent_cache.c | 142 if (en->ei.len <= et->largest.len) in __try_update_largest_extent() 145 et->largest = en->ei; in __try_update_largest_extent() 403 if (fofs < (pgoff_t)et->largest.fofs + et->largest.len && in __drop_largest_extent() 404 fofs + len > et->largest.fofs) { in __drop_largest_extent() 405 et->largest.len = 0; in __drop_largest_extent() 439 et->largest = ei; in f2fs_init_read_extent_tree() 446 et->largest = en->ei; in f2fs_init_read_extent_tree() 456 et->largest.len = 0; in f2fs_init_read_extent_tree() 497 et->largest.fofs <= pgofs && in __lookup_extent_tree() 498 (pgoff_t)et->largest.fofs + et->largest.len > pgofs) { in __lookup_extent_tree() [all …]
|
| /linux/arch/m68k/fpsp040/ |
| H 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
|
| H A D | scosh.S | 44 | the appropriate sign. Huge is the largest finite number in
|
| H A D | ssinh.S | 45 | the appropriate sign. Huge is the largest finite number in
|
| /linux/Documentation/core-api/ |
| H 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/ |
| H A D | fse_compress.c | 483 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 D | zstd_compress_superblock.c | 321 …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 D | huf_compress.c | 1380 …{ 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 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.
|
| H A D | adm1026.rst | 92 largest difference between current and tmin of the temperature sensors sets
|
| /linux/Documentation/ABI/stable/ |
| H 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/Documentation/mm/ |
| H A D | overcommit-accounting.rst | 45 largest size you think you will need. For typical stack usage this does
|
| /linux/Documentation/i2c/ |
| H A D | i2c-stub.rst | 31 return the number of bytes selected with the largest write so far.
|
| /linux/drivers/iio/ |
| H A D | industrialio-buffer.c | 768 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/arch/x86/kernel/ |
| H A D | head_32.S | 185 movl %eax,pa(X86_CPUID) # save largest std CPUID function
|
| /linux/Documentation/filesystems/ |
| H A D | befs.rst | 24 The largest part of the code written by Will Dyson <will_dyson@pobox.com>
|
| /linux/drivers/pci/ |
| H A D | Kconfig | 296 Use largest MPS that boot-time devices support. If you have a 298 will use the largest MPS that's supported by all devices. This
|
| /linux/Documentation/maintainer/ |
| H A D | maintainer-entry-profile.rst | 87 One of the largest sources of contributor angst is how soon to ping
|
| /linux/Documentation/process/ |
| H A D | 1.Intro.rst | 54 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
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | multigen_lru.rst | 120 the former is the largest and that of the latter is the smallest.
|
| /linux/Documentation/locking/ |
| H A D | mutex-design.rst | 160 Unlike its original design and purpose, 'struct mutex' is among the largest
|