Home
last modified time | relevance | path

Searched full:highest (Results 1 – 25 of 1062) sorted by relevance

12345678910>>...43

/Linux-v5.10/arch/mips/sgi-ip27/
Dip27-smp.c29 static int node_scan_cpus(nasid_t nasid, int highest) in node_scan_cpus() argument
45 if (cpuid > highest) in node_scan_cpus()
46 highest = cpuid; in node_scan_cpus()
64 return highest; in node_scan_cpus()
69 int i, highest = 0; in cpu_node_probe() local
78 highest = node_scan_cpus(nasid, highest); in cpu_node_probe()
81 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes()); in cpu_node_probe()
/Linux-v5.10/Documentation/hwmon/
Dltc3815.rst43 in1_highest Highest input voltage.
49 in2_highest Highest output voltage.
54 temp1_highest Highest measured temperature.
59 curr1_highest Highest input current.
65 curr2_highest Highest output current.
Dir35221.rst48 curr[2-3]_highest Highest output current
57 in1_highest Highest input voltage
68 in[2-3]_highest Highest output voltage
88 temp[1-2]_highest Highest temperature
Dltc2945.rst60 in1_highest Highest measured voltage
69 in2_highest Highest measured voltage
78 curr1_highest Highest measured current
Dltc2947.rst45 in0_highest Highest measured voltage
55 in1_highest Highest measured voltage
65 curr1_highest Highest measured current
Dltc2978.rst279 in1_highest Highest input voltage.
316 in[N]_highest Highest output voltage.
366 temp[N]_highest Highest measured temperature.
405 curr1_highest Highest input current.
446 curr[N]_highest Highest output current.
/Linux-v5.10/Documentation/virt/kvm/devices/
Dxics.rst20 interrupt server numbers (ie, highest possible vcpu id plus one).
48 Zero is the highest priority, 255 means no interrupt is pending.
51 Zero is the highest priority, 255 means no IPI is pending.
57 Zero is the highest priority, meaning no interrupts can be
74 the highest priority and 255 is the lowest. An interrupt with a
/Linux-v5.10/kernel/
Dscs.c67 static unsigned long highest; in scs_check_usage() local
69 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage()
81 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
84 pr_info("%s (%d): highest shadow stack usage: %lu bytes\n", in scs_check_usage()
/Linux-v5.10/include/uapi/linux/
Dncsi.h35 * @NCSI_CMD_MAX: highest command number
63 * @NCSI_ATTR_MAX: highest attribute number
88 * @NCSI_PKG_ATTR_MAX: highest attribute number
117 * @NCSI_CHANNEL_ATTR_MAX: highest attribute number
/Linux-v5.10/lib/xz/
Dxz_lzma2.h154 * The highest two bits of a 32-bit match distance are encoded using six bits.
162 * the highest two bits (distance slot) are always encoded using six bits,
172 * - distance slot: the highest two bits
173 * - direct bits: 2-26 bits below the highest two bits
187 * For match distances greater than 127, only the highest two bits and the
/Linux-v5.10/drivers/target/
Dtarget_core_ua.c103 * Attach the highest priority Unit Attention to in core_scsi3_ua_allocate()
107 * POWER ON, RESET, OR BUS DEVICE RESET OCCURRED highest in core_scsi3_ua_allocate()
223 * The highest priority Unit Attentions are placed at the head of the in core_scsi3_ua_for_check_condition()
231 * highest priority UNIT_ATTENTION and ASC/ASCQ without in core_scsi3_ua_for_check_condition()
241 * condition. Return the ASC/ASCQ of the highest priority UA in core_scsi3_ua_for_check_condition()
295 * The highest priority Unit Attentions are placed at the head of the in core_scsi3_ua_clear_for_request_sense()
296 * struct se_dev_entry->ua_list. The First (and hence highest priority) in core_scsi3_ua_clear_for_request_sense()
/Linux-v5.10/Documentation/fb/
Defifb.rst61 The EFI stub will choose the mode with the highest resolution (product
63 with the highest resolution, it will choose one with the highest color
/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun4i_rgb.c70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local
130 highest = rate * (1000 + SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid()
131 do_div(highest, 1000); in sun4i_rgb_mode_valid()
132 if (rounded_rate > highest) in sun4i_rgb_mode_valid()
/Linux-v5.10/Documentation/locking/
Drt-mutex-design.rst35 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.10/fs/xfs/scrub/
Ddabtree.h20 * Lowest and highest directory block address in which we expect
26 xfs_dablk_t highest; member
/Linux-v5.10/Documentation/devicetree/bindings/leds/
Dleds-spi-byte.txt6 highest)
9 The value for lowest and highest brightness is dependent on the device and
/Linux-v5.10/net/netfilter/ipvs/
Dip_vs_fo.c25 int hw = 0; /* Track highest weight */ in ip_vs_fo_schedule()
30 * Find virtual server with highest weight and send it traffic in ip_vs_fo_schedule()
Dip_vs_ovf.c8 * connections , will keep all connections to the node with the highest weight
32 /* select the node with highest weight, go to next in line if active in ip_vs_ovf_schedule()
/Linux-v5.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c37 unsigned char highest; member
177 * "performance" changes hwp_min to cap.highest
197 * All others leave it at cap.highest
730 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
738 cap->highest = msr_perf_2_ratio(HWP_HIGHEST_PERF(msr)); in read_hwp_cap()
949 if (req->hwp_max > cap->highest) in check_hwp_request_v_hwp_capabilities()
950 errx(1, "cpu%d: requested max %d > capabilities highest %d, use --force?", in check_hwp_request_v_hwp_capabilities()
951 cpu, req->hwp_max, cap->highest); in check_hwp_request_v_hwp_capabilities()
958 if (req->hwp_min > cap->highest) in check_hwp_request_v_hwp_capabilities()
959 errx(1, "cpu%d: requested min %d > capabilities highest %d, use --force?", in check_hwp_request_v_hwp_capabilities()
[all …]
/Linux-v5.10/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-v5.10/tools/perf/util/
Dcpumap.c283 /* start on the right, to find highest node num */ in get_max_num()
303 /* Determine highest possible cpu in the system for sparse allocation */
318 /* get the highest possible cpu number for a sparse allocation */ in set_max_cpu_num()
329 /* get the highest present cpu number for a sparse allocation */ in set_max_cpu_num()
343 /* Determine highest possible node in the system for sparse allocation */
357 /* get the highest possible cpu number for a sparse allocation */ in set_max_node_num()
/Linux-v5.10/arch/mips/dec/
Dint-handler.S148 * Find irq with highest priority
204 * Find irq with highest priority
265 * Find irq with highest priority.
266 * Highest irq number takes precedence.
/Linux-v5.10/include/linux/platform_data/
Ddma-dw.h61 #define CHAN_PRIORITY_ASCENDING 0 /* chan0 highest */
62 #define CHAN_PRIORITY_DESCENDING 1 /* chan7 highest */
/Linux-v5.10/drivers/media/rc/
Dimon_raw.c23 * from highest bit in the first byte, represents 250µs of data. It is 1
50 * Find highest set bit which is less or equal to offset in imon_ir_data()
57 * fls will tell us the highest bit set plus 1 (or 0 if no in imon_ir_data()
/Linux-v5.10/tools/perf/util/arm-spe-decoder/
Darm-spe-decoder.c39 /* Fill highest byte for EL1 or EL2 (VHE) mode */ in arm_spe_calc_ip()
42 /* Clean highest byte for other cases */ in arm_spe_calc_ip()
49 /* Fill highest byte if bits [48..55] is 0xff */ in arm_spe_calc_ip()

12345678910>>...43