/linux/Documentation/RCU/ |
H A D | UP.rst | 7 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?
|
H A D | rcubarrier.rst | 174 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
|
/linux/drivers/char/hw_random/ |
H A D | optee-rng.c | 28 * 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/tools/testing/selftests/bpf/progs/ |
H A D | cgrp_kfunc_failure.c | 42 /* 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()
|
/linux/drivers/firmware/broadcom/ |
H A D | tee_bnxt_fw.c | 29 * 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/scripts/gdb/linux/ |
H A D | tasks.py | 54 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
|
H A D | device.py | 103 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
|
H A D | proc.py | 32 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
|
H A D | mm.py | 296 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
|
H A D | rbtree.py | 121 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
|
H A D | modules.py | 53 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
|
H A D | vfs.py | 36 def invoke(self, dentry_ptr): member in DentryName 53 def invoke(self, inode_ptr): member in InodeDentry
|
H A D | clk.py | 43 def invoke(self, arg, from_tty): member in LxClkSummary 72 def invoke(self, name): member in LxClkCoreLookup
|
/linux/Documentation/scsi/ |
H A D | scsi_eh.rst | 314 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/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 112 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/drivers/base/ |
H A D | auxiliary_sysfs.c | 50 * 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/include/linux/ |
H A D | entry-common.h | 95 * 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/drivers/nvmem/ |
H A D | stm32-bsec-optee-ta.c | 21 * 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/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 115 "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/kernel/rcu/ |
H A D | tiny.c | 107 /* 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
|
/linux/kernel/ |
H A D | cpu.c | 158 * cpuhp_invoke_callback - Invoke the callbacks for a given state 209 /* State transition. Invoke on all instances */ in cpuhp_invoke_callback() 372 /* CPU reached dead state. Invoke the cleanup function */ in cpuhp_bp_sync_dead() 1046 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke 1124 /* Invoke a single callback on a remote cpu */ 1143 * we invoke the thread function directly. in cpuhp_invoke_ap_callback() 1287 * Invoke the former CPU_DYING callbacks. DYING must not fail! in take_cpu_down() 1587 * notify_cpu_starting(cpu) - Invoke the callbacks on the starting CPU 2402 /* Did we invoke the startup call on that cpu ? */ in cpuhp_rollback_install() 2410 bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument [all …]
|
/linux/Documentation/power/ |
H A D | runtime_pm.rst | 68 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 …]
|
/linux/include/crypto/internal/ |
H A D | cipher.h | 32 * on one block at a time. Templates invoke the underlying cipher primitive 161 * Invoke the encryption operation of one block. The caller must ensure that 173 * Invoke the decryption operation of one block. The caller must ensure that
|
/linux/Documentation/driver-api/usb/ |
H A D | hotplug.rst | 27 (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
|
/linux/drivers/scsi/pcmcia/ |
H A D | nsp_message.c | 20 * 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()
|