/linux-6.15/drivers/cpufreq/ |
D | freq_table.c | 121 struct cpufreq_frequency_table optimal = { in cpufreq_table_index_unsorted() local 143 optimal.frequency = ~0; in cpufreq_table_index_unsorted() 153 optimal.driver_data = i; in cpufreq_table_index_unsorted() 159 if (freq >= optimal.frequency) { in cpufreq_table_index_unsorted() 160 optimal.frequency = freq; in cpufreq_table_index_unsorted() 161 optimal.driver_data = i; in cpufreq_table_index_unsorted() 172 if (freq <= optimal.frequency) { in cpufreq_table_index_unsorted() 173 optimal.frequency = freq; in cpufreq_table_index_unsorted() 174 optimal.driver_data = i; in cpufreq_table_index_unsorted() 185 if (diff < optimal.frequency || in cpufreq_table_index_unsorted() [all …]
|
/linux-6.15/drivers/net/wireless/ath/ath12k/ |
D | Kconfig | 26 you want optimal performance choose N. 35 you want optimal performance choose N. 44 you want optimal performance choose N.
|
/linux-6.15/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
D | frontend.json | 283 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 288 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 312 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 317 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 380 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 386 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b… 410 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 416 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
D | frontend.json | 283 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 288 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 312 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 317 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 380 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 386 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b… 410 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 416 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/tools/perf/pmu-events/arch/x86/graniterapids/ |
D | frontend.json | 316 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 321 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 345 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 350 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 413 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 419 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b… 443 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 449 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/drivers/gpu/drm/i915/display/ |
D | i9xx_wm.c | 1196 struct g4x_wm_state *wm_state = &crtc_state->wm.g4x.optimal; in _g4x_compute_pipe_wm() 1290 const struct g4x_wm_state *optimal = &new_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() local 1291 const struct g4x_wm_state *active = &old_crtc_state->wm.g4x.optimal; in g4x_compute_intermediate_wm() 1296 *intermediate = *optimal; in g4x_compute_intermediate_wm() 1303 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm() 1305 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm() 1307 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm() 1311 max(optimal->wm.plane[plane_id], in g4x_compute_intermediate_wm() 1318 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm() 1320 intermediate->sr.cursor = max(optimal->sr.cursor, in g4x_compute_intermediate_wm() [all …]
|
D | skl_watermark.c | 372 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv() 394 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_can_enable_sagv() 417 &crtc_state->wm.skl.optimal.planes[plane_id]; in tgl_crtc_can_enable_sagv() 463 struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; in intel_compute_sagv_mask() 485 * other crtcs can't be allowed to use the more optimal in intel_compute_sagv_mask() 1592 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb() 1643 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb() 1679 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb() 1709 &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_crtc_allocate_plane_ddb() 2402 const struct skl_plane_wm *wm = &crtc_state->wm.skl.optimal.planes[plane_id]; in skl_max_wm0_lines() [all …]
|
D | intel_display_types.h | 848 * optimal: 849 * The "optimal" watermark values given the current 856 * between the old and new "optimal" values. Used when 860 * worst case combination of the old and new "optimal" 866 struct intel_pipe_wm optimal; member 872 struct skl_pipe_wm optimal; member 893 struct vlv_wm_state optimal; /* inverted */ member 900 struct g4x_wm_state optimal; member 907 * safe intermediate watermarks to the optimal final
|
/linux-6.15/tools/perf/pmu-events/arch/x86/alderlake/ |
D | frontend.json | 340 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 345 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 372 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 377 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 447 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 453 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b… 480 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 486 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/tools/perf/pmu-events/arch/x86/meteorlake/ |
D | frontend.json | 371 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 376 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 403 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 408 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 478 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 484 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b… 511 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 517 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/include/linux/crush/ |
D | crush.h | 108 * list O(n) optimal poor 111 * straw2 O(n) optimal optimal 267 * no local retry) so that data migrations would be optimal when some
|
/linux-6.15/include/uapi/asm-generic/ |
D | stat.h | 34 int st_blksize; /* Optimal block size for I/O. */ 59 int st_blksize; /* Optimal block size for I/O. */
|
/linux-6.15/tools/perf/pmu-events/arch/x86/rocketlake/ |
D | frontend.json | 292 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 297 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 321 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 326 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 389 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 395 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/tools/perf/pmu-events/arch/x86/icelake/ |
D | frontend.json | 292 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 297 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 321 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 326 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 389 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 395 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/tools/perf/pmu-events/arch/x86/tigerlake/ |
D | frontend.json | 292 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 297 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 321 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 326 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 389 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 395 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/tools/perf/pmu-events/arch/x86/icelakex/ |
D | frontend.json | 292 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 297 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 321 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 326 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 379 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 385 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/drivers/staging/vc04_services/vchiq-mmal/ |
D | mmal-msg-port.h | 76 * recommends for optimal 84 * recommends for optimal
|
/linux-6.15/arch/microblaze/include/asm/ |
D | hash.h | 55 * repeated additions, and the best we can do is an optimal in __hash_32() 57 * optimal, but at 37 steps, it's decent for a 31-bit multiplier. in __hash_32()
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn303/ |
D | dcn303_fpu.c | 254 /* Calculate optimal dcfclk for each uclk */ in dcn303_fpu_update_bw_bounding_box() 262 /* Calculate optimal uclk for each dcfclk sta target */ in dcn303_fpu_update_bw_bounding_box() 272 * bandwidth is low enough such that all the optimal DCFCLK for each UCLK in dcn303_fpu_update_bw_bounding_box() 274 * populate the optimal UCLK for each DCFCLK STA target to be the max UCLK. in dcn303_fpu_update_bw_bounding_box()
|
/linux-6.15/arch/arm/mach-omap2/ |
D | sdrc.h | 164 * These represent optimal values for common parts, it won't work for all. 166 * become sub-optimal. The RFR value goes in the opposite direction. If you
|
/linux-6.15/tools/perf/pmu-events/arch/x86/arrowlake/ |
D | frontend.json | 461 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 466 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 493 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 498 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 568 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 574 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/Documentation/networking/device_drivers/ethernet/neterion/ |
D | s2io.rst | 120 b. Set TCP windows size to optimal value. 139 A MOST value of 2 has been found optimal for Opterons and 3 for Itanium.
|
/linux-6.15/tools/perf/pmu-events/arch/x86/lunarlake/ |
D | frontend.json | 514 "BriefDescription": "Cycles DSB is delivering optimal number of Uops", 519 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 546 "BriefDescription": "Cycles MITE is delivering optimal number of Uops", 551 …"PublicDescription": "Counts the number of cycles where optimal number of uops was delivered to th… 621 …"BriefDescription": "Cycles when optimal number of uops was delivered to the back-end when the bac… 627 …"PublicDescription": "Counts the number of cycles when the optimal number of uops were delivered b…
|
/linux-6.15/drivers/gpu/drm/v3d/ |
D | v3d_gemfs.c | 43 "Transparent Hugepage support is recommended for optimal performance on this platform!\n"); in v3d_gemfs_init()
|
/linux-6.15/Documentation/ABI/testing/ |
D | sysfs-bus-i2c-devices-pca954x | 15 -1 leave the mux as-is, which is the most optimal
|