Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_rps.c74 bool interactive) in intel_display_rps_mark_interactive() argument
78 if (state->rps_interactive == interactive) in intel_display_rps_mark_interactive()
81 intel_rps_mark_interactive(&to_gt(i915)->rps, interactive); in intel_display_rps_mark_interactive()
82 state->rps_interactive = interactive; in intel_display_rps_mark_interactive()
H A Dintel_display_rps.h20 bool interactive);
/linux-6.15/scripts/kconfig/tests/
H A Dconftest.py40 interactive=False, in_keys=None, extra_env={}): argument
83 if interactive:
128 interactive=True, in_keys=in_keys)
138 interactive=True, in_keys=in_keys)
/linux-6.15/kernel/
H A DKconfig.hz31 while also showing good interactive responsiveness even
39 while also showing good interactive responsiveness even
47 systems requiring fast interactive responses to events.
H A DKconfig.preempt48 This allows reaction to interactive events by allowing a
63 preemptible. This allows reaction to interactive events by
/linux-6.15/drivers/gpu/drm/xe/display/
H A Dxe_display_rps.c15 bool interactive) in intel_display_rps_mark_interactive() argument
/linux-6.15/Documentation/firmware-guide/acpi/
H A Daml-debugger.rst47 That spawns the interactive AML debugger environment where you can execute
61 The interactive debugger interface can be closed by pressing Ctrl+C or using
/linux-6.15/scripts/
H A Dget_maintainer.pl46 my $interactive = 0;
257 'i|interactive!' => \$interactive,
316 $output_rolestats = 1 if ($interactive);
334 $interactive = 0;
1034 if ($interactive) {
1641 save_commits_by_author(@lines) if ($interactive);
1642 save_commits_by_signer(@lines) if ($interactive);
1676 save_commits_by_author(@lines) if ($interactive);
1914 $interactive = 0;
2395 save_commits_by_author(@lines) if ($interactive);
[all …]
/linux-6.15/Documentation/networking/
H A Dtcp-thin.rst19 After analysing a large number of time-dependent interactive
50 "Improving latency for interactive, thin-stream applications over
/linux-6.15/tools/testing/selftests/net/
H A Dnettest.c140 static unsigned int interactive; variable
1100 if (!interactive && server_mode) { in socket_read_dgram()
1182 if (!interactive && server_mode) { in socket_read_stream()
1268 if (!interactive) { in msg_loop()
1275 nfds = interactive ? MAX(fileno(stdin), sd) + 1 : sd + 1; in msg_loop()
1279 if (interactive) in msg_loop()
1313 if (interactive) in msg_loop()
1656 if (!interactive) in do_server()
2146 interactive = 1; in main()
2224 if (interactive) { in main()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_rps_types.h103 unsigned int interactive; member
H A Dintel_rps.h36 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive);
H A Dintel_rps.c774 if (rps->power.interactive) in gen6_rps_set_thresholds()
780 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive) in intel_rps_mark_interactive() argument
783 str_yes_no(interactive)); in intel_rps_mark_interactive()
786 if (interactive) { in intel_rps_mark_interactive()
787 if (!rps->power.interactive++ && intel_rps_is_active(rps)) in intel_rps_mark_interactive()
790 GEM_BUG_ON(!rps->power.interactive); in intel_rps_mark_interactive()
791 rps->power.interactive--; in intel_rps_mark_interactive()
/linux-6.15/Documentation/userspace-api/
H A Dcheck_exec.rst90 interactive user commands (e.g. scripts). However, if such commands are passed
129 This use case may be useful for secure services (i.e. without interactive
132 arbitrary interactive commands would be much more difficult to check.
/linux-6.15/block/
H A DKconfig.iosched26 also guarantees a low latency to interactive and soft
/linux-6.15/Documentation/input/
H A Dff.rst9 interactive.svg as well.
131 and interactive.svg:
137 .. kernel-figure:: interactive.svg
/linux-6.15/Documentation/input/devices/
H A Diforce-protocol.rst128 08-09 Address of interactive parameters for X-axis,
130 0a-0b Address of interactive parameters for Y-axis,
357 - interactive : 08
/linux-6.15/scripts/kconfig/
H A Dlexer.l5 %option nostdinit noyywrap never-interactive full ecs
/linux-6.15/scripts/dtc/
H A Ddtc-lexer.l6 %option noyywrap nounput noinput never-interactive
/linux-6.15/tools/power/cpupower/utils/
H A Dcpufreq-info.c427 static int get_epp(unsigned int cpu, bool interactive) in get_epp() argument
434 if (interactive) in get_epp()
/linux-6.15/tools/testing/selftests/hid/
H A Dvmtest.sh61 -s) Instead of powering off the VM, start an interactive
/linux-6.15/Documentation/block/
H A Dbfq-iosched.rst81 Low latency for interactive applications
85 interactive tasks, the storage device is virtually as responsive as if
210 executes some special heuristics to detect interactive and soft
218 interactive applications, and a stronger form for soft real-time
324 weight of the queues associated with interactive and soft real-time
446 default, low latency mode is enabled. If enabled, interactive and soft
575 weight of the queues associated with interactive and soft real-time
/linux-6.15/tools/kvm/kvm_stat/
H A Dkvm_stat.txt42 *h*:: display interactive commands reference
/linux-6.15/Documentation/filesystems/
H A Dudf.rst51 the interactive user will always see the files on the disk as belonging to him.
/linux-6.15/tools/perf/Documentation/
H A Dcpu-and-latency-overheads.txt16 latency of a single interactive program build.

12