| /linux/drivers/acpi/acpica/ |
| H A D | dbinput.c | 346 char *invocation = help->invocation; in acpi_db_match_command_help() local 351 if (*invocation != ' ') { in acpi_db_match_command_help() 355 while (*invocation == ' ') { in acpi_db_match_command_help() 356 invocation++; in acpi_db_match_command_help() 361 while ((*command) && (*invocation) && (*invocation != ' ')) { in acpi_db_match_command_help() 362 if (tolower((int)*command) != tolower((int)*invocation)) { in acpi_db_match_command_help() 366 invocation++; in acpi_db_match_command_help() 374 acpi_os_printf("%-38s : %s", help->invocation, in acpi_db_match_command_help() 403 while (next->invocation) { in acpi_db_display_command_info() 437 while (next->invocation) { in acpi_db_display_help() [all …]
|
| H A D | acdebug.h | 29 char *invocation; /* Command Invocation */ member
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-bench.txt | 192 Specify the chunk-size for each invocation. (default: 0, or full-extent) 203 Repeat memcpy invocation this number of times. 226 Specify the chunk-size for each invocation. (default: 0, or full-extent) 237 Repeat memset invocation this number of times. 271 Repeat mmap() invocation this number of times.
|
| /linux/Documentation/crypto/ |
| H A 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. 369 Each setsockopt invocation must use the level SOL_ALG.
|
| /linux/Documentation/RCU/ |
| H A 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
|
| H A D | UP.rst | 62 be self-deadlock *even if* this invocation occurred from a later 63 call_rcu() invocation a full grace period later.
|
| /linux/Documentation/rust/ |
| H A D | general-information.rst | 43 target with the same invocation used for compilation, e.g.:: 59 the same invocation used for compilation, e.g.::
|
| /linux/Documentation/driver-api/pm/ |
| H A D | notifiers.rst | 32 additional work is done between the notifiers and the invocation of PM
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | index.rst | 37 language function). Excluding build time, from invocation to
|
| /linux/samples/bpf/ |
| H A D | README.rst | 62 hide the invocation of make as above.
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | Tree-RCU-Memory-Ordering.rst | 273 that happens before a given invocation of ``call_rcu()`` must also 428 the invocation of ``__note_gp_changes()`` to have started before the 599 ``__note_gp_changes()``. As shown in the diagram below, this invocation 608 .. kernel-figure:: TreeRCU-callback-invocation.svg 610 Please note that callback invocation can also be prompted by any number
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | writecache.rst | 10 first sector should contain valid superblock from previous invocation.
|
| /linux/Documentation/mm/ |
| H A D | allocation-profiling.rst | 73 invocation, alloc_hooks(), that
|
| /linux/Documentation/admin-guide/ |
| H A D | syscall-user-dispatch.rst | 40 non-native applications, it must function on syscalls whose invocation
|
| H A D | binfmt-misc.rst | 53 is an optional field that controls several aspects of the invocation
|
| /linux/Documentation/tee/ |
| H A D | op-tee.rst | 132 3. Attacks prior to SMC invocation.
|
| /linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
| H A 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
|
| /linux/Documentation/userspace-api/ |
| H A 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
|
| /linux/Documentation/core-api/ |
| H A D | asm-annotations.rst | 205 All the above reduce themselves to some invocation of ``SYM_START``,
|
| /linux/Documentation/driver-api/ |
| H A D | pwm.rst | 75 last invocation of pwm_apply_might_sleep() using pwm_get_state(). Note this is
|
| /linux/fs/xfs/ |
| H A D | Kconfig | 174 timers and the need to merge per-invocation information into the
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | cpufreq_drivers.rst | 177 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
|
| /linux/Documentation/arch/x86/ |
| H A D | mds.rst | 188 The invocation is controlled by the static key cpu_buf_idle_clear which is
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 778 premature invocation of their callbacks. In particular, this allows CPUs 784 known to only free memory, and whose invocation can therefore be safely 793 segment) are extracted all at once at callback-invocation time 796 callback invocation must be postponed, for example, because a
|
| /linux/Documentation/bpf/ |
| H A D | ringbuf.rst | 116 ``malloc()``/``free()`` within single BPF program invocation.
|