Home
last modified time | relevance | path

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

12

/Linux-v4.19/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.h28 char *invocation; /* Command Invocation */ member
/Linux-v4.19/tools/perf/Documentation/
Dperf-bench.txt154 Repeat memcpy invocation this number of times.
178 Repeat memset invocation this number of times.
/Linux-v4.19/drivers/android/
DKconfig17 and remote method invocation.
/Linux-v4.19/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-v4.19/kernel/rcu/
DKconfig199 callback invocation for all flavors of RCU.
225 callback invocation to energy-efficient CPUs in battery-powered
228 This option offloads callback invocation from the set of
/Linux-v4.19/samples/bpf/
DREADME.rst40 hide the the invocation of make as above with the appended "/".
/Linux-v4.19/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-v4.19/Documentation/device-mapper/
Dwritecache.txt6 first sector should contain valid superblock from previous invocation.
/Linux-v4.19/Documentation/driver-api/pm/
Dnotifiers.rst28 additional work is done between the notifiers and the invocation of PM
/Linux-v4.19/Documentation/ABI/
DREADME82 commonly installed to /boot, or in any invocation of the kernel build
/Linux-v4.19/arch/arc/kernel/
Dentry.S176 ; Restore the sys-call args. Mere invocation of the hook abv could have
/Linux-v4.19/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-v4.19/Documentation/userspace-api/
Dseccomp_filter.rst174 architecture that supports multiple system call invocation conventions,
175 the system call numbers may vary based on the specific invocation. If
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/cpu-freq/
Dpcc-cpufreq.txt110 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
/Linux-v4.19/kernel/power/
DKconfig27 Some systems prefer not to pay this cost on every invocation
/Linux-v4.19/arch/powerpc/
DKconfig.debug107 xmon will print a backtrace on the very first invocation.
/Linux-v4.19/scripts/
DKbuild.include370 # be prefixed to *both* command invocation and dependencies.
/Linux-v4.19/Documentation/RCU/
Drcubarrier.txt305 causing this latter to spin until the cross-CPU invocation of
Drcu_dereference.txt58 "()" function-invocation operator is applied to a value obtained
/Linux-v4.19/Documentation/
Dremoteproc.txt173 _only_ be called if a previous invocation of rproc_add()

12