Function report |
Source Code:kernel\smpboot.c |
Create Date:2022-07-28 09:33:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smpboot_destroy_threads
Proto:static void smpboot_destroy_threads(struct smp_hotplug_thread *ht)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct smp_hotplug_thread * | ht |
271 | for_each_possible_cpu(cpu) |
272 | tsk = per_cpu_ptr(store, cpu) |
274 | If tsk Then |
Name | Describe |
---|---|
smpboot_register_percpu_thread | smpboot_register_percpu_thread - Register a per_cpu thread related* to hotplug*@plug_thread: Hotplug thread descriptor* Creates and starts the threads on all online cpus. |
smpboot_unregister_percpu_thread | smpboot_unregister_percpu_thread - Unregister a per_cpu thread related to hotplug*@plug_thread: Hotplug thread descriptor* Stops all threads on all possible cpus. |
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 |