/Linux-v5.4/arch/mips/sgi-ip27/ |
D | ip27-smp.c | 61 static int do_cpumask(cnodeid_t cnode, nasid_t nasid, int highest) in do_cpumask() argument 78 if (cpuid > highest) in do_cpumask() 79 highest = cpuid; in do_cpumask() 98 return highest; in do_cpumask() 103 int i, highest = 0; in cpu_node_probe() local 128 highest = do_cpumask(i, nasid, highest); in cpu_node_probe() 131 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
|
/Linux-v5.4/drivers/gpu/drm/sun4i/ |
D | sun4i_rgb.c | 68 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local 128 highest = rate * (1000 + SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid() 129 do_div(highest, 1000); in sun4i_rgb_mode_valid() 130 if (rounded_rate > highest) in sun4i_rgb_mode_valid()
|
/Linux-v5.4/Documentation/virt/kvm/devices/ |
D | xics.txt | 27 Zero is the highest priority, 255 means no interrupt is pending. 30 Zero is the highest priority, 255 means no IPI is pending. 36 Zero is the highest priority, meaning no interrupts can be 51 the highest priority and 255 is the lowest. An interrupt with a
|
/Linux-v5.4/drivers/sh/clk/ |
D | core.c | 94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local 98 highest = 0; in clk_rate_round_helper() 102 if (freq > highest) in clk_rate_round_helper() 103 highest = freq; in clk_rate_round_helper() 117 if (rounder->rate >= highest) in clk_rate_round_helper() 118 rate_best_fit = highest; in clk_rate_round_helper()
|
/Linux-v5.4/Documentation/devicetree/bindings/leds/ |
D | leds-spi-byte.txt | 6 highest) 9 The value for lowest and highest brightness is dependent on the device and
|
/Linux-v5.4/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 37 unsigned char highest; member 677 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap() 685 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap() 896 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities() 898 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities() 905 if (req->hwp_min > cap->highest) in check_hwp_request_v_hwp_capabilities() 907 cpu, req->hwp_min, cap->highest); in check_hwp_request_v_hwp_capabilities() 927 if (req->hwp_desired > cap->highest) in check_hwp_request_v_hwp_capabilities() 929 cpu, req->hwp_desired, cap->highest); in check_hwp_request_v_hwp_capabilities()
|
/Linux-v5.4/fs/xfs/scrub/ |
D | dabtree.h | 26 xfs_dablk_t highest; member
|
D | dabtree.c | 157 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok() 505 ds.highest = 0; in xchk_da_btree() 509 ds.highest = ds.dargs.geo->freeblk; in xchk_da_btree()
|
/Linux-v5.4/drivers/gpu/drm/selftests/ |
D | drm_mm_selftests.h | 24 selftest(highest, igt_highest)
|
/Linux-v5.4/mm/ |
D | compaction.c | 1279 unsigned long low_pfn, min_pfn, high_pfn = 0, highest = 0; in fast_isolate_freepages() local 1337 if (pfn >= highest) in fast_isolate_freepages() 1338 highest = pageblock_start_pfn(pfn); in fast_isolate_freepages() 1402 if (highest) { in fast_isolate_freepages() 1403 page = pfn_to_page(highest); in fast_isolate_freepages() 1404 cc->free_pfn = highest; in fast_isolate_freepages() 1414 if (highest && highest >= cc->zone->compact_cached_free_pfn) { in fast_isolate_freepages() 1415 highest -= pageblock_nr_pages; in fast_isolate_freepages() 1416 cc->zone->compact_cached_free_pfn = highest; in fast_isolate_freepages()
|
/Linux-v5.4/block/ |
D | partition-generic.c | 516 int p, highest, res; in rescan_partitions() local 567 for (p = 1, highest = 0; p < state->limit; p++) in rescan_partitions() 569 highest = p; in rescan_partitions() 571 disk_expand_part_tbl(disk, highest); in rescan_partitions()
|
/Linux-v5.4/tools/testing/selftests/powerpc/include/ |
D | basic_asm.h | 9 lis reg, (expr)@highest; \
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | subcore-asm.S | 56 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
|
/Linux-v5.4/drivers/input/misc/ |
D | ad714x.c | 454 int first_before, highest, first_after; in ad714x_wheel_cal_abs_pos() local 458 highest = sw->highest_stage; in ad714x_wheel_cal_abs_pos() 461 a_param = ad714x->sensor_val[highest] * in ad714x_wheel_cal_abs_pos() 462 (highest - hw->start_stage) + in ad714x_wheel_cal_abs_pos() 464 (highest - hw->start_stage - 1) + in ad714x_wheel_cal_abs_pos() 466 (highest - hw->start_stage + 1); in ad714x_wheel_cal_abs_pos() 467 b_param = ad714x->sensor_val[highest] + in ad714x_wheel_cal_abs_pos()
|
/Linux-v5.4/Documentation/devicetree/bindings/mips/cavium/ |
D | cib.txt | 13 - cavium,max-bits: The index (zero based) of the highest numbered bit
|
/Linux-v5.4/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.c | 942 unsigned int highest = 0; in abx500_get_gpio_num() local 964 highest = gend; in abx500_get_gpio_num() 968 if (gend > highest) in abx500_get_gpio_num() 969 highest = gend; in abx500_get_gpio_num() 973 npins = highest - lowest + 1; in abx500_get_gpio_num()
|
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | atmel,aic.txt | 21 (highest).
|
/Linux-v5.4/Documentation/locking/ |
D | rt-mutex-design.rst | 35 processes, let's call them processes A, B, and C, where A is the highest 117 - The highest priority process waiting on a specific mutex. 120 - The highest priority process waiting on one of the mutexes 192 If process G has the highest priority in the chain, then all the tasks up 213 The top of the task's PI tree is always the highest priority task that 356 rt_mutex_adjust_prio examines the priority of the task, and the highest 376 always contains the highest priority task that is waiting on a mutex owned 455 2) The current task is the highest priority against all other 460 (highest priority task waiting on the lock) is added to this task's 479 highest priority process currently waiting on this mutex, then we remove the
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | sp810.txt | 33 property with the highest frequency
|
D | cpu-capacity.txt | 39 DMIPS/MHz are obtained. Such values are then normalized w.r.t. the highest 55 mhz values (normalized w.r.t. the highest value found while parsing the DT).
|
/Linux-v5.4/Documentation/block/ |
D | ioprio.rst | 33 to the cpu nice levels just more coarsely implemented. 0 is the highest 54 will run ls at the best-effort scheduling class at the highest priority.
|
/Linux-v5.4/Documentation/admin-guide/pm/ |
D | intel_epb.rst | 26 a value of 0 corresponds to a hint preference for highest performance
|
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
D | main.c | 802 __le16 highest; in rtw_init_vht_cap() local 825 highest = cpu_to_le16(780); in rtw_init_vht_cap() 828 highest = cpu_to_le16(390); in rtw_init_vht_cap() 834 vht_cap->vht_mcs.rx_highest = highest; in rtw_init_vht_cap() 835 vht_cap->vht_mcs.tx_highest = highest; in rtw_init_vht_cap()
|
/Linux-v5.4/arch/arc/plat-eznps/ |
D | Kconfig | 32 At highest hierarchy each core contain 16 threads,
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | log-writes.rst | 68 <#logged entries> <highest allocated sector> 72 highest allocated sector Highest allocated sector
|