Home
last modified time | relevance | path

Searched refs:invocation (Results 1 – 25 of 49) sorted by relevance

12

/Linux-v5.4/drivers/acpi/acpica/
Ddbinput.c336 char *invocation = help->invocation; in acpi_db_match_command_help() local
341 if (*invocation != ' ') { in acpi_db_match_command_help()
345 while (*invocation == ' ') { in acpi_db_match_command_help()
346 invocation++; in acpi_db_match_command_help()
351 while ((*command) && (*invocation) && (*invocation != ' ')) { in acpi_db_match_command_help()
352 if (tolower((int)*command) != tolower((int)*invocation)) { in acpi_db_match_command_help()
356 invocation++; in acpi_db_match_command_help()
364 acpi_os_printf("%-38s : %s", help->invocation, in acpi_db_match_command_help()
393 while (next->invocation) { in acpi_db_display_command_info()
427 while (next->invocation) { in acpi_db_display_help()
[all …]
Dacdebug.h29 char *invocation; /* Command Invocation */ member
/Linux-v5.4/tools/perf/Documentation/
Dperf-bench.txt157 Repeat memcpy invocation this number of times.
181 Repeat memset invocation this number of times.
/Linux-v5.4/Documentation/crypto/
Duserspace-if.rst156 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.
359 Each setsockopt invocation must use the level SOL_ALG.
Darchitecture.rst71 implies that the invocation of a cipher operation will complete almost
72 instantly. That invocation triggers the cipher operation but it does not
/Linux-v5.4/Documentation/RCU/
Drcuref.txt124 even given a concurrent invocation of delete() for that same object.
129 the eventual invocation of kfree(), which is usually not a problem on
Drcubarrier.txt304 causing this latter to spin until the cross-CPU invocation of
/Linux-v5.4/kernel/rcu/
DKconfig170 callback invocation.
196 callback invocation to energy-efficient CPUs in battery-powered
199 This option offloads callback invocation from the set of CPUs
/Linux-v5.4/drivers/android/
DKconfig17 and remote method invocation.
/Linux-v5.4/samples/bpf/
DREADME.rst40 hide the the invocation of make as above with the appended "/".
/Linux-v5.4/Documentation/driver-api/usb/
Dhotplug.rst50 the subsystem making that invocation.
63 are added or removed from system. The invocation is done by the kernel
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dwritecache.rst10 first sector should contain valid superblock from previous invocation.
/Linux-v5.4/Documentation/driver-api/pm/
Dnotifiers.rst32 additional work is done between the notifiers and the invocation of PM
/Linux-v5.4/Documentation/ABI/
DREADME82 commonly installed to /boot, or in any invocation of the kernel build
/Linux-v5.4/arch/arc/kernel/
Dentry.S173 ; Restore the sys-call args. Mere invocation of the hook abv could have
/Linux-v5.4/drivers/usb/gadget/udc/
Ds3c2410_udc.c94 static int invocation; in dprintk() local
108 invocation = 0; in dprintk()
111 pr_debug("%1lu.%02d USB: %pV", prevticks, invocation++, &vaf); in dprintk()
/Linux-v5.4/Documentation/core-api/
Dcpu_hotplug.rst228 suffix which does not invoke the provided callbacks if the invocation of the
251 However if an earlier invocation during the bring up or shutdown is required
/Linux-v5.4/Documentation/userspace-api/
Dseccomp_filter.rst179 architecture that supports multiple system call invocation conventions,
180 the system call numbers may vary based on the specific invocation. If
/Linux-v5.4/Documentation/admin-guide/
Dbinfmt-misc.rst53 is an optional field that controls several aspects of the invocation
Dsysrq.rst44 Note that the value of ``/proc/sys/kernel/sysrq`` influences only the invocation
/Linux-v5.4/Documentation/cpu-freq/
Dpcc-cpufreq.txt110 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
/Linux-v5.4/Documentation/x86/
Dmds.rst172 The invocation is controlled by the static key mds_idle_clear which is
/Linux-v5.4/scripts/
DKbuild.include294 # be prefixed to *both* command invocation and dependencies.
/Linux-v5.4/kernel/power/
DKconfig28 Some systems prefer not to pay this cost on every invocation
/Linux-v5.4/arch/powerpc/
DKconfig.debug101 xmon will print a backtrace on the very first invocation.

12