Function report |
Source Code:kernel\kthread.c |
Create Date:2022-07-28 09:30:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kthread_should_park - should this kthread park now?* When someone calls kthread_park() on your kthread, it will be woken* and this will return true
Proto:bool kthread_should_park(void)
Type:bool
Parameter:Nothing
126 | Return __kthread_should_park(current process) |
Name | Describe |
---|---|
smpboot_thread_fn | smpboot_thread_fn - percpu hotplug thread loop function*@data: thread data pointer* Checks for thread stop and park conditions. Calls the necessary* setup, cleanup, park and unpark functions for the registered* thread. |
io_sq_thread |
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 |