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

/linux-4.1.27/drivers/cpufreq/
H A Dfreq_table.c115 struct cpufreq_frequency_table suboptimal = { cpufreq_frequency_table_target() local
127 suboptimal.frequency = ~0; cpufreq_frequency_table_target()
153 if (freq <= suboptimal.frequency) { cpufreq_for_each_valid_entry()
154 suboptimal.frequency = freq; cpufreq_for_each_valid_entry()
155 suboptimal.driver_data = i; cpufreq_for_each_valid_entry()
166 if (freq >= suboptimal.frequency) { cpufreq_for_each_valid_entry()
167 suboptimal.frequency = freq; cpufreq_for_each_valid_entry()
168 suboptimal.driver_data = i; cpufreq_for_each_valid_entry()
184 if (suboptimal.driver_data > i)
186 *index = suboptimal.driver_data;
/linux-4.1.27/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.1.27/include/uapi/linux/
H A Dvirtio_balloon.h63 * generate suboptimal code.
/linux-4.1.27/include/linux/
H A Ddma-contiguous.h37 * reserved for a device is suboptimal since often more memory is
H A Dfb.h650 /* s_pitch is a few bytes at the most, memcpy is suboptimal */ __fb_pad_aligned_buffer()
/linux-4.1.27/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.1.27/drivers/input/gameport/
H A Dns558.c262 * enabled get detected as PnP. This may be suboptimal in multi-device ns558_init()
/linux-4.1.27/arch/arm/include/asm/
H A Dopcodes.h25 * because they will be suboptimal in most cases.
/linux-4.1.27/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.1.27/net/sctp/
H A Dsysctl.c425 "suboptimal rtt/srtt estimations!\n"); proc_sctp_do_alpha_beta()
H A Doutqueue.c1162 * totally suboptimal to do on every SACK. sctp_outq_sack()
/linux-4.1.27/net/dccp/ccids/lib/
H A Dpacket_history.c435 else { /* suboptimal match */ tfrc_rx_hist_sample_rtt()
/linux-4.1.27/drivers/hwmon/
H A Dcoretemp.c48 * When set, it replaces the driver's suboptimal heuristic.
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h158 * hardware is doomed to send all already-queued frames at suboptimal
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dmain.c41 * It is suboptimal behavior performance wise in case MTU above page size.
/linux-4.1.27/fs/nfsd/
H A Dnfssvc.c220 * (Note therefore results will be suboptimal if number of nfsd_startup_generic()
/linux-4.1.27/arch/m68k/include/asm/
H A Ddma.h103 * Aliases to help speed quick ports; these may be suboptimal, however. They
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_context.c761 * is a bit suboptimal because the retiring can occur simply after the do_switch()
/linux-4.1.27/drivers/video/console/
H A Dvgacon.c539 /* This may be suboptimal but is a safe bet - go with it */ vgacon_startup()
/linux-4.1.27/include/xen/interface/
H A Dxen.h512 * This may seem suboptimal because if the pending flag is set by
/linux-4.1.27/net/ipv4/
H A Dfib_semantics.c1277 * The algorithm is suboptimal, but it provides really
/linux-4.1.27/drivers/md/bcache/
H A Dsuper.c502 * buckets in suboptimal order.
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-img-scb.c29 * in suboptimal use of the bus, with gaps between the I2C symbols while
/linux-4.1.27/security/apparmor/
H A Dpolicy.c57 * but is allowed. NOTE: this is currently suboptimal because profile
/linux-4.1.27/sound/core/
H A Dpcm_native.c80 * snd_pcm_stream_lock()). As a (suboptimal) workaround, let writer to
/linux-4.1.27/mm/
H A Dpage_alloc.c4291 * suboptimal cache aliasing properties in some cases. zone_batchsize()

Completed in 1035 milliseconds