Home
last modified time | relevance | path

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

12

/linux/drivers/acpi/acpica/
H A Ddbinput.c346 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 Dacdebug.h29 char *invocation; /* Command Invocation */ member
/linux/tools/perf/Documentation/
H A Dperf-bench.txt192 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 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.
369 Each setsockopt invocation must use the level SOL_ALG.
/linux/Documentation/RCU/
H A Drcuref.rst131 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 DUP.rst62 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 Dgeneral-information.rst43 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 Dnotifiers.rst32 additional work is done between the notifiers and the invocation of PM
/linux/Documentation/dev-tools/kunit/
H A Dindex.rst37 language function). Excluding build time, from invocation to
/linux/samples/bpf/
H A DREADME.rst62 hide the invocation of make as above.
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst273 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 Dwritecache.rst10 first sector should contain valid superblock from previous invocation.
/linux/Documentation/mm/
H A Dallocation-profiling.rst73 invocation, alloc_hooks(), that
/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst40 non-native applications, it must function on syscalls whose invocation
H A Dbinfmt-misc.rst53 is an optional field that controls several aspects of the invocation
/linux/Documentation/tee/
H A Dop-tee.rst132 3. Attacks prior to SMC invocation.
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst63 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 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/Documentation/core-api/
H A Dasm-annotations.rst205 All the above reduce themselves to some invocation of ``SYM_START``,
/linux/Documentation/driver-api/
H A Dpwm.rst75 last invocation of pwm_apply_might_sleep() using pwm_get_state(). Note this is
/linux/fs/xfs/
H A DKconfig174 timers and the need to merge per-invocation information into the
/linux/Documentation/admin-guide/pm/
H A Dcpufreq_drivers.rst177 ignored by OSPM. The next invocation of "Get Average Frequency" will inform
/linux/Documentation/arch/x86/
H A Dmds.rst188 The invocation is controlled by the static key cpu_buf_idle_clear which is
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst778 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 Dringbuf.rst116 ``malloc()``/``free()`` within single BPF program invocation.

12