Home
last modified time | relevance | path

Searched full:invoke (Results 1 – 25 of 92) sorted by relevance

1234

/Documentation/RCU/
DUP.rst7 may immediately invoke its function. The basis of this misconception
25 Now, if call_rcu() were to directly invoke its arguments, then upon return
37 by having call_rcu() directly invoke its arguments only if it was called
46 Therefore, in this case, allowing call_rcu() to immediately invoke
52 Why is it *not* legal to invoke synchronize_rcu() in this case?
61 call_rcu() were to directly invoke the callback, the result would
90 permit call_rcu() to directly invoke callbacks, but only if a full
100 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
102 infrastructure *must* respect grace periods, and *must* invoke callbacks
115 Why is it *not* legal to invoke synchronize_rcu() in this case?
Drcubarrier.rst174 timers, and only then invoke rcu_barrier() to wait for any remaining
177 Of course, if your module uses call_rcu(), you will need to invoke
179 call_srcu(), you will need to invoke srcu_barrier() before unloading,
181 **and** call_srcu(), then (as noted above) you will need to invoke
213 6 and 7. Line 8 causes each CPU to invoke rcu_barrier_func(), which is
304 in response, so that Nikita could invoke it during the
Dlockdep-splat.rst78 which would permit us to invoke rcu_dereference_protected as follows::
114 Because it is legal to invoke rcu_access_pointer() without protection,
DNMI-RCU.rst102 invoke nmi_enter() and nmi_exit() on NMI entry and exit, respectively.
/Documentation/scsi/
Dscsi_eh.rst315 2. Invoke scsi_eh_get_sense.
333 1. Invoke scsi_request_sense() which issues REQUEST_SENSE
337 2. Invoke scsi_decide_disposition() on the scmd
350 3. If !list_empty(&eh_work_q), invoke scsi_eh_abort_cmds().
374 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs()
381 1. Invoke scsi_eh_stu()
404 2. If !list_empty(&eh_work_q), invoke scsi_eh_bus_device_reset().
414 3. If !list_empty(&eh_work_q), invoke scsi_eh_bus_reset()
423 4. If !list_empty(&eh_work_q), invoke scsi_eh_host_reset()
431 5. If !list_empty(&eh_work_q), invoke scsi_eh_offline_sdevs()
[all …]
/Documentation/kbuild/
Dllvm.rst31 Invoke ``make`` via::
95 invoke ``make`` via::
100 This example will invoke ``s390x-linux-gnu-ld.bfd`` as the linker and
111 behavior and have Clang invoke the corresponding non-integrated assembler
/Documentation/driver-api/usb/
Dhotplug.rst27 (triggering some monitoring daemon to invoke a helper program) or
43 which the kernel may invoke at various times.
83 modules, and can invoke driver-specific setup scripts. The newest ones
/Documentation/devicetree/bindings/arm/freescale/
Dfsl,imx7ulp-pm.yaml19 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
/Documentation/ABI/testing/
Dsysfs-driver-bd9571mwv-regulator27 to invoke step 1.
/Documentation/PCI/endpoint/
Dpci-endpoint.rst70 driver should invoke pci_epc_linkup().
148 The PCI endpoint function driver should invoke pci_epc_start() once it
153 The PCI endpoint function driver should invoke pci_epc_stop() to stop
/Documentation/power/
Druntime_pm.rst68 callback, the PM core will invoke the corresponding driver callback stored in
746 - invoke the ->runtime_suspend() callback provided by the driver of this
750 - invoke the ->runtime_resume() callback provided by the driver of this
754 - if the device has not been suspended at run time, invoke the ->suspend()
759 - if pm_runtime_suspended(dev) returns "false", invoke the ->suspend_noirq()
764 - invoke the ->resume() callback provided by the driver of this device and,
768 - invoke the ->resume_noirq() callback provided by the driver of this device
771 - if the device has not been suspended at run time, invoke the ->freeze()
776 - if pm_runtime_suspended(dev) returns "false", invoke the ->freeze_noirq()
781 - if the device has not been suspended at run time, invoke the ->thaw()
[all …]
/Documentation/arch/x86/x86_64/
Duefi.rst42 - Boot to EFI shell and invoke elilo choosing the kernel image built
/Documentation/userspace-api/media/v4l/
Dvidioc-encoder-cmd.rst109 invoke the command while the drain sequence is in progress will trigger
120 arguments are accepted in this case. Any attempt to invoke the command
Dvidioc-decoder-cmd.rst156 invoke the command while the drain sequence is in progress will trigger
175 arguments are accepted in this case. Any attempt to invoke the command
/Documentation/virt/kvm/devices/
Dvcpu.rst227 1. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_src),
234 3. Invoke the KVM_GET_TSC_KHZ ioctl to record the frequency of the
239 4. Invoke the KVM_SET_CLOCK ioctl, providing the source nanoseconds from
251 5. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_dest) and
/Documentation/crypto/
Dintro.rst8 as other data transformation mechanisms and methods to invoke these.
Duserspace-if.rst75 2. Invoke bind with the socket descriptor
77 3. Invoke accept with the socket descriptor. The accept system call
314 WARNING: The user space caller may invoke the initially mentioned accept
Darchitecture.rst74 must provide a callback function the kernel crypto API can invoke to
327 2. Now, SEQIV uses the AEAD API function calls to invoke the associated
336 The GCM implementation is responsible to invoke the CTR mode AES and
/Documentation/wmi/
Ddriver-development-guide.rst148 event data and invoke a notifier chain. The other WMI driver adds itself to this notifier chain
169 violations, you can invoke it with the following command:
/Documentation/virt/hyperv/
Dcoco.rst83 Certain operations require the guest to invoke the paravisor. Furthermore, in
144 specific set of callbacks is used. These callbacks invoke the paravisor so
162 normal hypercalls trap to the paravisor first, which may in turn invoke the
/Documentation/admin-guide/
Dsyscall-user-dispatch.rst72 thread-wide, without the need to invoke the kernel directly. selector
/Documentation/admin-guide/cgroup-v1/
Dfreezer-subsystem.rst17 walk /proc or invoke a kernel interface to gather information about the
/Documentation/arch/s390/
Dvfio-ap-locking.rst112 pointer of the handler ``(*kvm->arch.crypto.pqap_hook)`` to invoke when the
/Documentation/networking/
Ddns_resolver.rst84 where <type> optionally specifies the particular upcall program to invoke,
/Documentation/i2c/
Dfault-codes.rst51 Also returned when trying to invoke an I2C operation in an

1234