Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Ddbinput.c352 char *invocation = help->invocation; in acpi_db_match_command_help() local
357 if (*invocation != ' ') { in acpi_db_match_command_help()
361 while (*invocation == ' ') { in acpi_db_match_command_help()
362 invocation++; in acpi_db_match_command_help()
367 while ((*command) && (*invocation) && (*invocation != ' ')) { in acpi_db_match_command_help()
368 if (tolower((int)*command) != tolower((int)*invocation)) { in acpi_db_match_command_help()
372 invocation++; in acpi_db_match_command_help()
380 acpi_os_printf("%-38s : %s", help->invocation, in acpi_db_match_command_help()
409 while (next->invocation) { in acpi_db_display_command_info()
441 while (next->invocation) { in acpi_db_display_help()
[all …]
Dacdebug.h62 char *invocation; /* Command Invocation */ member
/linux-4.4.14/drivers/android/
DKconfig16 and remote method invocation.
/linux-4.4.14/tools/perf/Documentation/
Dperf-bench.txt154 Repeat memcpy invocation this number of times.
178 Repeat memset invocation this number of times.
Dperf-script.txt139 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
/linux-4.4.14/Documentation/usb/
Dhotplug.txt45 the subsystem making that invocation.
60 are added or removed from system. The invocation is done by the kernel
/linux-4.4.14/Documentation/ABI/
DREADME82 commonly installed to /boot, or in any invocation of the kernel build
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt157 architecture that supports multiple system call invocation conventions,
158 the system call numbers may vary based on the specific invocation. If
/linux-4.4.14/arch/arc/kernel/
Dentry.S182 ; Restore the sys-call args. Mere invocation of the hook abv could have
/linux-4.4.14/Documentation/frv/
Dgdbstub.txt129 invocation.
/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c2410_udc.c99 static int invocation; in dprintk() local
113 invocation = 0; in dprintk()
116 pr_debug("%1lu.%02d USB: %pV", prevticks, invocation++, &vaf); in dprintk()
/linux-4.4.14/drivers/base/
DKconfig155 bool "Fallback user-helper invocation for firmware loading"
159 This option enables / disables the invocation of user-helper
/linux-4.4.14/Documentation/
Dbinfmt_misc.txt43 - 'flags' is an optional field that controls several aspects of the invocation
Dremoteproc.txt130 _only_ be called if a previous invocation of rproc_add()
Dsysrq.txt37 Note that the value of /proc/sys/kernel/sysrq influences only the invocation
Dadding-syscalls.txt309 arguments from a 32-bit invocation.
Dkprobes.txt165 the user entry_handler invocation is also skipped.
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt110 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
/linux-4.4.14/arch/powerpc/
DKconfig.debug94 xmon will print a backtrace on the very first invocation.
/linux-4.4.14/kernel/power/
DKconfig27 Some systems prefer not to pay this cost on every invocation
/linux-4.4.14/scripts/
DKbuild.include330 # be prefixed to *both* command invocation and dependencies.
Dspelling.txt564 invokation||invocation
/linux-4.4.14/Documentation/sysctl/
Dfs.txt292 for another (user) limit which is set in mq_open invocation. This attribute of
/linux-4.4.14/Documentation/power/
Dbasic-pm-debugging.txt192 invocation of the platform firmware in order to put the system into the sleep
/linux-4.4.14/Documentation/RCU/
Drcubarrier.txt300 causing this latter to spin until the cross-CPU invocation of
Drcu_dereference.txt58 "()" function-invocation operator is applied to a value obtained
DwhatisRCU.txt457 This invocation might happen from either softirq or process context,
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt290 at next invocation.
/linux-4.4.14/Documentation/networking/
Dvortex.txt180 transmit packets in a single invocation. It does this in a loop.
Dfilter.txt448 offset. Thus, on each step invocation, above register dump is issued.
/linux-4.4.14/init/
DKconfig649 callback invocation for all flavors of RCU.
706 callback invocation to energy-efficient CPUs in battery-powered
709 This option offloads callback invocation from the set of
768 RCU-callback invocation, thus potentially degrading throughput.
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt401 \_OSI 5.7.2 Deprecated on ARM64. Any invocation of this method
/linux-4.4.14/Documentation/filesystems/
Drelay.txt252 And an example relay_open() invocation using them:
/linux-4.4.14/Documentation/x86/
Dboot.txt1012 %edi across invocation.
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt1107 invocation. The latter will force a rebuild if any options
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1575 invocation
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt3127 KVM_RUN invocation (KVM_EXIT_IO_IN). Data format is a packed array.