Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 113) sorted by relevance

12345

/Linux-v4.19/arch/mips/sgi-ip27/
Dip27-smp.c61 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-v4.19/Documentation/virtual/kvm/devices/
Dxics.txt27 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-v4.19/drivers/sh/clk/
Dcore.c94 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-v4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c38 unsigned char highest; member
678 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
686 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
897 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities()
899 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities()
906 if (req->hwp_min > cap->highest) in check_hwp_request_v_hwp_capabilities()
908 cpu, req->hwp_min, cap->highest); in check_hwp_request_v_hwp_capabilities()
928 if (req->hwp_desired > cap->highest) in check_hwp_request_v_hwp_capabilities()
930 cpu, req->hwp_desired, cap->highest); in check_hwp_request_v_hwp_capabilities()
/Linux-v4.19/fs/xfs/scrub/
Ddabtree.h26 xfs_dablk_t highest; member
Ddabtree.c165 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
509 ds.highest = 0; in xchk_da_btree()
513 ds.highest = ds.dargs.geo->freeblk; in xchk_da_btree()
/Linux-v4.19/drivers/gpu/drm/selftests/
Ddrm_mm_selftests.h24 selftest(highest, igt_highest)
/Linux-v4.19/tools/testing/selftests/powerpc/include/
Dbasic_asm.h9 lis reg, (expr)@highest; \
/Linux-v4.19/block/
Dpartition-generic.c511 int p, highest, res; in rescan_partitions() local
562 for (p = 1, highest = 0; p < state->limit; p++) in rescan_partitions()
564 highest = p; in rescan_partitions()
566 disk_expand_part_tbl(disk, highest); in rescan_partitions()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dsubcore-asm.S60 li r5, (HID0_POWER8_4LPARMODE | HID0_POWER8_2LPARMODE)@highest
/Linux-v4.19/drivers/input/misc/
Dad714x.c455 int first_before, highest, first_after; in ad714x_wheel_cal_abs_pos() local
459 highest = sw->highest_stage; in ad714x_wheel_cal_abs_pos()
462 a_param = ad714x->sensor_val[highest] * in ad714x_wheel_cal_abs_pos()
463 (highest - hw->start_stage) + in ad714x_wheel_cal_abs_pos()
465 (highest - hw->start_stage - 1) + in ad714x_wheel_cal_abs_pos()
467 (highest - hw->start_stage + 1); in ad714x_wheel_cal_abs_pos()
468 b_param = ad714x->sensor_val[highest] + in ad714x_wheel_cal_abs_pos()
/Linux-v4.19/Documentation/devicetree/bindings/mips/cavium/
Dcib.txt13 - cavium,max-bits: The index (zero based) of the highest numbered bit
/Linux-v4.19/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c945 unsigned int highest = 0; in abx500_get_gpio_num() local
967 highest = gend; in abx500_get_gpio_num()
971 if (gend > highest) in abx500_get_gpio_num()
972 highest = gend; in abx500_get_gpio_num()
976 npins = highest - lowest + 1; in abx500_get_gpio_num()
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Datmel,aic.txt18 (highest).
Dqcom,pdc.txt9 GIC is parent interrupt controller at the highest level. Platform interrupt
/Linux-v4.19/Documentation/locking/
Drt-mutex-design.txt34 processes, let's call them processes A, B, and C, where A is the highest
109 top waiter - The highest priority process waiting on a specific mutex.
111 top pi waiter - The highest priority process waiting on one of the mutexes
182 If process G has the highest priority in the chain, then all the tasks up
203 The top of the task's PI tree is always the highest priority task that
346 rt_mutex_adjust_prio examines the priority of the task, and the highest
365 always contains the highest priority task that is waiting on a mutex owned
443 2) The current task is the highest priority against all other
448 (highest priority task waiting on the lock) is added to this task's
467 highest priority process currently waiting on this mutex, then we remove the
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dsp810.txt33 property with the highest frequency
Dcpu-capacity.txt39 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-v4.19/Documentation/block/
Dioprio.txt32 to the cpu nice levels just more coarsely implemented. 0 is the highest
53 will run ls at the best-effort scheduling class at the highest priority.
/Linux-v4.19/Documentation/virtual/kvm/arm/
Dpsci.txt27 highest PSCI version implemented by KVM and compatible with v0.2)
/Linux-v4.19/Documentation/devicetree/bindings/thermal/
Dnvidia,tegra124-soctherm.txt107 * arbiter will select the highest priority as the final throttle
146 * arbiter will select the highest priority as the final throttle
/Linux-v4.19/arch/arc/plat-eznps/
DKconfig32 At highest hierarchy each core contain 16 threads,
/Linux-v4.19/Documentation/device-mapper/
Dlog-writes.txt65 <#logged entries> <highest allocated sector>
68 highest allocated sector : Highest allocated sector
/Linux-v4.19/Documentation/hwmon/
Df71882fg94 to the border between the highest and one but highest temperature zones, and
/Linux-v4.19/arch/mips/include/asm/
Dstackframe.h123 lui k1, %highest(kernelsp)
172 lui k1, %highest(kernelsp)

12345