Searched full:executed (Results 1 – 25 of 207) sorted by relevance
123456789
| /Documentation/power/ |
| D | pci.rst | 149 methods" that may be executed by the kernel to perform specific tasks, such as 180 3.0) control method defined for it has to be executed before _PSx. Power 302 These callbacks are executed by the PM core in various situations related to 369 that are executed by the core runtime PM routines. It also implements the 401 the driver's callback is executed, pci_pm_runtime_resume() brings the device 431 management callbacks for this purpose. They are executed in phases such that 457 suspend callback is executed, if present, and its result is returned. Next, if 463 callback is executed, if defined, and its result is returned if it fails. 468 the pci_pm_suspend() callback may be executed in parallel for any pair of PCI 472 The pci_pm_suspend_noirq() routine is executed after suspend_device_irqs() has [all …]
|
| D | suspend-and-interrupts.rst | 14 ->prepare, ->suspend and ->suspend_late callbacks have been executed for all 52 for it will be executed as usual after suspend_device_irqs(), even if the 91 not executed for system wakeup IRQs. They are only executed for IRQF_NO_SUSPEND
|
| D | runtime_pm.rst | 54 are executed by the PM core for the device's subsystem that may be either of 98 RAM until the appropriate resume callback is executed for it. The runtime 141 executed by the PM core whenever the device appears to be idle, which is 170 ->runtime_suspend() or ->runtime_resume() can be executed in parallel with 172 of the other callbacks is being executed for the same device). 174 (2) ->runtime_idle() and ->runtime_suspend() can only be executed for 'active' 179 (3) ->runtime_idle() and ->runtime_suspend() can only be executed for a device 184 (4) ->runtime_resume() can only be executed for 'suspended' devices (i.e. the 191 * If ->runtime_suspend() is about to be executed or there's a pending request 192 to execute it, ->runtime_idle() will not be executed for the same device. [all …]
|
| /Documentation/ABI/testing/ |
| D | sysfs-devices-online | 10 .offline() callback is executed for the device and (if 13 this file, the device bus type's .online() callback is executed 20 type's .online() is executed successfully.
|
| D | sysfs-driver-ppi | 31 executed in the pre-OS environment. It is the only input from 60 operation to be executed in the pre-OS environment by the BIOS 71 operation to be executed in the pre-OS environment by the BIOS
|
| /Documentation/livepatch/ |
| D | callbacks.rst | 63 callback will only be executed if its corresponding patch callback was 64 executed. Typical use cases pair a patch handler that acquires and 68 A callback is only executed if its host klp_object is loaded. For 90 No post-patch, pre-unpatch, or post-unpatch callbacks will be executed 96 will only occur if their corresponding post-patch callback executed).
|
| /Documentation/driver-api/pm/ |
| D | notifiers.rst | 38 executed and tasks have been thawed. 47 callbacks have been executed and tasks have been thawed. 54 resume callbacks have been executed and tasks have been thawed.
|
| /Documentation/arch/arm64/ |
| D | amu.rst | 32 - Instructions retired: increments with every architecturally executed 102 - Security reasons: they might expose information about code executed in 115 - Security reasons: they might expose information about code executed
|
| /Documentation/arch/arm/ |
| D | kernel_mode_neon.rst | 13 * Don't sleep in your NEON code, and be aware that it will be executed with 24 may call schedule()], as NEON or VFP instructions will be executed in a 58 * NEON/VFP code is executed with preemption disabled. 75 executed in kernel mode. If such a condition is encountered, the kernel will
|
| D | swp_emulation.rst | 8 instructions, triggering an undefined instruction exception when executed.
|
| /Documentation/sound/designs/ |
| D | compress-accel.rst | 98 operation is executed before. If seqno is zero, operation is executed for all 122 Stop (dequeues) a task. If seqno is zero, operation is executed for all
|
| /Documentation/RCU/ |
| D | rcu.rst | 38 executed in user mode, or executed in the idle loop, we can
|
| /Documentation/driver-api/surface_aggregator/ |
| D | internal.rst | 119 its |ssh_packet_ops| reference is executed, which may then deallocate the 127 always guaranteed to be executed before the ``release()`` callback, i.e. the 282 executed concurrently with respect to each other. Note that packet 393 The packet completion callback is executed once the underlying packet of a 457 shutdown (|ssh_rtl_shutdown|) may always be executed concurrently with 536 is applied when iterating over the notifiers at the time they are executed. 538 All notifier callbacks are executed on a dedicated workqueue, the so-called 548 This is done to ensure that notifier callbacks are executed in sequence for 549 events of the same target ID and target category. Callbacks can be executed 564 |ssam_request_sync_submit|, and derivatives) are executed and this guarantee
|
| /Documentation/networking/devlink/ |
| D | devlink-selftests.rst | 12 the tests to be executed.
|
| /Documentation/driver-api/acpi/ |
| D | scan_handlers.rst | 51 executed, respectively, after registration of new device nodes and before 58 callback is executed for the given device node. If that callback returns 1,
|
| /Documentation/userspace-api/media/v4l/ |
| D | common.rst | 23 In practice most steps are optional and can be executed out of order. It
|
| /Documentation/admin-guide/hw-vuln/ |
| D | special-register-buffer-data-sampling.rst | 59 executed on another core or sibling thread using MDS techniques. 87 the mitigation for RDRAND and RDSEED instructions executed outside of Intel 103 disables the mitigation for RDRAND and RDSEED executed outside of an Intel SGX
|
| D | reg-file-data-sampling.rst | 48 executed. 52 VERW is executed by the kernel before returning to user space, and by KVM
|
| /Documentation/networking/ |
| D | tc-queue-filters.rst | 19 for transmit queue is executed in software only and cannot be
|
| /Documentation/core-api/ |
| D | refcount-vs-atomic.rst | 37 are executed in program order on a single CPU. 43 before any po-later instruction is executed on the same CPU. 46 other CPUs before any po-later instruction is executed on the original
|
| /Documentation/tee/ |
| D | op-tee.rst | 134 * Attack vector: Code that is executed prior to issuing the SMC call to load 145 load OP-TEE isn't executed when desired, leaving it open to being executed
|
| /Documentation/devicetree/bindings/power/reset/ |
| D | gpio-poweroff.yaml | 14 executed the operating system is expected to switch the GPIO
|
| /Documentation/wmi/ |
| D | acpi-interface.rst | 71 instance which methods should be executed. The second parameter is an integer 75 method will return the result of the executed WMI method.
|
| /Documentation/devicetree/bindings/interrupt-controller/ |
| D | mediatek,mtk-cirq.yaml | 18 flush command is executed. With CIRQ, MCUSYS can be completely turned off
|
| /Documentation/rust/ |
| D | testing.rst | 149 be executed on a system that is running the same kernel. 152 tests can be compiled and executed using the following command::
|
123456789