Home
last modified time | relevance | path

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

12345678910>>...23

/linux-5.10/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 for endpoint
115 * Invoke to get the features provided by the EPC which may be
142 * Invoke to stop the PCI link
159 * Invoke to start the PCI link
186 * Invoke to raise an legacy, MSI or MSI-X interrupt
212 * Invoke to get the number of MSI interrupts allocated by the RC
243 * Invoke to set the required number of MSI interrupts.
272 * Invoke to get the number of MSI-X interrupts allocated by the RC
303 * Invoke to set the required number of MSI-X interrupts.
[all …]
Dpci-epf-core.c28 * Invoke to notify the function driver that the binding between the EPF device
50 * Invoke to notify the function driver that it has been bound to a EPC device
78 * Invoke to free the allocated PCI EPF register space.
105 * Invoke to allocate memory for the PCI EPF register space.
158 * Invoke to unregister the PCI EPF driver.
199 * Invoke to register a new PCI EPF driver.
229 * Invoke to destroy the PCI EPF device created by invoking pci_epf_create().
242 * Invoke to create a new PCI EPF device by providing the name of the function
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-5.10/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-5.10/include/linux/
Dcpuhotplug.h199 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
204 bool invoke,
289 bool invoke);
291 struct hlist_node *node, bool invoke);
294 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
331 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
332 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
335 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
375 struct hlist_node *node, bool invoke);
378 * cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
/linux-5.10/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-5.10/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-5.10/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.py132 def invoke(self, arg, from_tty): member in LxCpus
152 def invoke(self, var_name, cpu=-1): member in PerCpu
169 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
Dclk.py43 def invoke(self, arg, from_tty): member in LxClkSummary
70 def invoke(self, name): member in LxClkCoreLookup
/linux-5.10/Documentation/scsi/
Dscsi_eh.rst314 2. Invoke scsi_eh_get_sense.
332 1. Invoke scsi_request_sense() which issues REQUEST_SENSE
336 2. Invoke scsi_decide_disposition() on the scmd
349 3. If !list_empty(&eh_work_q), invoke scsi_eh_abort_cmds().
373 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs()
380 1. Invoke scsi_eh_stu()
403 2. If !list_empty(&eh_work_q), invoke scsi_eh_bus_device_reset().
413 3. If !list_empty(&eh_work_q), invoke scsi_eh_bus_reset()
422 4. If !list_empty(&eh_work_q), invoke scsi_eh_host_reset()
430 5. If !list_empty(&eh_work_q), invoke scsi_eh_offline_sdevs()
[all …]
/linux-5.10/kernel/entry/
Dcommon.c18 * 2) Invoke context tracking if enabled to reactivate RCU
120 * 2) Invoke context tracking if enabled to adjust RCU state
121 * 3) Invoke architecture specific last minute exit code, e.g. speculation
296 * If this entry hit the idle task invoke rcu_irq_enter() whether in irqentry_enter()
307 * interrupt to invoke rcu_irq_enter(). If that nested interrupt is in irqentry_enter()
312 * Unconditionally invoke rcu_irq_enter() so RCU state stays in irqentry_enter()
/linux-5.10/kernel/rcu/
Dtiny.c103 /* Invoke the RCU callbacks whose grace period has elapsed. */
109 /* Move the ready-to-invoke callbacks to a local list. */ in rcu_process_callbacks()
124 /* Invoke the callbacks on the local list. */ in rcu_process_callbacks()
137 * Wait for a grace period to elapse. But it is illegal to invoke
Dsrcutiny.c60 * Must invoke this on a given srcu_struct before passing that srcu_struct
76 * Must invoke this after you are finished using a given srcu_struct that
105 * Workqueue handler to drive one grace period and invoke any callbacks
133 /* Invoke the callbacks we removed above. */ in srcu_drive_gp()
/linux-5.10/arch/powerpc/platforms/pseries/
DhvCall.S111 HVSC /* invoke the hypervisor */
144 HVSC /* invoke the hypervisor */
208 HVSC /* invoke the hypervisor */
241 HVSC /* invoke the hypervisor */
318 HVSC /* invoke the hypervisor */
/linux-5.10/kernel/
Dcpu.c139 * cpuhp_invoke_callback _ Invoke the callbacks for a given state
190 /* State transition. Invoke on all instances */ in cpuhp_invoke_callback()
646 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
731 /* Invoke a single callback on a remote cpu */
750 * we invoke the thread function directly. in cpuhp_invoke_ap_callback()
882 /* Invoke the former CPU_DYING callbacks */ in take_cpu_down()
1146 * notify_cpu_starting(cpu) - Invoke the callbacks on the starting CPU
1803 /* Did we invoke the startup call on that cpu ? */ in cpuhp_rollback_install()
1811 bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument
1825 if (!invoke || !sp->startup.multi) in __cpuhp_state_add_instance_cpuslocked()
[all …]
/linux-5.10/include/crypto/
Dakcipher.h276 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
300 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
324 * crypto_akcipher_sign() - Invoke public key sign operation
347 * crypto_akcipher_verify() - Invoke public key signature verification
374 * crypto_akcipher_set_pub_key() - Invoke set public key operation
396 * crypto_akcipher_set_priv_key() - Invoke set private key operation
/linux-5.10/Documentation/power/
Druntime_pm.rst68 callback, the PM core will invoke the corresponding driver callback stored in
725 - invoke the ->runtime_suspend() callback provided by the driver of this
729 - invoke the ->runtime_resume() callback provided by the driver of this
733 - if the device has not been suspended at run time, invoke the ->suspend()
738 - if pm_runtime_suspended(dev) returns "false", invoke the ->suspend_noirq()
743 - invoke the ->resume() callback provided by the driver of this device and,
747 - invoke the ->resume_noirq() callback provided by the driver of this device
750 - if the device has not been suspended at run time, invoke the ->freeze()
755 - if pm_runtime_suspended(dev) returns "false", invoke the ->freeze_noirq()
760 - if the device has not been suspended at run time, invoke the ->thaw()
[all …]
/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c112 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
136 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
196 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
241 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
321 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_shared()
358 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_shared()
/linux-5.10/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>>...23