Home
last modified time | relevance | path

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

12

/Linux-v5.10/scripts/kconfig/tests/
Dconftest.py40 interactive=False, in_keys=None, extra_env={}): argument
79 if interactive:
124 interactive=True, in_keys=in_keys)
134 interactive=True, in_keys=in_keys)
/Linux-v5.10/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.preempt30 This allows reaction to interactive events by allowing a
46 preemptible. This allows reaction to interactive events by
/Linux-v5.10/scripts/
Dget_maintainer.pl45 my $interactive = 0;
253 'i|interactive!' => \$interactive,
309 $output_rolestats = 1 if ($interactive);
321 $interactive = 0;
1008 if ($interactive) {
1609 save_commits_by_author(@lines) if ($interactive);
1610 save_commits_by_signer(@lines) if ($interactive);
1644 save_commits_by_author(@lines) if ($interactive);
1645 save_commits_by_signer(@lines) if ($interactive);
1882 $interactive = 0;
[all …]
/Linux-v5.10/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-v5.10/tools/testing/selftests/net/
Dnettest.c104 static unsigned int interactive; variable
791 if (!interactive && server_mode) { in socket_read_dgram()
873 if (!interactive && server_mode) { in socket_read_stream()
959 if (!interactive) { in msg_loop()
966 nfds = interactive ? MAX(fileno(stdin), sd) + 1 : sd + 1; in msg_loop()
970 if (interactive) in msg_loop()
1004 if (interactive) in msg_loop()
1260 if (!interactive) in do_server()
1713 interactive = 1; in main()
1802 if (interactive) { in main()
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh62 --long verbose,flush,help,interactive,debug,mode: -- "$@")
77 -i | --interactive | --debug )
/Linux-v5.10/Documentation/networking/
Dtcp-thin.rst19 After analysing a large number of time-dependent interactive
50 "Improving latency for interactive, thin-stream applications over
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_rps_types.h89 unsigned int interactive; member
Dintel_rps.h29 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive);
Dintel_rps.c723 if (rps->power.interactive) in gen6_rps_set_thresholds()
729 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive) in intel_rps_mark_interactive() argument
731 GT_TRACE(rps_to_gt(rps), "mark interactive: %s\n", yesno(interactive)); in intel_rps_mark_interactive()
734 if (interactive) { in intel_rps_mark_interactive()
735 if (!rps->power.interactive++ && intel_rps_is_active(rps)) in intel_rps_mark_interactive()
738 GEM_BUG_ON(!rps->power.interactive); in intel_rps_mark_interactive()
739 rps->power.interactive--; in intel_rps_mark_interactive()
/Linux-v5.10/block/
DKconfig.iosched27 also guarantees a low latency to interactive and soft
Dbfq-iosched.c1518 bool interactive, in bfq_update_bfqq_wr_on_rq_arrival() argument
1524 if (interactive) { in bfq_update_bfqq_wr_on_rq_arrival()
1561 if (interactive) { /* update wr coeff and duration */ in bfq_update_bfqq_wr_on_rq_arrival()
1654 bool *interactive) in bfq_bfqq_handle_idle_busy_switch() argument
1682 *interactive = !in_burst && idle_for_long_time; in bfq_bfqq_handle_idle_busy_switch()
1686 bfqq->bic && (*interactive || soft_rt))); in bfq_bfqq_handle_idle_busy_switch()
1742 *interactive, in bfq_bfqq_handle_idle_busy_switch()
1870 bool interactive = false; in bfq_add_request() local
2068 rq, &interactive); in bfq_add_request()
2111 (old_wr_coeff == 1 || bfqq->wr_coeff == 1 || interactive)) in bfq_add_request()
/Linux-v5.10/scripts/kconfig/
Dlexer.l5 %option nostdinit noyywrap never-interactive full ecs
/Linux-v5.10/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-v5.10/Documentation/input/
Dff.rst9 interactive.svg as well.
131 and interactive.svg:
137 .. kernel-figure:: interactive.svg
/Linux-v5.10/scripts/dtc/
Ddtc-lexer.l6 %option noyywrap nounput noinput never-interactive
/Linux-v5.10/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars5 This directory exposes interfaces for interactive with
/Linux-v5.10/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
568 weight of the queues associated with interactive and soft real-time
/Linux-v5.10/tools/kvm/kvm_stat/
Dkvm_stat.txt42 *h*:: display interactive commands reference
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh174 echo "NOTE: $QEMU either did not run or was interactive" > $resdir/console.log
Dkvm.sh143 --interactive)
/Linux-v5.10/Documentation/filesystems/
Dudf.rst51 the interactive user will always see the files on the disk as belonging to him.
/Linux-v5.10/Documentation/scheduler/
Dsched-bwc.rst135 The interaction between cpu-bound and non-cpu-bound-interactive applications
144 periods when the interactive application idles.
/Linux-v5.10/tools/perf/Documentation/
Dperf-annotate.txt75 --stdio2:: Use the stdio2 interface, non-interactive, uses the TUI formatting.

12