Home
last modified time | relevance | path

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

123456

/linux-6.6.21/include/linux/
Dcpuhotplug.h263 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
268 bool invoke,
379 bool invoke);
381 struct hlist_node *node, bool invoke);
434 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
435 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
486 struct hlist_node *node, bool invoke);
/linux-6.6.21/scripts/gdb/linux/
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.py31 def invoke(self, arg, from_tty): member in LxCmdLine
45 def invoke(self, arg, from_tty): member in LxVersion
90 def invoke(self, arg, from_tty): member in LxIOMem
105 def invoke(self, arg, from_tty): member in LxIOPorts
153 def invoke(self, arg, from_tty): member in LxMounts
235 def invoke(self, arg, from_tty): member in LxFdtDump
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
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
Dvfs.py36 def invoke(self, dentry_ptr): member in DentryName
53 def invoke(self, inode_ptr): member in InodeDentry
Dmodules.py50 def invoke(self, mod_name): member in LxModule
70 def invoke(self, arg, from_tty): member in LxLsmod
114 def invoke(self, arg, from_tty): member in LxFindTextAddrinMod
Dmm.py291 def invoke(self, arg, from_tty): member in LxPFN2Page
305 def invoke(self, arg, from_tty): member in LxPage2PFN
320 def invoke(self, arg, from_tty): member in LxPageAddress
335 def invoke(self, arg, from_tty): member in LxPage2Phys
350 def invoke(self, arg, from_tty): member in LxVirt2Phys
364 def invoke(self, arg, from_tty): member in LxVirt2Page
378 def invoke(self, arg, from_tty): member in LxSym2PFN
392 def invoke(self, arg, from_tty): member in LxPFN2Kaddr
Dcpus.py135 def invoke(self, arg, from_tty): member in LxCpus
155 def invoke(self, var_name, cpu=-1): member in PerCpu
195 def invoke(self, cpu=-1): member in LxCurrentFunc
Dclk.py43 def invoke(self, arg, from_tty): member in LxClkSummary
72 def invoke(self, name): member in LxClkCoreLookup
Dconfig.py20 def invoke(self, arg, from_tty): member in LxConfigDump
Dgenpd.py72 def invoke(self, arg, from_tty): member in LxGenPDSummary
Dvmalloc.py28 def invoke(self, arg, from_tty): member in LxVmallocInfo
Dradixtree.py83 def invoke(self, root, index=0): member in LxRadixTree
/linux-6.6.21/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?
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
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.6.21/kernel/
Dcpu.c2429 bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument
2443 if (!invoke || !sp->startup.multi) in __cpuhp_state_add_instance_cpuslocked()
2473 bool invoke) in __cpuhp_state_add_instance() argument
2478 ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke); in __cpuhp_state_add_instance()
2503 const char *name, bool invoke, in __cpuhp_setup_state_cpuslocked() argument
2527 if (ret || !invoke || !startup) in __cpuhp_setup_state_cpuslocked()
2562 const char *name, bool invoke, in __cpuhp_setup_state() argument
2570 ret = __cpuhp_setup_state_cpuslocked(state, name, invoke, startup, in __cpuhp_setup_state()
2578 struct hlist_node *node, bool invoke) in __cpuhp_state_remove_instance() argument
2591 if (!invoke || !cpuhp_get_teardown_cb(state)) in __cpuhp_state_remove_instance()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/arm/freescale/
Dfsl,imx7ulp-pm.yaml19 The WFI or WFE instruction is used to invoke a Sleep, Deep Sleep or
/linux-6.6.21/Documentation/driver-api/usb/
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.6.21/Documentation/PCI/endpoint/
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.6.21/drivers/firmware/broadcom/
DKconfig32 registers on tee bus and invoke calls to manage firmware on BNXT device.
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-driver-bd9571mwv-regulator27 to invoke step 1.
/linux-6.6.21/Documentation/kbuild/
Dllvm.rst95 invoke ``make`` via::
100 This example will invoke ``s390x-linux-gnu-ld.bfd`` as the linker and
111 behavior and have Clang invoke the corresponding non-integrated assembler
/linux-6.6.21/Documentation/scsi/
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()

123456