| /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() 57 /* pull largest child onto 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/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
| H A D | sve.json | 36 … speculatively executed Advanced SIMD or SVE integer operations with the largest data type an 8-bi… 40 … speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 16-bi… 44 … speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 32-bi… 48 … speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 64-bi…
|
| /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/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/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/tools/testing/selftests/net/netfilter/ |
| H A D | xt_string.sh | 111 echo "FAIL: two rules should match pattern at end of largest --to" 119 echo "FAIL: no rules should match pattern extending largest --to" 127 echo "FAIL: no rule should match pattern past largest --to"
|
| /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.
|
| /linux/arch/m68k/fpsp040/ |
| H A D | x_ovfl.S | 21 | RZ Largest magnitude number, with the sign of the 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 | util.S | 42 | ;largest +ext 44 | ;largest magnitude +sgl in ext 46 | ;largest magnitude +dbl in ext 48 | ;largest -ext
|
| /linux/drivers/input/mouse/ |
| H A D | byd.c | 147 * 0 - 7 : smallest to largest width 152 * 0 - 9 : smallest to largest height 157 * 1 - 6 : smallest to largest 162 * 0 - 7 : smallest to largest width 167 * 0 - 9 : smallest to largest height
|
| /linux/mm/ |
| H A D | percpu-internal.h | 14 * The scan hint is the largest known contiguous area before the contig hint. 15 * It is not necessarily the actual largest contig hint though. There is an 51 size_t max_alloc_size; /* largest allocation size */
|
| /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/include/linux/ |
| H A D | zutil.h | 53 #define BASE 65521L /* largest prime smaller than 65536 */ 55 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
|
| /linux/arch/mips/include/asm/dec/ |
| H A D | interrupts.h | 78 /* Largest of cpu mask_nr tables. */ 80 /* Largest of asic mask_nr tables. */
|
| /linux/arch/mips/include/asm/mach-n64/ |
| H A D | kmalloc.h | 5 /* The default of 128 bytes wastes too much, use 32 (the largest cacheline, I) */
|
| /linux/kernel/bpf/ |
| H A D | tnum.c | 274 * is the smallest member of the t (= t.value) and tmax is the largest 293 /* if z >= largest member of t, return largest member of t */ in tnum_step()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | sparsemem.h | 11 #define SECTION_SIZE_BITS 29 /* 2^29 = Largest Huge Page Size */
|
| /linux/include/linux/platform_data/ |
| H A D | lm8323.h | 12 * Largest keycode that the chip can send, plus one,
|
| /linux/lib/crypto/mpi/ |
| H A D | mpi-internal.h | 102 /* Divide the two-limb number in (NH,,NL) by D, with DI being the largest 104 * If this would yield overflow, DI should be the largest possible number
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/ |
| H A D | dml2_top_soc15.c | 433 * Formally, what is the size of the largest subset of the array where the largest and smallest elem… 691 …// If P0 and P1 are sharing caches, then it means the largest mcache IDs for p0 and p1 can be the … in dml2_top_mcache_assign_global_mcache_ids() 692 // since mcache IDs are always ascending, then it means the largest mcacheID of p1 should be the in dml2_top_mcache_assign_global_mcache_ids() 693 // largest mcacheID of P0 in dml2_top_mcache_assign_global_mcache_ids() 707 …// If mall_comb_mcache_l is set then it means that largest mcache ID for MALL p0 can be same as re… in dml2_top_mcache_assign_global_mcache_ids() 712 …// If mall_comb_mcache_c is set then it means that largest mcache ID for MALL p1 can be same as re… in dml2_top_mcache_assign_global_mcache_ids()
|
| /linux/drivers/target/ |
| H A D | target_core_rd.h | 12 /* Largest piece of memory kmalloc can allocate */
|
| /linux/include/linux/reset/ |
| H A D | reset-simple.h | 34 * be the largest minimum delay. 0 means that such a delay is
|
| /linux/include/linux/net/intel/libie/ |
| H A D | rx.h | 11 /* The largest size for a single descriptor as per HW */
|
| /linux/include/dt-bindings/dma/ |
| H A D | at91.h | 25 #define AT91_DMA_CFG_FIFOCFG_ALAP (0x1 << AT91_DMA_CFG_FIFOCFG_OFFSET) /* largest defined AHB burst…
|