Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_display_rps.c74 bool interactive) in intel_display_rps_mark_interactive() argument
76 if (state->rps_interactive == interactive) in intel_display_rps_mark_interactive()
79 intel_rps_mark_interactive(&to_gt(i915)->rps, interactive); in intel_display_rps_mark_interactive()
80 state->rps_interactive = interactive; in intel_display_rps_mark_interactive()
Dintel_display_rps.h20 bool interactive);
/linux-6.12.1/scripts/kconfig/tests/
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.12.1/kernel/
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.
DKconfig.preempt43 This allows reaction to interactive events by allowing a
58 preemptible. This allows reaction to interactive events by
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dxe_display_rps.c15 bool interactive) in intel_display_rps_mark_interactive() argument
/linux-6.12.1/scripts/
Dget_maintainer.pl46 my $interactive = 0;
256 'i|interactive!' => \$interactive,
314 $output_rolestats = 1 if ($interactive);
328 $interactive = 0;
1021 if ($interactive) {
1629 save_commits_by_author(@lines) if ($interactive);
1630 save_commits_by_signer(@lines) if ($interactive);
1664 save_commits_by_author(@lines) if ($interactive);
1665 save_commits_by_signer(@lines) if ($interactive);
1902 $interactive = 0;
[all …]
/linux-6.12.1/Documentation/firmware-guide/acpi/
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.12.1/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh67 --long verbose,flush,help,interactive,debug,mode: -- "$@")
82 -i | --interactive | --debug )
/linux-6.12.1/Documentation/networking/
Dtcp-thin.rst19 After analysing a large number of time-dependent interactive
50 "Improving latency for interactive, thin-stream applications over
/linux-6.12.1/tools/testing/selftests/net/
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.12.1/drivers/gpu/drm/i915/gt/
Dintel_rps_types.h103 unsigned int interactive; member
Dintel_rps.h36 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive);
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.12.1/block/
DKconfig.iosched26 also guarantees a low latency to interactive and soft
Dbfq-iosched.c1657 bool interactive, in bfq_update_bfqq_wr_on_rq_arrival() argument
1663 if (interactive) { in bfq_update_bfqq_wr_on_rq_arrival()
1700 if (interactive) { /* update wr coeff and duration */ in bfq_update_bfqq_wr_on_rq_arrival()
1822 bool *interactive) in bfq_bfqq_handle_idle_busy_switch() argument
1855 *interactive = !in_burst && idle_for_long_time && in bfq_bfqq_handle_idle_busy_switch()
1872 (*interactive || soft_rt))); in bfq_bfqq_handle_idle_busy_switch()
1917 *interactive, in bfq_bfqq_handle_idle_busy_switch()
2210 bool interactive = false; in bfq_add_request() local
2312 rq, &interactive); in bfq_add_request()
2355 (old_wr_coeff == 1 || bfqq->wr_coeff == 1 || interactive)) in bfq_add_request()
/linux-6.12.1/Documentation/input/devices/
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.12.1/Documentation/input/
Dff.rst9 interactive.svg as well.
131 and interactive.svg:
137 .. kernel-figure:: interactive.svg
/linux-6.12.1/scripts/kconfig/
Dlexer.l5 %option nostdinit noyywrap never-interactive full ecs
/linux-6.12.1/scripts/dtc/
Ddtc-lexer.l6 %option noyywrap nounput noinput never-interactive
/linux-6.12.1/tools/testing/selftests/hid/
Dvmtest.sh61 -s) Instead of powering off the VM, start an interactive
/linux-6.12.1/Documentation/block/
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.12.1/tools/kvm/kvm_stat/
Dkvm_stat.txt42 *h*:: display interactive commands reference
/linux-6.12.1/Documentation/filesystems/
Dudf.rst51 the interactive user will always see the files on the disk as belonging to him.
/linux-6.12.1/tools/thermal/thermal-engine/
Dthermal-engine.c32 int interactive; member

12