/kernel/linux/linux-5.10/include/linux/ |
D | cpuhotplug.h | 205 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, 210 bool invoke, 295 bool invoke); 297 struct hlist_node *node, bool invoke); 337 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke); 338 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke); 381 struct hlist_node *node, bool invoke);
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
D | tasks.py | 58 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
|
D | proc.py | 29 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
|
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
|
D | rbtree.py | 109 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
|
D | cpus.py | 132 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
|
D | clk.py | 43 def invoke(self, arg, from_tty): member in LxClkSummary 70 def invoke(self, name): member in LxClkCoreLookup
|
D | modules.py | 50 def invoke(self, mod_name): member in LxModule 70 def invoke(self, arg, from_tty): member in LxLsmod
|
D | config.py | 20 def invoke(self, arg, from_tty): member in LxConfigDump
|
D | genpd.py | 72 def invoke(self, arg, from_tty): member in LxGenPDSummary
|
D | lists.py | 124 def invoke(self, arg, from_tty): member in LxListChk
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
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 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?
|
D | rcubarrier.rst | 194 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
|
D | lockdep-splat.rst | 78 which would permit us to invoke rcu_dereference_protected as follows:: 114 Because it is legal to invoke rcu_access_pointer() without protection,
|
/kernel/linux/linux-5.10/kernel/ |
D | cpu.c | 1883 bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument 1897 if (!invoke || !sp->startup.multi) in __cpuhp_state_add_instance_cpuslocked() 1927 bool invoke) in __cpuhp_state_add_instance() argument 1932 ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke); in __cpuhp_state_add_instance() 1956 const char *name, bool invoke, in __cpuhp_setup_state_cpuslocked() argument 1980 if (ret || !invoke || !startup) in __cpuhp_setup_state_cpuslocked() 2015 const char *name, bool invoke, in __cpuhp_setup_state() argument 2023 ret = __cpuhp_setup_state_cpuslocked(state, name, invoke, startup, in __cpuhp_setup_state() 2031 struct hlist_node *node, bool invoke) in __cpuhp_state_remove_instance() argument 2044 if (!invoke || !cpuhp_get_teardown_cb(state)) in __cpuhp_state_remove_instance() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
D | isl_ioctl.c | 1060 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0; in prism54_set_encode() local 1135 invoke = 1; in prism54_set_encode() 1139 invoke = 1; in prism54_set_encode() 1147 mgt_set_request(priv, DOT11_OID_PRIVACYINVOKED, 0, &invoke); in prism54_set_encode() 1162 u32 authen = 0, invoke = 0, exunencrypt = 0; in prism54_get_encode() local 1170 invoke = r.u; in prism54_get_encode() 1174 if (invoke && (authen == DOT11_AUTH_BOTH) && exunencrypt) in prism54_get_encode() 1177 if (invoke) in prism54_get_encode() 1546 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0; in prism54_set_encodeext() local 1621 invoke = 1; in prism54_set_encodeext() [all …]
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
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
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-bd9571mwv-regulator | 27 to invoke step 1.
|
/kernel/linux/linux-5.10/drivers/firmware/broadcom/ |
D | Kconfig | 32 registers on tee bus and invoke calls to manage firmware on BNXT device.
|
/kernel/linux/linux-5.10/Documentation/PCI/endpoint/ |
D | pci-endpoint.rst | 70 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
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | scsi_eh.rst | 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() 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()
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | runtime_pm.rst | 68 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 …]
|
/kernel/liteos_m/ |
D | Makefile | 90 xxconfig: invoke xxconfig command of kconfiglib (xxconfig is one of $(KCONFIG_CMDS))
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/ |
D | v4l2-clocks.rst | 27 clock operations that will be called when clock users invoke respective API
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-encoder-cmd.rst | 109 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
|