Home
last modified time | relevance | path

Searched refs:lowest (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_rgb.c70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local
125 lowest = rate * (1000 - SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid()
126 do_div(lowest, 1000); in sun4i_rgb_mode_valid()
127 if (rounded_rate < lowest) in sun4i_rgb_mode_valid()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_rgb.c70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local
125 lowest = rate * (1000 - SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid()
126 do_div(lowest, 1000); in sun4i_rgb_mode_valid()
127 if (rounded_rate < lowest) in sun4i_rgb_mode_valid()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dirq_comm.c51 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local
60 printk(KERN_INFO "kvm: apic: phys broadcast and lowest prio\n"); in kvm_irq_delivery_to_apic()
80 if (!lowest) in kvm_irq_delivery_to_apic()
81 lowest = vcpu; in kvm_irq_delivery_to_apic()
82 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic()
83 lowest = vcpu; in kvm_irq_delivery_to_apic()
95 lowest = kvm_get_vcpu(kvm, idx); in kvm_irq_delivery_to_apic()
98 if (lowest) in kvm_irq_delivery_to_apic()
99 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
H A Dlapic.c921 int i, lowest; in kvm_apic_map_get_dest_lapic() local
953 lowest = -1; in kvm_apic_map_get_dest_lapic()
957 if (lowest < 0) in kvm_apic_map_get_dest_lapic()
958 lowest = i; in kvm_apic_map_get_dest_lapic()
960 (*dst)[lowest]->vcpu) < 0) in kvm_apic_map_get_dest_lapic()
961 lowest = i; in kvm_apic_map_get_dest_lapic()
967 lowest = kvm_vector_to_index(irq->vector, hweight16(*bitmap), in kvm_apic_map_get_dest_lapic()
970 if (!(*dst)[lowest]) { in kvm_apic_map_get_dest_lapic()
977 *bitmap = (lowest >= 0) ? 1 << lowest in kvm_apic_map_get_dest_lapic()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dirq_comm.c51 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local
60 pr_info("apic: phys broadcast and lowest prio\n"); in kvm_irq_delivery_to_apic()
80 if (!lowest) in kvm_irq_delivery_to_apic()
81 lowest = vcpu; in kvm_irq_delivery_to_apic()
82 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic()
83 lowest = vcpu; in kvm_irq_delivery_to_apic()
95 lowest = kvm_get_vcpu(kvm, idx); in kvm_irq_delivery_to_apic()
98 if (lowest) in kvm_irq_delivery_to_apic()
99 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
H A Dlapic.c1147 int i, lowest; in kvm_apic_map_get_dest_lapic() local
1179 lowest = -1; in kvm_apic_map_get_dest_lapic()
1183 if (lowest < 0) in kvm_apic_map_get_dest_lapic()
1184 lowest = i; in kvm_apic_map_get_dest_lapic()
1186 (*dst)[lowest]->vcpu) < 0) in kvm_apic_map_get_dest_lapic()
1187 lowest = i; in kvm_apic_map_get_dest_lapic()
1193 lowest = kvm_vector_to_index(irq->vector, hweight16(*bitmap), in kvm_apic_map_get_dest_lapic()
1196 if (!(*dst)[lowest]) { in kvm_apic_map_get_dest_lapic()
1203 *bitmap = (lowest >= 0) ? 1 << lowest in kvm_apic_map_get_dest_lapic()
[all...]
/kernel/linux/linux-5.10/drivers/sh/clk/
H A Dcore.c94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local
99 lowest = ~0UL; in clk_rate_round_helper()
104 if (freq < lowest) in clk_rate_round_helper()
105 lowest = freq; in clk_rate_round_helper()
119 if (rounder->rate <= lowest) in clk_rate_round_helper()
120 rate_best_fit = lowest; in clk_rate_round_helper()
/kernel/linux/linux-6.6/drivers/sh/clk/
H A Dcore.c94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local
99 lowest = ~0UL; in clk_rate_round_helper()
104 if (freq < lowest) in clk_rate_round_helper()
105 lowest = freq; in clk_rate_round_helper()
119 if (rounder->rate <= lowest) in clk_rate_round_helper()
120 rate_best_fit = lowest; in clk_rate_round_helper()
/kernel/linux/linux-5.10/arch/x86/platform/uv/
H A Duv_time.c173 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local
179 if (exp < lowest) { in uv_rtc_find_next_timer()
181 lowest = exp; in uv_rtc_find_next_timer()
187 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()
/kernel/linux/linux-6.6/arch/x86/platform/uv/
H A Duv_time.c173 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local
179 if (exp < lowest) { in uv_rtc_find_next_timer()
181 lowest = exp; in uv_rtc_find_next_timer()
187 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dcore.c107 int i, lowest; in intel_th_remove() local
119 for (i = 0, lowest = -1; i < th->num_thdevs; i++) { in intel_th_remove()
126 if (lowest >= 0) { in intel_th_remove()
127 th->thdev[lowest] = th->thdev[i]; in intel_th_remove()
129 ++lowest; in intel_th_remove()
135 if (lowest == -1) in intel_th_remove()
136 lowest = i; in intel_th_remove()
142 if (lowest >= 0) in intel_th_remove()
143 th->num_thdevs = lowest; in intel_th_remove()
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dcore.c106 int i, lowest; in intel_th_remove() local
121 for (i = 0, lowest = -1; i < th->num_thdevs; i++) { in intel_th_remove()
128 if (lowest >= 0) { in intel_th_remove()
129 th->thdev[lowest] = th->thdev[i]; in intel_th_remove()
131 ++lowest; in intel_th_remove()
137 if (lowest == -1) in intel_th_remove()
138 lowest = i; in intel_th_remove()
144 if (lowest >= 0) in intel_th_remove()
145 th->num_thdevs = lowest; in intel_th_remove()
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c40 unsigned char lowest; member
178 * All others leave it at cap.lowest
196 * "power" changes hwp_max to cap.lowest
730 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
741 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
952 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities()
953 errx(1, "cpu%d: requested max %d < capabilities lowest %d, use --force?", in check_hwp_request_v_hwp_capabilities()
954 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities()
961 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities()
962 errx(1, "cpu%d: requested min %d < capabilities lowest in check_hwp_request_v_hwp_capabilities()
[all...]
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c40 unsigned char lowest; member
181 * All others leave it at cap.lowest
199 * "power" changes hwp_max to cap.lowest
775 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
786 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
1041 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1042 errx(1, "cpu%d: requested max %d < capabilities lowest %d, use --force?", in check_hwp_request_v_hwp_capabilities()
1043 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities()
1050 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1051 errx(1, "cpu%d: requested min %d < capabilities lowest in check_hwp_request_v_hwp_capabilities()
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddabtree.c133 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
498 ds.lowest = 0; in xchk_da_btree()
502 ds.lowest = ds.dargs.geo->leafblk; in xchk_da_btree()
505 blkno = ds.lowest; in xchk_da_btree()
514 * We didn't find a block at ds.lowest, which means that there's in xchk_da_btree()
H A Ddabtree.h25 xfs_dablk_t lowest; member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddabtree.c134 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
502 ds->lowest = 0; in xchk_da_btree()
506 ds->lowest = ds->dargs.geo->leafblk; in xchk_da_btree()
509 blkno = ds->lowest; in xchk_da_btree()
518 * We didn't find a block at ds->lowest, which means that there's in xchk_da_btree()
H A Ddabtree.h25 xfs_dablk_t lowest; member
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c941 unsigned int lowest = 0; in abx500_get_gpio_num() local
963 lowest = gstart; in abx500_get_gpio_num()
966 if (gstart < lowest) in abx500_get_gpio_num()
967 lowest = gstart; in abx500_get_gpio_num()
973 npins = highest - lowest + 1; in abx500_get_gpio_num()
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c943 unsigned int lowest = 0; in abx500_get_gpio_num() local
965 lowest = gstart; in abx500_get_gpio_num()
968 if (gstart < lowest) in abx500_get_gpio_num()
969 lowest = gstart; in abx500_get_gpio_num()
975 npins = highest - lowest + 1; in abx500_get_gpio_num()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Diommu.c172 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx() local
173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx()
176 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); in iommu_alloc_ctx()
177 if (unlikely(n == lowest)) { in iommu_alloc_ctx()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Diommu.c172 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx() local
173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx()
176 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); in iommu_alloc_ctx()
177 if (unlikely(n == lowest)) { in iommu_alloc_ctx()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dsleep.S53 @ delay 90us and set CPU PLL to lowest speed
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dsleep.S53 @ delay 90us and set CPU PLL to lowest speed
/kernel/linux/linux-5.10/fs/btrfs/
H A Drelocation.c401 /* The node is the lowest node */ in handle_useless_nodes()
402 if (cur->lowest) { in handle_useless_nodes()
404 cur->lowest = 0; in handle_useless_nodes()
485 node->lowest = 1; in build_backref_tree()
578 new_node->lowest = node->lowest; in clone_backref_node()
583 if (!node->lowest) { in clone_backref_node()
601 if (!new_node->lowest) { in clone_backref_node()
1433 * walk down reloc tree to find relocated block of lowest level
2224 struct btrfs_path *path, int lowest) in do_relocation()
2220 do_relocation(struct btrfs_trans_handle *trans, struct reloc_control *rc, struct btrfs_backref_node *node, struct btrfs_key *key, struct btrfs_path *path, int lowest) do_relocation() argument
[all...]

Completed in 26 milliseconds

12