/linux-4.4.14/drivers/acpi/acpica/ |
D | dbinput.c | 352 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 …]
|
D | acdebug.h | 62 char *invocation; /* Command Invocation */ member
|
/linux-4.4.14/drivers/android/ |
D | Kconfig | 16 and remote method invocation.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-bench.txt | 154 Repeat memcpy invocation this number of times. 178 Repeat memset invocation this number of times.
|
D | perf-script.txt | 139 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
|
/linux-4.4.14/Documentation/usb/ |
D | hotplug.txt | 45 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/ |
D | README | 82 commonly installed to /boot, or in any invocation of the kernel build
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 157 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/ |
D | entry.S | 182 ; Restore the sys-call args. Mere invocation of the hook abv could have
|
/linux-4.4.14/Documentation/frv/ |
D | gdbstub.txt | 129 invocation.
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 99 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/ |
D | Kconfig | 155 bool "Fallback user-helper invocation for firmware loading" 159 This option enables / disables the invocation of user-helper
|
/linux-4.4.14/Documentation/ |
D | binfmt_misc.txt | 43 - 'flags' is an optional field that controls several aspects of the invocation
|
D | remoteproc.txt | 130 _only_ be called if a previous invocation of rproc_add()
|
D | sysrq.txt | 37 Note that the value of /proc/sys/kernel/sysrq influences only the invocation
|
D | adding-syscalls.txt | 309 arguments from a 32-bit invocation.
|
D | kprobes.txt | 165 the user entry_handler invocation is also skipped.
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 110 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig.debug | 94 xmon will print a backtrace on the very first invocation.
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 27 Some systems prefer not to pay this cost on every invocation
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 330 # be prefixed to *both* command invocation and dependencies.
|
D | spelling.txt | 564 invokation||invocation
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 292 for another (user) limit which is set in mq_open invocation. This attribute of
|
/linux-4.4.14/Documentation/power/ |
D | basic-pm-debugging.txt | 192 invocation of the platform firmware in order to put the system into the sleep
|
/linux-4.4.14/Documentation/RCU/ |
D | rcubarrier.txt | 300 causing this latter to spin until the cross-CPU invocation of
|
D | rcu_dereference.txt | 58 "()" function-invocation operator is applied to a value obtained
|
D | whatisRCU.txt | 457 This invocation might happen from either softirq or process context,
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 290 at next invocation.
|
/linux-4.4.14/Documentation/networking/ |
D | vortex.txt | 180 transmit packets in a single invocation. It does this in a loop.
|
D | filter.txt | 448 offset. Thus, on each step invocation, above register dump is issued.
|
/linux-4.4.14/init/ |
D | Kconfig | 649 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/ |
D | acpi_object_usage.txt | 401 \_OSI 5.7.2 Deprecated on ARM64. Any invocation of this method
|
/linux-4.4.14/Documentation/filesystems/ |
D | relay.txt | 252 And an example relay_open() invocation using them:
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 1012 %edi across invocation.
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 1107 invocation. The latter will force a rebuild if any options
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1575 invocation
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 3127 KVM_RUN invocation (KVM_EXIT_IO_IN). Data format is a packed array.
|