Home
last modified time | relevance | path

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

12

/linux/scripts/kconfig/tests/
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/kernel/
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.
A DKconfig.preempt43 This allows reaction to interactive events by allowing a
58 preemptible. This allows reaction to interactive events by
/linux/scripts/
A 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);
1882 $interactive = 0;
2362 save_commits_by_author(@lines) if ($interactive);
[all …]
/linux/Documentation/firmware-guide/acpi/
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/tools/testing/selftests/net/
A Dnettest.c133 static unsigned int interactive; variable
1023 if (!interactive && server_mode) { in socket_read_dgram()
1105 if (!interactive && server_mode) { in socket_read_stream()
1191 if (!interactive) { in msg_loop()
1198 nfds = interactive ? MAX(fileno(stdin), sd) + 1 : sd + 1; in msg_loop()
1202 if (interactive) in msg_loop()
1236 if (interactive) in msg_loop()
1559 if (!interactive) in do_server()
2012 interactive = 1; in main()
2087 if (interactive) { in main()
/linux/tools/testing/selftests/bpf/
A Dtest_xdp_vlan.sh65 --long verbose,flush,help,interactive,debug,mode: -- "$@")
80 -i | --interactive | --debug )
A Dvmtest.sh52 -s) Instead of powering off the VM, start an interactive
/linux/Documentation/networking/
A Dtcp-thin.rst19 After analysing a large number of time-dependent interactive
50 "Improving latency for interactive, thin-stream applications over
/linux/drivers/gpu/drm/i915/gt/
A Dintel_rps_types.h88 unsigned int interactive; member
A Dintel_rps.h28 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive);
A Dintel_rps.c764 if (rps->power.interactive) in gen6_rps_set_thresholds()
770 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive) in intel_rps_mark_interactive() argument
772 GT_TRACE(rps_to_gt(rps), "mark interactive: %s\n", yesno(interactive)); in intel_rps_mark_interactive()
775 if (interactive) { in intel_rps_mark_interactive()
776 if (!rps->power.interactive++ && intel_rps_is_active(rps)) in intel_rps_mark_interactive()
779 GEM_BUG_ON(!rps->power.interactive); in intel_rps_mark_interactive()
780 rps->power.interactive--; in intel_rps_mark_interactive()
/linux/Documentation/input/devices/
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/Documentation/input/
A Dff.rst9 interactive.svg as well.
131 and interactive.svg:
137 .. kernel-figure:: interactive.svg
/linux/block/
A DKconfig.iosched25 also guarantees a low latency to interactive and soft
A Dbfq-iosched.c1571 bool interactive, in bfq_update_bfqq_wr_on_rq_arrival() argument
1577 if (interactive) { in bfq_update_bfqq_wr_on_rq_arrival()
1614 if (interactive) { /* update wr coeff and duration */ in bfq_update_bfqq_wr_on_rq_arrival()
1709 bool *interactive) in bfq_bfqq_handle_idle_busy_switch() argument
1740 *interactive = !in_burst && idle_for_long_time && in bfq_bfqq_handle_idle_busy_switch()
1758 (*interactive || soft_rt))); in bfq_bfqq_handle_idle_busy_switch()
1803 *interactive, in bfq_bfqq_handle_idle_busy_switch()
2080 bool interactive = false; in bfq_add_request() local
2178 rq, &interactive); in bfq_add_request()
2221 (old_wr_coeff == 1 || bfqq->wr_coeff == 1 || interactive)) in bfq_add_request()
/linux/scripts/kconfig/
A Dlexer.l5 %option nostdinit noyywrap never-interactive full ecs
/linux/scripts/dtc/
A Ddtc-lexer.l6 %option noyywrap nounput noinput never-interactive
/linux/Documentation/block/
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/Documentation/ABI/stable/
A Dsysfs-firmware-efi-vars5 This directory exposes interfaces for interactive with
/linux/tools/kvm/kvm_stat/
A Dkvm_stat.txt42 *h*:: display interactive commands reference
/linux/Documentation/filesystems/
A Dudf.rst51 the interactive user will always see the files on the disk as belonging to him.
/linux/tools/usb/usbip/
A DCOPYING105 interactive use in the most ordinary way, to print or display an
110 License. (Exception: if the Program itself is interactive but
313 If the program is interactive, make it output a short notice like this
314 when it starts in an interactive mode:
/linux/LICENSES/preferred/
A DGPL-2.0124 interactive use in the most ordinary way, to print or display an
129 License. (Exception: if the Program itself is interactive but
332 If the program is interactive, make it output a short notice like this
333 when it starts in an interactive mode:
/linux/LICENSES/deprecated/
A DGPL-1.097 run, you must cause it, when started running for such interactive use
235 If the program is interactive, make it output a short notice like this
236 when it starts in an interactive mode:

Completed in 35 milliseconds

12