Searched refs:suboptimal (Results 1 - 32 of 32) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
H A Dfreq_table.c130 struct cpufreq_frequency_table suboptimal = { cpufreq_frequency_table_target() local
142 suboptimal.frequency = ~0; cpufreq_frequency_table_target()
168 if (freq <= suboptimal.frequency) { cpufreq_for_each_valid_entry()
169 suboptimal.frequency = freq; cpufreq_for_each_valid_entry()
170 suboptimal.driver_data = i; cpufreq_for_each_valid_entry()
181 if (freq >= suboptimal.frequency) { cpufreq_for_each_valid_entry()
182 suboptimal.frequency = freq; cpufreq_for_each_valid_entry()
183 suboptimal.driver_data = i; cpufreq_for_each_valid_entry()
199 if (suboptimal.driver_data > i)
201 *index = suboptimal.driver_data;
/linux-4.4.14/arch/cris/arch-v32/lib/
H A Dusercopy.c75 suboptimal. */ __copy_user()
209 suboptimal. */ __copy_user_zeroing()
367 non-movem sizes suboptimal. __do_clear_user()
H A Dmemset.c99 suboptimal. */ memset()
H A Dstring.c88 suboptimal. */ memcpy()
/linux-4.4.14/include/uapi/linux/
H A Dvirtio_balloon.h63 * generate suboptimal code.
/linux-4.4.14/include/linux/
H A Ddma-contiguous.h37 * reserved for a device is suboptimal since often more memory is
H A Dfb.h653 /* s_pitch is a few bytes at the most, memcpy is suboptimal */ __fb_pad_aligned_buffer()
/linux-4.4.14/arch/cris/arch-v10/lib/
H A Dusercopy.c79 suboptimal. __copy_user()
245 suboptimal. __copy_user_zeroing()
416 non-movem sizes suboptimal. __do_clear_user()
H A Dmemset.c99 suboptimal. */ memset()
H A Dstring.c88 suboptimal. */ memcpy()
/linux-4.4.14/drivers/input/gameport/
H A Dns558.c262 * enabled get detected as PnP. This may be suboptimal in multi-device ns558_init()
/linux-4.4.14/arch/arm/include/asm/
H A Dopcodes.h25 * because they will be suboptimal in most cases.
/linux-4.4.14/arch/x86/crypto/
H A Dblowfish_glue.c463 "would be suboptimal: disabling " init()
H A Ddes3_ede_glue.c488 pr_info("des3_ede-x86_64: performance on this CPU would be suboptimal: disabling des3_ede-x86_64.\n"); des3_ede_x86_init()
H A Dtwofish_glue_3way.c480 "would be suboptimal: disabling " init()
H A Dcamellia_glue.c1710 "would be suboptimal: disabling " init()
/linux-4.4.14/net/sctp/
H A Dsysctl.c425 "suboptimal rtt/srtt estimations!\n"); proc_sctp_do_alpha_beta()
H A Doutqueue.c1163 * totally suboptimal to do on every SACK. sctp_outq_sack()
/linux-4.4.14/net/dccp/ccids/lib/
H A Dpacket_history.c435 else { /* suboptimal match */ tfrc_rx_hist_sample_rtt()
/linux-4.4.14/drivers/hwmon/
H A Dcoretemp.c48 * When set, it replaces the driver's suboptimal heuristic.
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h158 * hardware is doomed to send all already-queued frames at suboptimal
/linux-4.4.14/fs/nfsd/
H A Dnfssvc.c220 * (Note therefore results will be suboptimal if number of nfsd_startup_generic()
/linux-4.4.14/arch/m68k/include/asm/
H A Ddma.h103 * Aliases to help speed quick ports; these may be suboptimal, however. They
/linux-4.4.14/drivers/video/console/
H A Dvgacon.c539 /* This may be suboptimal but is a safe bet - go with it */ vgacon_startup()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dmain.c46 * It is suboptimal behavior performance wise in case MTU above page size.
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_context.c767 * is a bit suboptimal because the retiring can occur simply after the do_switch()
/linux-4.4.14/include/xen/interface/
H A Dxen.h514 * This may seem suboptimal because if the pending flag is set by
/linux-4.4.14/drivers/md/bcache/
H A Dsuper.c479 * buckets in suboptimal order.
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-img-scb.c29 * in suboptimal use of the bus, with gaps between the I2C symbols while
/linux-4.4.14/security/apparmor/
H A Dpolicy.c57 * but is allowed. NOTE: this is currently suboptimal because profile
/linux-4.4.14/sound/core/
H A Dpcm_native.c80 * snd_pcm_stream_lock()). As a (suboptimal) workaround, let writer to
/linux-4.4.14/mm/
H A Dpage_alloc.c4575 * suboptimal cache aliasing properties in some cases. zone_batchsize()

Completed in 1027 milliseconds