Home
last modified time | relevance | path

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

123

/linux/drivers/acpi/acpica/
H A Ddbinput.c296 {1, " Call", "Run to next control method invocation\n"},
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()
[all...]
H A Dacdebug.h29 char *invocation; /* Command Invocation */ member
/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/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.
370 Each setsockopt invocation must use the level SOL_ALG.
H A 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/kernel/rcu/
H A DKconfig219 callback invocation.
259 callback invocation to energy-efficient CPUs in battery-powered
265 This option offloads callback invocation from the set of
335 bool "RCU callback lazy invocation functionality"
352 bool "Turn RCU lazy invocation off by default"
/linux/drivers/android/
H A DKconfig10 and remote method invocation.
/linux/Documentation/bpf/
H A Dbpf_prog_run.rst95 the kernel executes the XDP program repeatedly, each invocation getting a
104 invocation. When possible, the pages will be recycled on future program
/linux/Documentation/driver-api/usb/
H A Dhotplug.rst50 the subsystem making that invocation.
63 are added or removed from system. The invocation is done by the kernel
/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/Documentation/mm/
H A Dallocation-profiling.rst63 invocation, alloc_hooks(), that
/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/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/ABI/
H A DREADME93 commonly installed to /boot, or in any invocation of the kernel build
/linux/Documentation/userspace-api/fwctl/
H A Dfwctl-cxl.rst47 invocation of the ioctl implies the Features capability is operational and
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst193 that waits, directly or indirectly, on completion of an invocation of
507 CPUs during that invocation, then each of the CPUs in that group is
1222 of synchronize_rcu(), thus amortizing the per-invocation overhead
1357 | be correct, given that the invocation of the callback and the freeing |
1414 In theory, delaying grace-period completion and callback invocation is
1432 to ensure timely completion of grace periods and timely invocation of
1465 invocation of callbacks when any given non-\ ``rcu_nocbs`` CPU has
1477 invocation at the expense of degrading realtime response.
1482 RCU`_. Even for RCU, callback-invocation forward
1486 both ``rcu_nocbs`` CPUs and high call_rcu() invocation rate
[all...]
/linux/Documentation/tee/
H A Dop-tee.rst132 3. Attacks prior to SMC invocation.
/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/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/driver-api/
H A Dpwm.rst75 last invocation of pwm_apply_might_sleep() using pwm_get_state(). Note this is

123