Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 25 of 122) sorted by relevance

12345

/linux-6.3-rc2/include/linux/
A 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);
433 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
434 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
485 struct hlist_node *node, bool invoke);
/linux-6.3-rc2/scripts/gdb/linux/
A 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
A 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
A 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
A 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
A 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
A Dclk.py43 def invoke(self, arg, from_tty): member in LxClkSummary
70 def invoke(self, name): member in LxClkCoreLookup
A Dmodules.py50 def invoke(self, mod_name): member in LxModule
70 def invoke(self, arg, from_tty): member in LxLsmod
A Dconfig.py20 def invoke(self, arg, from_tty): member in LxConfigDump
A Dgenpd.py72 def invoke(self, arg, from_tty): member in LxGenPDSummary
A Dlists.py129 def invoke(self, arg, from_tty): member in LxListChk
/linux-6.3-rc2/Documentation/RCU/
A 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?
A 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
A 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,
/linux-6.3-rc2/kernel/
A Dcpu.c1997 bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument
2011 if (!invoke || !sp->startup.multi) in __cpuhp_state_add_instance_cpuslocked()
2041 bool invoke) in __cpuhp_state_add_instance() argument
2071 const char *name, bool invoke, in __cpuhp_setup_state_cpuslocked() argument
2095 if (ret || !invoke || !startup) in __cpuhp_setup_state_cpuslocked()
2130 const char *name, bool invoke, in __cpuhp_setup_state() argument
2146 struct hlist_node *node, bool invoke) in __cpuhp_state_remove_instance() argument
2159 if (!invoke || !cpuhp_get_teardown_cb(state)) in __cpuhp_state_remove_instance()
2210 if (!invoke || !cpuhp_get_teardown_cb(state)) in __cpuhp_remove_state_cpuslocked()
2231 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke) in __cpuhp_remove_state() argument
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/freescale/
A Dfsl,imx7ulp-pm.yaml19 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
/linux-6.3-rc2/Documentation/driver-api/usb/
A 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
/linux-6.3-rc2/Documentation/PCI/endpoint/
A 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
/linux-6.3-rc2/drivers/firmware/broadcom/
A DKconfig32 registers on tee bus and invoke calls to manage firmware on BNXT device.
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-driver-bd9571mwv-regulator27 to invoke step 1.
/linux-6.3-rc2/Documentation/scsi/
A Dscsi_eh.rst350 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()
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()
/linux-6.3-rc2/drivers/android/
A DKconfig13 Android process, using Binder to identify, invoke and pass arguments
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A 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
/linux-6.3-rc2/Documentation/power/
A 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()
757 - invoke the ->resume() callback provided by the driver of this device and,
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()
779 - if pm_runtime_suspended(dev) returns "false", invoke the ->thaw_noirq()
798 - invoke the ->restore_noirq() callback provided by the device's driver
[all …]
/linux-6.3-rc2/Documentation/x86/x86_64/
A Duefi.rst42 - Boot to EFI shell and invoke elilo choosing the kernel image built

Completed in 45 milliseconds

12345