Home
last modified time | relevance | path

Searched defs:best (Results 1 – 99 of 99) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dcpuid.h32 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_xsave() local
43 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_mtrr() local
51 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_tsc_adjust() local
59 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_smep() local
67 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_smap() local
75 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_fsgsbase() local
83 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_longmode() local
91 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_osvw() local
99 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_pcid() local
107 struct kvm_cpuid_entry2 *best; in guest_cpuid_has_x2apic() local
[all …]
Dcpuid.c63 struct kvm_cpuid_entry2 *best; in kvm_update_cpuid() local
149 struct kvm_cpuid_entry2 *best; in cpuid_query_maxphyaddr() local
773 struct kvm_cpuid_entry2 *best = NULL; in kvm_find_cpuid_entry() local
814 struct kvm_cpuid_entry2 *best; in kvm_cpuid() local
Dvmx.c2467 struct kvm_cpuid_entry2 *best = kvm_find_cpuid_entry(vcpu, 1, 0); in guest_cpuid_has_vmx() local
8940 struct kvm_cpuid_entry2 *best; in vmx_cpuid_update() local
/linux-4.4.14/sound/isa/sb/
Demu8000_callback.c169 struct best { in get_voice() struct
170 unsigned int time; in get_voice()
171 int voice; in get_voice()
172 } best[END]; in get_voice() local
/linux-4.4.14/lib/raid6/
Dalgos.c113 const struct raid6_recov_calls *best; in raid6_choose_recov() local
137 const struct raid6_calls *best; in raid6_choose_gen() local
/linux-4.4.14/drivers/video/fbdev/core/
Dmodedb.c702 u32 best, diff, tdiff; in fb_find_mode() local
992 struct fb_videomode *mode, *best = NULL; in fb_find_best_mode() local
1030 struct fb_videomode *cmode, *best = NULL; in fb_find_nearest_mode() local
1181 const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL; in fb_find_best_display() local
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_callback.c96 struct best_voice best[V_END]; in snd_emu10k1_synth_get_voice() local
222 struct best_voice *best, int active_only) in lookup_voices()
291 struct best_voice best[V_END]; in get_voice() local
/linux-4.4.14/sound/drivers/opl3/
Dopl3_midi.c161 struct best { in opl3_get_voice() struct
162 unsigned int time; in opl3_get_voice()
163 int voice; in opl3_get_voice()
164 } best[END]; in opl3_get_voice() local
/linux-4.4.14/fs/jffs2/
Dcompr.c35 struct jffs2_compressor *best, uint32_t size, uint32_t bestsize) in jffs2_is_best_compression()
154 struct jffs2_compressor *this, *best=NULL; in jffs2_compress() local
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Dtcm-sita.c280 struct score best = {{0}, {0}, {0}, 0}; in scan_r2l_t2b() local
354 struct score best = {{0}, {0}, {0}, 0}; in scan_l2r_t2b() local
604 struct score *best) in update_candidate()
/linux-4.4.14/arch/arm/common/
Dicst.c54 unsigned int i = 0, rd, best = (unsigned int)-1; in icst_hz_to_vco() local
/linux-4.4.14/arch/sh/kernel/
Dunwinder.c67 struct unwinder *best; in select_unwinder() local
/linux-4.4.14/drivers/video/fbdev/via/
Dviamode.c357 const struct fb_videomode *best = NULL; in get_best_mode() local
Dhw.c1391 struct via_pll_config cur, up, down, best = {0, 1, 0}; in get_pll_config() local
2015 const struct fb_videomode *best; in viafb_get_refresh() local
/linux-4.4.14/drivers/usb/core/
Dgeneric.c48 struct usb_host_config *c, *best; in usb_choose_configuration() local
/linux-4.4.14/drivers/clk/
Dclk-multiplier.c45 unsigned long best, unsigned long flags) in __is_best_rate()
Dclk-divider.c258 unsigned long best, unsigned long flags) in _is_best_div()
285 unsigned long parent_rate, best = 0, now, maxdiv; in clk_divider_bestdiv() local
Dclk-wm831x.c147 int best = 0; in wm831x_fll_round_rate() local
Dclk.c445 unsigned long best, unsigned long flags) in mux_is_better_rate()
459 unsigned long best = 0; in clk_mux_determine_rate_flags() local
/linux-4.4.14/net/dccp/
Dqpolicy.c41 struct sk_buff *skb, *best = NULL; in qpolicy_prio_best_skb() local
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_crypto.c102 unsigned long best = ~0; in qat_crypto_get_instance_node() local
/linux-4.4.14/drivers/gpu/drm/
Ddrm_vma_manager.c145 struct drm_vma_offset_node *node, *best; in drm_vma_offset_lookup_locked() local
Ddrm_mm.c420 struct drm_mm_node *best; in drm_mm_search_free_generic() local
464 struct drm_mm_node *best; in drm_mm_search_free_in_range_generic() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadow.c177 }, *mthd, *best = NULL; in nvbios_shadow() local
/linux-4.4.14/scripts/
Dkallsyms.c517 int i, best, bestprofit; in find_best_token() local
534 int i, best; in optimize_result() local
/linux-4.4.14/drivers/base/
Dmap.c99 unsigned long best = ~0UL; in kobj_lookup() local
/linux-4.4.14/drivers/clk/sunxi/
Dclk-factors.c87 unsigned long parent_rate, best = 0, child_rate, best_child_rate = 0; in clk_factors_determine_rate() local
Dclk-sunxi.c128 unsigned long parent_rate, best = 0, child_rate, best_child_rate = 0; in sun6i_ahb1_clk_determine_rate() local
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-common.c380 const struct v4l2_frmsize_discrete *size, *best = NULL; in v4l2_find_nearest_format() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_sa.c252 unsigned i, soffset, best, tmp; in radeon_sa_bo_next_hole() local
Dradeon_vm.c180 struct radeon_fence *best[RADEON_NUM_RINGS] = {}; in radeon_vm_grab_id() local
/linux-4.4.14/drivers/md/
Ddm-queue-length.c175 struct path_info *pi = NULL, *best = NULL; in ql_select_path() local
Ddm-service-time.c262 struct path_info *pi = NULL, *best = NULL; in st_select_path() local
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sa.c253 unsigned i, soffset, best, tmp; in amdgpu_sa_bo_next_hole() local
Damdgpu_vm.c138 struct fence *best[AMDGPU_MAX_RINGS] = {}; in amdgpu_vm_grab_id() local
/linux-4.4.14/sound/soc/codecs/
Dwm8904.c426 int best, best_val, save, i, cfg; in wm8904_set_retune_mobile() local
498 int val, i, best; in wm8904_set_deemph() local
1283 int ret, i, best, best_val, cur_val; in wm8904_hw_params() local
Dak4641.c56 int i, best = 0; in ak4641_set_deemph() local
Dwm8996.c341 int base, best, best_val, save, i, cfg, iface; in wm8996_set_retune_mobile() local
1538 int aif, best, cur_val, bclk_rate, bclk_reg, i; in wm8996_update_bclk() local
1739 int bits, i, bclk_rate, best; in wm8996_hw_params() local
Dwm8961.c510 int i, best, target, fs; in wm8961_hw_params() local
Dmax98088.c1401 int best, best_val, save, i, sel, fs; in max98088_setup_eq1() local
1448 int best, best_val, save, i, sel, fs; in max98088_setup_eq2() local
Des8328.c101 int val, i, best; in es8328_set_deemph() local
Dwm8978.c733 int i, best = 0; in wm8978_hw_params() local
Dwm8955.c366 int val, i, best; in wm8955_set_deemph() local
Dwm8731.c94 int val, i, best; in wm8731_set_deemph() local
Dmax98095.c1504 int fs, best, best_val, i; in max98095_put_eq_enum() local
1658 int fs, best, best_val, i; in max98095_put_bq_enum() local
Dwm8994.c113 int best, i, sysclk, val; in wm8958_micd_set_rate() local
400 int iface, best, best_val, save, i, cfg; in wm8994_set_retune_mobile() local
2786 int i, cur_val, best_val, bclk_rate, best; in wm8994_hw_params() local
Dcs42l52.c909 int best = 0; in cs42l52_beep_work() local
Dcs42l56.c983 int best = 0; in cs42l56_beep_work() local
Dwm9081.c1000 int ret, i, best, best_val, cur_val; in wm9081_hw_params() local
Dwm8960.c165 int val, i, best; in wm8960_set_deemph() local
Dwm8993.c1191 int ret, i, best, best_val, cur_val; in wm8993_hw_params() local
Dwm8995.c1558 int i, rate_val, best, best_val, cur_val; in wm8995_hw_params() local
Dwm8903.c413 int val, i, best; in wm8903_set_deemph() local
Dwm8962.c3165 int best = 0; in wm8962_beep_work() local
/linux-4.4.14/drivers/video/fbdev/geode/
Dlxfb_ops.c166 unsigned int diff, min, best = 0; in lx_set_clock() local
/linux-4.4.14/drivers/block/paride/
Dparide.c277 int best, range; in pi_probe_mode() local
/linux-4.4.14/crypto/
Dapi.c63 int best = -2; in __crypto_alg_lookup() local
/linux-4.4.14/drivers/net/bonding/
Dbond_3ad.c1472 static struct aggregator *ad_agg_selection_test(struct aggregator *best, in ad_agg_selection_test()
1580 struct aggregator *best, *active, *origin; in ad_agg_selection_logic() local
/linux-4.4.14/drivers/clk/ti/
Ddivider.c150 unsigned long parent_rate, best = 0, now, maxdiv; in ti_clk_divider_bestdiv() local
/linux-4.4.14/drivers/md/bcache/
Djournal.c372 struct btree *b, *best; in btree_flush_write() local
/linux-4.4.14/sound/soc/atmel/
Datmel-classd.c381 int i, best, best_val, cur_val, ret; in atmel_classd_codec_dai_hw_params() local
/linux-4.4.14/sound/core/oss/
Dpcm_plugin.c324 unsigned int badness, best = -1; in snd_pcm_plug_slave_format() local
Dpcm_oss.c376 int best, int bestdir, in boundary_nearer()
402 snd_pcm_hw_param_t var, unsigned int best, in snd_pcm_hw_param_near()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-s3c.c159 unsigned int best = UINT_MAX; in sdhci_s3c_set_clock() local
/linux-4.4.14/kernel/debug/kdb/
Dkdb_support.c748 struct debug_alloc_header *best, *bestprev, *prev, *h; in debug_kmalloc() local
/linux-4.4.14/drivers/pwm/
Dcore.c684 unsigned int best = 0; in pwm_get() local
/linux-4.4.14/drivers/sh/clk/
Dcore.c562 struct cpufreq_frequency_table *freq, *best = NULL; in clk_round_parent() local
/linux-4.4.14/arch/ia64/mm/
Ddiscontig.c478 u8 best = 0xff; in memory_less_node_alloc() local
/linux-4.4.14/drivers/media/platform/
Dsh_vou.c525 unsigned int best_err = UINT_MAX, best = 0, img_height_max; in vou_adjust_input() local
594 unsigned int best_err = UINT_MAX, best = geo->in_width, in vou_adjust_output() local
/linux-4.4.14/arch/arm/mach-davinci/
Dda850.c1097 unsigned int best = (unsigned int) -1; in da850_round_armrate() local
/linux-4.4.14/kernel/time/
Dclocksource.c553 struct clocksource *best, *cs; in __clocksource_select() local
/linux-4.4.14/net/batman-adv/
Doriginator.c878 struct batadv_neigh_node *best = NULL, *neigh; in batadv_find_best_neighbor() local
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dsched.c840 int best; in grab_runnable_context() local
/linux-4.4.14/drivers/net/wan/
Dixp4xx_hss.c1189 u32 *best, u32 *best_diff, u32 *reg) in check_clock()
1207 static void find_best_clock(u32 rate, u32 *best, u32 *reg) in find_best_clock()
/linux-4.4.14/net/sctp/
Dassociola.c1244 struct sctp_transport *best) in sctp_trans_elect_best()
/linux-4.4.14/drivers/mtd/
Dftl.c610 uint32_t best; in reclaim_block() local
/linux-4.4.14/drivers/media/i2c/smiapp/
Dsmiapp-core.c1889 int best = scaling_goodness( in smiapp_set_compose_binner() local
1942 int best = INT_MIN; in smiapp_set_compose_scaler() local
/linux-4.4.14/sound/oss/
Dopl3.c1000 int i, p, best, first, avail, best_time = 0x7fffffff; in opl3_alloc_voice() local
Dsequencer.c994 int i, best; in sequencer_open() local
/linux-4.4.14/drivers/leds/
Dleds-tca6507.c411 int best = -1;/* full-on */ in led_prepare() local
/linux-4.4.14/net/xfrm/
Dxfrm_state.c728 struct xfrm_state **best, int *acq_in_progress, in xfrm_state_look_at()
775 struct xfrm_state *best = NULL; in xfrm_state_find() local
/linux-4.4.14/drivers/regulator/
Dmax8997.c557 u8 new_val, int *best) in max8997_assess_side_effect()
/linux-4.4.14/fs/ocfs2/
Dsuballoc.c422 u16 curr, best; in ocfs2_find_smallest_chain() local
1375 u16 curr, best; in ocfs2_find_victim_chain() local
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_mode.c85 struct ast_vbios_enhtable *best = NULL; in ast_get_vbios_mode_info() local
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c906 int i, len, best, naddr, nsize, pna, range_size; in cell_iommu_get_fixed_address() local
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c885 struct hsw_wrpll_rnp *best) in hsw_wrpll_update_rnp()
1207 struct hsw_wrpll_rnp best = { 0, 0, 0 }; in hsw_ddi_calculate_wrpll() local
/linux-4.4.14/drivers/video/fbdev/
Dvga16fb.c254 } *ptr, *best, vgaclocks[] = { in vga16fb_clock_chip() local
Dtmiofb.c561 struct fb_videomode *best = NULL; in tmiofb_find_mode() local
/linux-4.4.14/drivers/net/wireless/cw1200/
Dwsm.c1589 unsigned score, best = -1; in cw1200_get_prio_queue() local
/linux-4.4.14/tools/vm/
Dslabinfo.c324 struct aliasinfo *best = NULL; in find_one_alias() local
/linux-4.4.14/net/netfilter/
Dx_tables.c307 int have_rev, best = -1; in xt_find_revision() local
Dnf_tables_api.c2262 struct nft_set_estimate est, best; in nft_select_set_ops() local
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1657 static void update_best(struct gelic_wl_scan_info **best, in update_best()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.c716 int best = -1; in ksocknal_match_peerip() local
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_ctlr.c1592 struct fcoe_fcf *best = fip->sel_fcf; in fcoe_ctlr_select() local
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_v4l2.c118 __u32 best = -1, dist; in uvc_try_frame_interval() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c3116 static void ar9300_comp_hdr_unpack(u8 *best, int *code, int *reference, in ar9300_comp_hdr_unpack()
/linux-4.4.14/net/core/
Dpktgen.c3261 struct pktgen_dev *pkt_dev, *best = NULL; in next_to_run() local
/linux-4.4.14/kernel/
Dmodule.c3677 unsigned int i, best = 0; in get_ksymbol() local