Function report |
Source Code:kernel\smp.c |
Create Date:2022-07-28 10:55:48 |
Last Modify:2020-03-17 15:12:54 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:flush_smp_call_function_queue
Proto:static void flush_smp_call_function_queue(bool warn_cpu_offline)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
bool | warn_cpu_offline |
219 | head = this_cpu_ptr( & call_single_queue) |
221 | entry = llist_reverse_order - reverse order of a llist chain*@head: first item of the list to be reversed* Reverse the order of a chain of llist entries and return the* new first entry. |
226 | warned = true |
227 | WARN(1, "IPI on offline CPU %d\n", smp_processor_id()) |
233 | llist_for_each_entry - iterate over some deleted entries of lock-less list of given type*@pos: the type * to use as a loop cursor(csd, entry, llist) |
243 | If flags & CSD_FLAG_SYNCHRONOUS Then |
245 | csd_unlock(csd) |
246 | Else |
247 | csd_unlock(csd) |
258 | irq_work_run() |
Name | Describe |
---|---|
smpcfd_dying_cpu | |
generic_smp_call_function_single_interrupt | generic_smp_call_function_single_interrupt - Execute SMP IPI callbacks* Invoked by arch to handle an IPI for call function single.* Must be called with interrupts disabled. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |