/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 | 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 | 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 | 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 | 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 | 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
|
H A D | config.py | 20 def invoke(self, arg, from_tty): member in LxConfigDump
|
H A D | kasan.py | 28 def invoke(self, args, from_tty): member in KasanMemToShadow
|
H A D | genpd.py | 72 def invoke(self, arg, from_tty): member in LxGenPDSummary
|
H A D | vmalloc.py | 28 def invoke(self, arg, from_tty): member in LxVmallocInfo
|
H A D | radixtree.py | 83 def invoke(self, root, index=0): member in LxRadixTree
|
H A D | stackdepot.py | 75 def invoke(self, args, from_tty): member in StackDepotLookup
|
H A D | slab.py | 257 def invoke(self, arg, from_tty): member in LxSlabTrace 323 def invoke(self, arg, from_tty): member in LxSlabInfo
|
/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
|
H A 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,
|
/linux/kernel/ |
H A D | cpu.c | 2410 bool invoke) in __cpuhp_state_add_instance_cpuslocked() argument 2424 if (!invoke || !sp->startup.multi) in __cpuhp_state_add_instance_cpuslocked() 2454 bool invoke) in __cpuhp_state_add_instance() argument 2459 ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke); in __cpuhp_state_add_instance() 2484 const char *name, bool invoke, in __cpuhp_setup_state_cpuslocked() argument 2508 if (ret || !invoke || !startup) in __cpuhp_setup_state_cpuslocked() 2543 const char *name, bool invoke, in __cpuhp_setup_state() argument 2551 ret = __cpuhp_setup_state_cpuslocked(state, name, invoke, startup, in __cpuhp_setup_state() 2559 struct hlist_node *node, bool invoke) in __cpuhp_state_remove_instance() argument 2572 if (!invoke || !cpuhp_get_teardown_cb(state)) in __cpuhp_state_remove_instance() [all …]
|
/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/firmware/broadcom/ |
H A D | Kconfig | 32 registers on tee bus and invoke calls to manage firmware on BNXT device.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-bd9571mwv-regulator | 27 to invoke step 1.
|
/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/Documentation/userspace-api/media/v4l/ |
H A 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
|
/linux/Documentation/scsi/ |
H A D | scsi_eh.rst | 349 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs() 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()
|