Home
last modified time | relevance | path

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

12345678910>>...28

/linux-6.14.4/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?
/linux-6.14.4/drivers/pci/endpoint/
Dpci-epc-core.c55 * Invoke to get struct pci_epc * corresponding to the device name of the
82 * Invoke to get the first unreserved BAR that can be used by the endpoint
97 * Invoke to get the next unreserved BAR starting from @bar that can be used
142 * Invoke to get the features provided by the EPC which may be
169 * Invoke to stop the PCI link
186 * Invoke to start the PCI link
214 * Invoke to raise an INTX, MSI or MSI-X interrupt
249 * Invoke to map physical address to MSI address and return MSI data. The
284 * Invoke to get the number of MSI interrupts allocated by the RC
316 * Invoke to set the required number of MSI interrupts.
[all …]
Dpci-epf-core.c28 * Invoke to notify the function driver that the binding between the EPF device
57 * Invoke to notify the function driver that it has been bound to a EPC device
152 * endpoint functions. Invoke pci_epf_add_epf() to add a virtual PCI endpoint
195 * Invoke to remove a virtual endpoint function from the physical endpoint
218 * Invoke to free the allocated PCI EPF register space.
258 * Invoke to allocate memory for the PCI EPF register space.
337 * Invoke to unregister the PCI EPF driver.
378 * Invoke to register a new PCI EPF driver.
408 * Invoke to destroy the PCI EPF device created by invoking pci_epf_create().
421 * 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
125 * Invoke to initialize a single pci_epc_mem structure used by the
145 * Invoke to cleanup the pci_epc_mem structure allocated in
175 * Invoke to allocate memory address from the EPC address space. This
245 * Invoke to free the memory allocated using pci_epc_mem_alloc_addr.
/linux-6.14.4/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-6.14.4/include/linux/
Dcpuhotplug.h253 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
258 bool invoke,
369 bool invoke);
371 struct hlist_node *node, bool invoke);
374 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
424 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
425 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
428 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
476 struct hlist_node *node, bool invoke);
479 * cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
Dentry-common.h95 * 2) Invoke context tracking if enabled to reactivate RCU
154 * skipped. In this case the caller may invoke syscall_set_error() or
346 * 2) Invoke context tracking if enabled to adjust RCU state
347 * 3) Invoke architecture specific last minute exit code, e.g. speculation
355 * The caller has to invoke syscall_exit_to_user_mode_work() before this.
378 * invoke exit_to_user_mode() before actually switching to user mode to
447 * exit path has to invoke ct_irq_exit().
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dcgrp_kfunc_failure.c42 /* Can't invoke bpf_cgroup_acquire() on an untrusted pointer. */ in BPF_PROG()
58 * Can't invoke bpf_cgroup_release() without checking the return value in BPF_PROG()
72 /* Can't invoke bpf_cgroup_acquire() on a random frame pointer. */ in BPF_PROG()
100 /* Can't invoke bpf_cgroup_acquire() on a pointer obtained from walking a trusted cgroup. */ in BPF_PROG()
114 /* Can't invoke bpf_cgroup_acquire() on a NULL pointer. */ in BPF_PROG()
187 /* Can't invoke bpf_cgroup_release() on an untrusted pointer. */ in BPF_PROG()
Dtask_kfunc_failure.c41 /* Can't invoke bpf_task_acquire() on an untrusted pointer. */ in BPF_PROG()
57 /* Can't invoke bpf_task_acquire() on a random frame pointer. */ in BPF_PROG()
108 /* Can't invoke bpf_task_acquire() on a NULL pointer. */ in BPF_PROG()
158 /* Can't invoke bpf_task_release() on an acquired task without a NULL check. */ in BPF_PROG()
174 /* Can't invoke bpf_task_release() on an untrusted pointer. */ in BPF_PROG()
/linux-6.14.4/scripts/gdb/linux/
Dtasks.py54 def invoke(self, pid): member in LxTaskByPidFunc
71 def invoke(self, arg, from_tty): member in LxPs
103 def invoke(self, task): member in LxThreadInfoFunc
119 def invoke(self, pid): member in LxThreadInfoByPidFunc
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
Dproc.py32 def invoke(self, arg, from_tty): member in LxCmdLine
46 def invoke(self, arg, from_tty): member in LxVersion
91 def invoke(self, arg, from_tty): member in LxIOMem
106 def invoke(self, arg, from_tty): member in LxIOPorts
154 def invoke(self, arg, from_tty): member in LxMounts
235 def invoke(self, arg, from_tty): member in LxFdtDump
Dmm.py296 def invoke(self, arg, from_tty): member in LxPFN2Page
310 def invoke(self, arg, from_tty): member in LxPage2PFN
325 def invoke(self, arg, from_tty): member in LxPageAddress
340 def invoke(self, arg, from_tty): member in LxPage2Phys
355 def invoke(self, arg, from_tty): member in LxVirt2Phys
369 def invoke(self, arg, from_tty): member in LxVirt2Page
383 def invoke(self, arg, from_tty): member in LxSym2PFN
397 def invoke(self, arg, from_tty): member in LxPFN2Kaddr
Drbtree.py121 def invoke(self, root): member in LxRbFirst
141 def invoke(self, root): member in LxRbLast
161 def invoke(self, node): member in LxRbNext
181 def invoke(self, node): member in LxRbPrev
Dmodules.py53 def invoke(self, mod_name): member in LxModule
73 def invoke(self, arg, from_tty): member in LxLsmod
117 def invoke(self, arg, from_tty): member in LxFindTextAddrinMod
/linux-6.14.4/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-6.14.4/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 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs()
356 1. Invoke scsi_eh_stu()
379 2. If !list_empty(&eh_work_q), invoke scsi_eh_bus_device_reset().
389 3. If !list_empty(&eh_work_q), invoke scsi_eh_bus_reset()
398 4. If !list_empty(&eh_work_q), invoke scsi_eh_host_reset()
406 5. If !list_empty(&eh_work_q), invoke scsi_eh_offline_sdevs()
413 5. Invoke scsi_eh_flush_done_q().
/linux-6.14.4/arch/powerpc/platforms/pseries/
DhvCall.S112 HVSC /* invoke the hypervisor */
127 HVSC /* invoke the hypervisor */
167 HVSC /* invoke the hypervisor */
234 HVSC /* invoke the hypervisor */
270 HVSC /* invoke the hypervisor */
350 HVSC /* invoke the hypervisor */
/linux-6.14.4/include/crypto/
Dakcipher.h266 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
283 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
300 * crypto_akcipher_sync_encrypt() - Invoke public key encrypt operation
318 * crypto_akcipher_sync_decrypt() - Invoke public key decrypt operation
336 * crypto_akcipher_set_pub_key() - Invoke set public key operation
358 * crypto_akcipher_set_priv_key() - Invoke set private key operation
/linux-6.14.4/drivers/md/dm-vdo/
Ddata-vio.h385 * launch_data_vio_hash_zone_callback() - Set a callback as a hash zone operation and invoke it
413 * launch_data_vio_logical_callback() - Set a callback as a logical block operation and invoke it
444 * invoke it immediately.
474 * invoke it immediately.
538 * launch_data_vio_journal_callback() - Set a callback as a journal operation and invoke it
568 * launch_data_vio_packer_callback() - Set a callback as a packer operation and invoke it
598 * launch_data_vio_cpu_callback() - Set a callback to run on the CPU queues and invoke it
617 * launch_data_vio_bio_zone_callback() - Set a callback as a bio zone operation and invoke it
630 * it and invoke it immediately, otherwise, just run the
/linux-6.14.4/drivers/base/
Dauxiliary_sysfs.c50 * driver can invoke this function from multiple thread context safely for
51 * unique irqs of the auxiliary devices. The driver must not invoke this API
98 * The driver must invoke this API when IRQ is released by the device.
/linux-6.14.4/drivers/nvmem/
Dstm32-bsec-optee-ta.c21 * TEE_SUCCESS - Invoke command success
36 * TEE_SUCCESS - Invoke command success
180 pr_err("TA_BSEC invoke failed TEE err:%#x, ret:%#x\n", in stm32_bsec_optee_ta_read()
256 pr_err("TA_BSEC invoke failed TEE err:%#x, ret:%#x\n", arg.ret, ret); in stm32_bsec_optee_ta_write()
284 pr_err("TA_BSEC invoke failed TEE err:%#x, ret:%#x\n", arg.ret, ret); in stm32_bsec_optee_ta_write()
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c115 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
138 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
193 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
235 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
306 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_shared()
340 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_shared()
/linux-6.14.4/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-6.14.4/kernel/rcu/
Dtiny.c107 /* Invoke the RCU callbacks whose grace period has elapsed. */
113 /* Move the ready-to-invoke callbacks to a local list. */ in rcu_process_callbacks()
128 /* Invoke the callbacks on the local list. */ in rcu_process_callbacks()
139 * Wait for a grace period to elapse. But it is illegal to invoke

12345678910>>...28