Home
last modified time | relevance | path

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

12345678910>>...25

/Linux-v6.1/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
91 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
93 infrastructure *must* respect grace periods, and *must* invoke callbacks
106 Why is it *not* legal to invoke synchronize_rcu() in this case?
Drcubarrier.rst194 the timers, and only then invoke rcu_barrier() to wait for any remaining
197 Of course, if you module uses call_rcu(), you will need to invoke
199 call_srcu(), you will need to invoke srcu_barrier() before unloading,
201 **and** call_srcu(), then you will need to invoke rcu_barrier() **and**
231 6 and 7. Line 8 causes each CPU to invoke rcu_barrier_func(), which is
309 in response, so that Nikita could invoke it during the
/Linux-v6.1/drivers/pci/endpoint/
Dpci-epc-core.c54 * Invoke to get struct pci_epc * corresponding to the device name of the
90 * Invoke to get the first unreserved BAR that can be used by the endpoint
105 * Invoke to get the next unreserved BAR starting from @bar that can be used
143 * Invoke to get the features provided by the EPC which may be
173 * Invoke to stop the PCI link
190 * Invoke to start the PCI link
218 * Invoke to raise an legacy, MSI or MSI-X interrupt
256 * Invoke to map physical address to MSI address and return MSI data. The
294 * Invoke to get the number of MSI interrupts allocated by the RC
329 * Invoke to set the required number of MSI interrupts.
[all …]
Dpci-epf-core.c30 * Invoke to expose function specific attributes in configfs. If the function
60 * Invoke to notify the function driver that the binding between the EPF device
89 * Invoke to notify the function driver that it has been bound to a EPC device
184 * endpoint functions. Invoke pci_epf_add_epf() to add a virtual PCI endpoint
227 * Invoke to remove a virtual endpoint function from the physical endpoint
249 * Invoke to free the allocated PCI EPF register space.
289 * Invoke to allocate memory for the PCI EPF register space.
353 * Invoke to unregister the PCI EPF driver.
394 * Invoke to register a new PCI EPF driver.
424 * Invoke to destroy the PCI EPF device created by invoking pci_epf_create().
[all …]
Dpci-epc-mem.c44 * Invoke to initialize the pci_epc_mem structure used by the
135 * Invoke to cleanup the pci_epc_mem structure allocated in
165 * Invoke to allocate memory address from the EPC address space. This
232 * Invoke to free the memory allocated using pci_epc_mem_alloc_addr.
/Linux-v6.1/drivers/char/hw_random/
Doptee-rng.c28 * TEE_SUCCESS - Invoke command success
45 * TEE_SUCCESS - Invoke command success
85 /* Invoke TA_CMD_GET_ENTROPY function of Trusted App */ in get_optee_rng_data()
90 /* Fill invoke cmd params */ in get_optee_rng_data()
98 dev_err(pvt_data->dev, "TA_CMD_GET_ENTROPY invoke err: %x\n", in get_optee_rng_data()
185 /* Invoke TA_CMD_GET_RNG_INFO function of Trusted App */ in get_optee_rng_info()
190 /* Fill invoke cmd params */ in get_optee_rng_info()
195 dev_err(dev, "TA_CMD_GET_RNG_INFO invoke err: %x\n", in get_optee_rng_info()
/Linux-v6.1/include/linux/
Dcpuhotplug.h262 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
267 bool invoke,
378 bool invoke);
380 struct hlist_node *node, bool invoke);
383 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
433 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
434 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
437 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
485 struct hlist_node *node, bool invoke);
488 * cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
Dentry-common.h89 * 2) Invoke context tracking if enabled to reactivate RCU
133 * skipped. In this case the caller may invoke syscall_set_error() or
268 * 2) Invoke context tracking if enabled to adjust RCU state
269 * 3) Invoke architecture specific last minute exit code, e.g. speculation
277 * The caller has to invoke syscall_exit_to_user_mode_work() before this.
290 * invoke exit_to_user_mode() before actually switching to user mode to
359 * exit path has to invoke ct_irq_exit().
/Linux-v6.1/drivers/firmware/broadcom/
Dtee_bnxt_fw.c29 * TEE_SUCCESS - Invoke command success
44 * TEE_SUCCESS - Invoke command success
77 /* Fill invoke cmd params */ in prepare_args()
113 "TA_CMD_BNXT_FASTBOOT invoke failed TEE err: %x, ret:%x\n", in tee_bnxt_fw_load()
150 /* Fill additional invoke cmd params */ in tee_bnxt_copy_coredump()
157 "TA_CMD_BNXT_COPY_COREDUMP invoke failed TEE err: %x, ret:%x\n", in tee_bnxt_copy_coredump()
/Linux-v6.1/scripts/gdb/linux/
Ddevice.py103 def invoke(self, arg, from_tty): member in LxDeviceListBus
123 def invoke(self, arg, from_tty): member in LxDeviceListClass
141 def invoke(self, arg, from_tty): member in LxDeviceListTree
156 def invoke(self, bus, name): member in LxDeviceFindByBusName
170 def invoke(self, cls, name): member in LxDeviceFindByClassName
Dtasks.py58 def invoke(self, pid): member in LxTaskByPidFunc
75 def invoke(self, arg, from_tty): member in LxPs
116 def invoke(self, task): member in LxThreadInfoFunc
132 def invoke(self, pid): member in LxThreadInfoByPidFunc
Dproc.py29 def invoke(self, arg, from_tty): member in LxCmdLine
43 def invoke(self, arg, from_tty): member in LxVersion
88 def invoke(self, arg, from_tty): member in LxIOMem
103 def invoke(self, arg, from_tty): member in LxIOPorts
151 def invoke(self, arg, from_tty): member in LxMounts
233 def invoke(self, arg, from_tty): member in LxFdtDump
Drbtree.py109 def invoke(self, root): member in LxRbFirst
129 def invoke(self, root): member in LxRbLast
149 def invoke(self, node): member in LxRbNext
169 def invoke(self, node): member in LxRbPrev
Dcpus.py135 def invoke(self, arg, from_tty): member in LxCpus
155 def invoke(self, var_name, cpu=-1): member in PerCpu
189 def invoke(self, cpu=-1): member in LxCurrentFunc
Dmodules.py50 def invoke(self, mod_name): member in LxModule
70 def invoke(self, arg, from_tty): member in LxLsmod
/Linux-v6.1/Documentation/scsi/
Dscsi_eh.rst312 2. Invoke scsi_eh_get_sense.
330 1. Invoke scsi_request_sense() which issues REQUEST_SENSE
334 2. Invoke scsi_decide_disposition() on the scmd
347 3. If !list_empty(&eh_work_q), invoke scsi_eh_abort_cmds().
371 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs()
378 1. Invoke scsi_eh_stu()
401 2. If !list_empty(&eh_work_q), invoke scsi_eh_bus_device_reset().
411 3. If !list_empty(&eh_work_q), invoke scsi_eh_bus_reset()
420 4. If !list_empty(&eh_work_q), invoke scsi_eh_host_reset()
428 5. If !list_empty(&eh_work_q), invoke scsi_eh_offline_sdevs()
[all …]
/Linux-v6.1/arch/powerpc/platforms/pseries/
DhvCall.S110 HVSC /* invoke the hypervisor */
125 HVSC /* invoke the hypervisor */
165 HVSC /* invoke the hypervisor */
235 HVSC /* invoke the hypervisor */
271 HVSC /* invoke the hypervisor */
354 HVSC /* invoke the hypervisor */
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c111 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
134 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
189 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
231 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
302 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_shared()
336 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_shared()
/Linux-v6.1/include/crypto/
Dakcipher.h278 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
302 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
326 * crypto_akcipher_sign() - Invoke public key sign operation
349 * crypto_akcipher_verify() - Invoke public key signature verification
376 * crypto_akcipher_set_pub_key() - Invoke set public key operation
398 * crypto_akcipher_set_priv_key() - Invoke set private key operation
/Linux-v6.1/kernel/
Dcpu.c156 * cpuhp_invoke_callback - Invoke the callbacks for a given state
207 /* State transition. Invoke on all instances */ in cpuhp_invoke_callback()
728 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
806 /* Invoke a single callback on a remote cpu */
825 * we invoke the thread function directly. in cpuhp_invoke_ap_callback()
912 * removing of state callbacks and state instances, which invoke either the
1015 /* Invoke the former CPU_DYING callbacks */ in take_cpu_down()
1289 * notify_cpu_starting(cpu) - Invoke the callbacks on the starting CPU
1965 /* Did we invoke the startup call on that cpu ? */ in cpuhp_rollback_install()
1973 bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument
[all …]
/Linux-v6.1/arch/x86/include/asm/
Dirq_stack.h24 * 3. Invoke whatever needs to be done (@asm_call argument)
130 * Macro to invoke system vector and device interrupt C handlers.
146 * places. Invoke the stack switch macro with the call \
208 * Macro to invoke __do_softirq on the irq stack. This is only called from
/Linux-v6.1/kernel/rcu/
Dtiny.c106 /* Invoke the RCU callbacks whose grace period has elapsed. */
112 /* Move the ready-to-invoke callbacks to a local list. */ in rcu_process_callbacks()
127 /* Invoke the callbacks on the local list. */ in rcu_process_callbacks()
140 * Wait for a grace period to elapse. But it is illegal to invoke
Dsrcutiny.c61 * Must invoke this on a given srcu_struct before passing that srcu_struct
77 * Must invoke this after you are finished using a given srcu_struct that
108 * Workqueue handler to drive one grace period and invoke any callbacks
137 /* Invoke the callbacks we removed above. */ in srcu_drive_gp()
/Linux-v6.1/Documentation/power/
Druntime_pm.rst68 callback, the PM core will invoke the corresponding driver callback stored in
739 - invoke the ->runtime_suspend() callback provided by the driver of this
743 - invoke the ->runtime_resume() callback provided by the driver of this
747 - if the device has not been suspended at run time, invoke the ->suspend()
752 - if pm_runtime_suspended(dev) returns "false", invoke the ->suspend_noirq()
757 - invoke the ->resume() callback provided by the driver of this device and,
761 - invoke the ->resume_noirq() callback provided by the driver of this device
764 - if the device has not been suspended at run time, invoke the ->freeze()
769 - if pm_runtime_suspended(dev) returns "false", invoke the ->freeze_noirq()
774 - if the device has not been suspended at run time, invoke the ->thaw()
[all …]
/Linux-v6.1/drivers/scsi/pcmcia/
Dnsp_message.c20 * NSP invoke interrupts only in the case of scsi phase changes, in nsp_message_in()
61 * NSP invoke interrupts only in the case of scsi phase changes, in nsp_message_out()

12345678910>>...25