/Linux-v4.19/arch/x86/kvm/ |
D | irq_comm.c | 62 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local 91 if (!lowest) in kvm_irq_delivery_to_apic() 92 lowest = vcpu; in kvm_irq_delivery_to_apic() 93 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic() 94 lowest = vcpu; in kvm_irq_delivery_to_apic() 106 lowest = kvm_get_vcpu(kvm, idx); in kvm_irq_delivery_to_apic() 109 if (lowest) in kvm_irq_delivery_to_apic() 110 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
|
D | lapic.c | 878 int i, lowest; in kvm_apic_map_get_dest_lapic() local 909 lowest = -1; in kvm_apic_map_get_dest_lapic() 913 if (lowest < 0) in kvm_apic_map_get_dest_lapic() 914 lowest = i; in kvm_apic_map_get_dest_lapic() 916 (*dst)[lowest]->vcpu) < 0) in kvm_apic_map_get_dest_lapic() 917 lowest = i; in kvm_apic_map_get_dest_lapic() 923 lowest = kvm_vector_to_index(irq->vector, hweight16(*bitmap), in kvm_apic_map_get_dest_lapic() 926 if (!(*dst)[lowest]) { in kvm_apic_map_get_dest_lapic() 933 *bitmap = (lowest >= 0) ? 1 << lowest : 0; in kvm_apic_map_get_dest_lapic()
|
/Linux-v4.19/Documentation/ia64/ |
D | IRQ-redir.txt | 25 Set the default route for IRQ number 41 to CPU 6 in lowest priority 33 (i.e. lowest priority mode routing is used), otherwise its route is 42 and the routing is the so called "lowest priority mode" (actually 49 The IRQ is routed to the CPU with lowest XTP register value, the
|
/Linux-v4.19/drivers/sh/clk/ |
D | core.c | 94 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()
|
/Linux-v4.19/arch/x86/platform/uv/ |
D | uv_time.c | 196 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local 202 if (exp < lowest) { in uv_rtc_find_next_timer() 204 lowest = exp; in uv_rtc_find_next_timer() 210 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()
|
/Linux-v4.19/drivers/hwtracing/intel_th/ |
D | core.c | 107 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()
|
/Linux-v4.19/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 41 unsigned char lowest; member 678 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap() 689 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap() 900 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities() 902 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities() 909 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities() 911 cpu, req->hwp_min, cap->lowest); in check_hwp_request_v_hwp_capabilities() 925 if (req->hwp_desired < cap->lowest) in check_hwp_request_v_hwp_capabilities() 927 cpu, req->hwp_desired, cap->lowest); in check_hwp_request_v_hwp_capabilities()
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-is31fl319x.txt | 34 Note: a driver will take the lowest of all led limits since the 35 chip has a single global setting. The lowest value will be chosen
|
/Linux-v4.19/fs/xfs/scrub/ |
D | dabtree.h | 25 xfs_dablk_t lowest; member
|
D | dabtree.c | 165 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok() 508 ds.lowest = 0; in xchk_da_btree() 512 ds.lowest = ds.dargs.geo->leafblk; in xchk_da_btree() 515 blkno = ds.lowest; in xchk_da_btree()
|
/Linux-v4.19/drivers/gpu/drm/selftests/ |
D | drm_mm_selftests.h | 22 selftest(lowest, igt_lowest)
|
/Linux-v4.19/Documentation/virtual/kvm/devices/ |
D | xics.txt | 37 delivered, and 255 is the lowest priority. 51 the highest priority and 255 is the lowest. An interrupt with a
|
/Linux-v4.19/Documentation/scsi/ |
D | link_power_management_policy.txt | 16 when possible, but do not enter the lowest power
|
/Linux-v4.19/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.c | 944 unsigned int lowest = 0; in abx500_get_gpio_num() local 966 lowest = gstart; in abx500_get_gpio_num() 969 if (gstart < lowest) in abx500_get_gpio_num() 970 lowest = gstart; in abx500_get_gpio_num() 976 npins = highest - lowest + 1; in abx500_get_gpio_num()
|
/Linux-v4.19/Documentation/acpi/ |
D | lpit.txt | 24 This is the lowest possible system power state, achieved only when CPU is in
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | atmel,aic.txt | 17 The third cell is used to specify the irq priority from 0 (lowest) to 7
|
/Linux-v4.19/arch/sparc/kernel/ |
D | iommu.c | 173 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx() local 174 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx() 177 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); in iommu_alloc_ctx() 178 if (unlikely(n == lowest)) { in iommu_alloc_ctx()
|
/Linux-v4.19/Documentation/hwmon/ |
D | emc2103 | 23 represented, so some rounding is done. With a divider of 1, the lowest
|
D | smsc47m1 | 48 represented, so some rounding is done. With a divider of 2, the lowest
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | qcom,rpmcc.txt | 4 SoC resources in order to keep the lowest power profile. It
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-scsi_host | 9 which usually means the lowest number scsi_host corresponds 51 when possible, but do not enter the lowest power state, thus
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-xgene-sb.txt | 35 - apm,irq-start: Optional, specify lowest gpio pin support interrupt.
|
/Linux-v4.19/fs/btrfs/ |
D | relocation.c | 57 unsigned int lowest:1; member 423 BUG_ON(!node->lowest && !node->detached); in remove_backref_node() 436 node->lowest = 1; in remove_backref_node() 445 upper->lowest = 1; in remove_backref_node() 689 node->lowest = 1; in build_backref_tree() 1026 if (upper->lowest) { in build_backref_tree() 1028 upper->lowest = 0; in build_backref_tree() 1075 if (upper->lowest) { in build_backref_tree() 1077 upper->lowest = 0; in build_backref_tree() 1200 new_node->lowest = node->lowest; in clone_backref_node() [all …]
|
/Linux-v4.19/Documentation/sound/soc/ |
D | clocking.rst | 39 it is best to configure BCLK to the lowest possible speed (depending on your
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | sleep.S | 53 @ delay 90us and set CPU PLL to lowest speed
|