/kernel/linux/linux-5.10/scripts/kconfig/tests/ |
D | conftest.py | 40 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)
|
/kernel/linux/linux-5.10/kernel/ |
D | Kconfig.hz | 31 while also showing good interactive responsiveness even 39 while also showing good interactive responsiveness even 47 systems requiring fast interactive responses to events.
|
D | Kconfig.preempt | 30 This allows reaction to interactive events by allowing a 46 preemptible. This allows reaction to interactive events by
|
/kernel/linux/linux-5.10/scripts/ |
D | get_maintainer.pl | 45 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 …]
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
D | aml-debugger.rst | 47 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
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | nettest.c | 104 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_xdp_vlan.sh | 62 --long verbose,flush,help,interactive,debug,mode: -- "$@") 77 -i | --interactive | --debug )
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | tcp-thin.rst | 19 After analysing a large number of time-dependent interactive 50 "Improving latency for interactive, thin-stream applications over
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_rps_types.h | 89 unsigned int interactive; member
|
D | intel_rps.h | 29 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive);
|
D | intel_rps.c | 723 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()
|
/kernel/linux/linux-5.10/block/ |
D | Kconfig.iosched | 27 also guarantees a low latency to interactive and soft
|
D | bfq-iosched.c | 1526 bool interactive, in bfq_update_bfqq_wr_on_rq_arrival() argument 1532 if (interactive) { in bfq_update_bfqq_wr_on_rq_arrival() 1569 if (interactive) { /* update wr coeff and duration */ in bfq_update_bfqq_wr_on_rq_arrival() 1662 bool *interactive) in bfq_bfqq_handle_idle_busy_switch() argument 1690 *interactive = !in_burst && idle_for_long_time; in bfq_bfqq_handle_idle_busy_switch() 1694 bfqq->bic && (*interactive || soft_rt))); in bfq_bfqq_handle_idle_busy_switch() 1750 *interactive, in bfq_bfqq_handle_idle_busy_switch() 1878 bool interactive = false; in bfq_add_request() local 2076 rq, &interactive); in bfq_add_request() 2119 (old_wr_coeff == 1 || bfqq->wr_coeff == 1 || interactive)) in bfq_add_request()
|
/kernel/linux/linux-5.10/Documentation/input/devices/ |
D | iforce-protocol.rst | 128 08-09 Address of interactive parameters for X-axis, 130 0a-0b Address of interactive parameters for Y-axis, 357 - interactive : 08
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | ff.rst | 9 interactive.svg as well. 131 and interactive.svg: 137 .. kernel-figure:: interactive.svg
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | lexer.l | 5 %option nostdinit noyywrap never-interactive full ecs
|
/kernel/linux/linux-5.10/scripts/dtc/ |
D | dtc-lexer.l | 6 %option noyywrap nounput noinput never-interactive
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-firmware-efi-vars | 5 This directory exposes interfaces for interactive with
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | bfq-iosched.rst | 81 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
|
/kernel/linux/linux-5.10/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 42 *h*:: display interactive commands reference
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 174 echo "NOTE: $QEMU either did not run or was interactive" > $resdir/console.log
|
D | kvm.sh | 143 --interactive)
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | udf.rst | 51 the interactive user will always see the files on the disk as belonging to him.
|
/kernel/linux/linux-5.10/Documentation/scheduler/ |
D | sched-bwc.rst | 135 The interaction between cpu-bound and non-cpu-bound-interactive applications 144 periods when the interactive application idles.
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-annotate.txt | 75 --stdio2:: Use the stdio2 interface, non-interactive, uses the TUI formatting.
|