Home
last modified time | relevance | path

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

1234

/linux/include/linux/
H A Dcpuhotplug.h251 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
256 bool invoke,
367 bool invoke);
369 struct hlist_node *node, bool invoke);
422 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
423 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
474 struct hlist_node *node, bool invoke);
/linux/scripts/gdb/linux/
H A Dtasks.py54 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 Dproc.py32 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 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
H A Drbtree.py121 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 Dcpus.py131 def invoke(self, arg, from_tty): member in LxCpus
151 def invoke(self, var, cpu=-1): member in PerCpu
168 def invoke(self, var, cpu=-1): member in PerCpuPtr
223 def invoke(self, cpu=-1): member in LxCurrentFunc
H A Dmodules.py53 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 Dvfs.py36 def invoke(self, dentry_ptr): member in DentryName
53 def invoke(self, inode_ptr): member in InodeDentry
H A Dclk.py43 def invoke(self, arg, from_tty): member in LxClkSummary
72 def invoke(self, name): member in LxClkCoreLookup
H A Dmm.py467 def invoke(self, arg, from_tty): member in LxPFN2Page
481 def invoke(self, arg, from_tty): member in LxPage2PFN
496 def invoke(self, arg, from_tty): member in LxPageAddress
511 def invoke(self, arg, from_tty): member in LxPage2Phys
526 def invoke(self, arg, from_tty): member in LxVirt2Phys
540 def invoke(self, arg, from_tty): member in LxVirt2Page
554 def invoke(self, arg, from_tty): member in LxSym2PFN
568 def invoke(self, arg, from_tty): member in LxPFN2Kaddr
H A Dradixtree.py192 def invoke(self, root, index=0): member in LxRadixTreeLookup
206 def invoke(self, argument, from_tty): member in LxRadixTree
H A Dconfig.py20 def invoke(self, arg, from_tty): member in LxConfigDump
H A Dkasan.py28 def invoke(self, args, from_tty): member in KasanMemToShadow
H A Dgenpd.py72 def invoke(self, arg, from_tty): member in LxGenPDSummary
H A Dvmalloc.py28 def invoke(self, arg, from_tty): member in LxVmallocInfo
H A Dstackdepot.py75 def invoke(self, args, from_tty): member in StackDepotLookup
H A Dslab.py257 def invoke(self, arg, from_tty): member in LxSlabTrace
323 def invoke(self, arg, from_tty): member in LxSlabInfo
H A Dlists.py129 def invoke(self, arg, from_tty): member in LxListChk
/linux/Documentation/RCU/
H 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?
H 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/kernel/
H A Dcpu.c1052 * Execute teardown/startup callbacks on the plugged cpu. Also used to invoke
1149 * we invoke the thread function directly. in cpuhp_invoke_ap_callback()
2387 /* Did we invoke the startup call on that cpu ? */ in cpuhp_rollback_install()
2395 bool invoke) in cpuhp_rollback_install()
2409 if (!invoke || !sp->startup.multi) in __cpuhp_state_add_instance_cpuslocked()
2439 bool invoke) in __cpuhp_state_add_instance_cpuslocked()
2444 ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke); in __cpuhp_state_add_instance_cpuslocked()
2454 * @invoke: If true, the startup function is invoked for cpus where in __cpuhp_state_add_instance()
2469 const char *name, bool invoke,
2493 if (ret || !invoke || !startu in __cpuhp_setup_state_cpuslocked()
2406 __cpuhp_state_add_instance_cpuslocked(enum cpuhp_state state,struct hlist_node * node,bool invoke) __cpuhp_state_add_instance_cpuslocked() argument
2450 __cpuhp_state_add_instance(enum cpuhp_state state,struct hlist_node * node,bool invoke) __cpuhp_state_add_instance() argument
2480 __cpuhp_setup_state_cpuslocked(enum cpuhp_state state,const char * name,bool invoke,int (* startup)(unsigned int cpu),int (* teardown)(unsigned int cpu),bool multi_instance) __cpuhp_setup_state_cpuslocked() argument
2539 __cpuhp_setup_state(enum cpuhp_state state,const char * name,bool invoke,int (* startup)(unsigned int cpu),int (* teardown)(unsigned int cpu),bool multi_instance) __cpuhp_setup_state() argument
2555 __cpuhp_state_remove_instance(enum cpuhp_state state,struct hlist_node * node,bool invoke) __cpuhp_state_remove_instance() argument
2602 __cpuhp_remove_state_cpuslocked(enum cpuhp_state state,bool invoke) __cpuhp_remove_state_cpuslocked() argument
2640 __cpuhp_remove_state(enum cpuhp_state state,bool invoke) __cpuhp_remove_state() argument
[all...]
/linux/drivers/firmware/broadcom/
H A DKconfig32 registers on tee bus and invoke calls to manage firmware on BNXT device.
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-bd9571mwv-regulator27 to invoke step 1.
/linux/Documentation/userspace-api/media/v4l/
H 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/Documentation/scsi/
H A Dscsi_eh.rst349 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()

1234