/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | dbinput.c | 343 char *invocation = help->invocation; in acpi_db_match_command_help() local 348 if (*invocation != ' ') { in acpi_db_match_command_help() 352 while (*invocation == ' ') { in acpi_db_match_command_help() 353 invocation++; in acpi_db_match_command_help() 358 while ((*command) && (*invocation) && (*invocation != ' ')) { in acpi_db_match_command_help() 359 if (tolower((int)*command) != tolower((int)*invocation)) { in acpi_db_match_command_help() 363 invocation++; in acpi_db_match_command_help() 371 acpi_os_printf("%-38s : %s", help->invocation, in acpi_db_match_command_help() 400 while (next->invocation) { in acpi_db_display_command_info() 434 while (next->invocation) { in acpi_db_display_help() [all …]
|
D | acdebug.h | 29 char *invocation; /* Command Invocation */ member
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-bench.txt | 171 Repeat memcpy invocation this number of times. 195 Repeat memset invocation this number of times.
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | userspace-if.rst | 156 the setsockopt invocation below. 180 subsequent invocation of the send system call. 210 the setsockopt invocation below. 215 invocation described below. 243 subsequent invocation of the send system call. 370 Each setsockopt invocation must use the level SOL_ALG.
|
D | architecture.rst | 71 implies that the invocation of a cipher operation will complete almost 72 instantly. That invocation triggers the cipher operation but it does not
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | rcuref.rst | 131 even given a concurrent invocation of delete() for that same object. 136 the eventual invocation of kfree(), which is usually not a problem on
|
/kernel/linux/linux-5.10/drivers/android/ |
D | Kconfig | 17 and remote method invocation.
|
/kernel/linux/linux-5.10/kernel/rcu/ |
D | Kconfig | 198 callback invocation. 224 callback invocation to energy-efficient CPUs in battery-powered 227 This option offloads callback invocation from the set of CPUs
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | hotplug.rst | 50 the subsystem making that invocation. 63 are added or removed from system. The invocation is done by the kernel
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | writecache.rst | 10 first sector should contain valid superblock from previous invocation.
|
/kernel/linux/linux-5.10/Documentation/driver-api/pm/ |
D | notifiers.rst | 32 additional work is done between the notifiers and the invocation of PM
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | README.rst | 52 hide the invocation of make as above.
|
/kernel/linux/linux-5.10/Documentation/RCU/Design/Memory-Ordering/ |
D | Tree-RCU-Memory-Ordering.rst | 249 that happens before a given invocation of ``call_rcu()`` must also 404 the invocation of ``__note_gp_changes()`` to have started before the 575 ``__note_gp_changes()``. As shown in the diagram below, this invocation 584 .. kernel-figure:: TreeRCU-callback-invocation.svg 586 Please note that callback invocation can also be prompted by any number
|
/kernel/linux/linux-5.10/Documentation/ABI/ |
D | README | 90 commonly installed to /boot, or in any invocation of the kernel build
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
D | entry.S | 184 ; Restore the sys-call args. Mere invocation of the hook abv could have
|
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/ |
D | index.rst | 64 KUnit is fast. Excluding build time, from invocation to completion KUnit can run
|
/kernel/linux/linux-5.10/Documentation/RCU/Design/Requirements/ |
D | Requirements.rst | 193 that waits, directly or indirectly, on completion of an invocation of 506 CPUs during that invocation, then each of the CPUs in that group is 1221 of ``synchronize_rcu()``, thus amortizing the per-invocation overhead 1356 | be correct, given that the invocation of the callback and the freeing | 1413 In theory, delaying grace-period completion and callback invocation is 1431 to ensure timely completion of grace periods and timely invocation of 1464 invocation of callbacks when any given non-\ ``rcu_nocbs`` CPU has 1476 invocation at the expense of degrading realtime response. 1481 RCU <#Tasks%20RCU>`__. Even for RCU, callback-invocation forward 1485 both ``rcu_nocbs`` CPUs and high ``call_rcu()`` invocation rates, then [all …]
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 89 static int invocation; in dprintk() local 103 invocation = 0; in dprintk() 106 pr_debug("%1lu.%02d USB: %pV", prevticks, invocation++, &vaf); in dprintk()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/ |
D | seccomp_filter.rst | 179 architecture that supports multiple system call invocation conventions, 180 the system call numbers may vary based on the specific invocation. If
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | cpu_hotplug.rst | 221 suffix which does not invoke the provided callbacks if the invocation of the 244 However if an earlier invocation during the bring up or shutdown is required
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | binfmt-misc.rst | 53 is an optional field that controls several aspects of the invocation
|
/kernel/linux/linux-5.10/Documentation/RCU/Design/Expedited-Grace-Periods/ |
D | Expedited-Grace-Periods.rst | 63 invocation will provide the needed quiescent-state report. 97 | ``rcu_read_unlock()`` invocation, which means that the remote state | 124 ``rcu_read_unlock_sched()`` leave no trace of their invocation, in
|
/kernel/linux/linux-5.10/Documentation/ |
D | asm-annotations.rst | 205 All the above reduce themselves to some invocation of ``SYM_START``,
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | mds.rst | 172 The invocation is controlled by the static key mds_idle_clear which is
|
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
D | cpufreq_drivers.rst | 177 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
|