Function report |
Source Code:kernel\freezer.c |
Create Date:2022-07-28 10:37:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Refrigerator is place where frozen processes are stored :-).
Proto:bool __refrigerator(bool check_kthr_stop)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
bool | check_kthr_stop |
60 | bool was_frozen = false |
65 | cycle |
75 | If Not (flags & Frozen for system suspend ) Then Break |
77 | was_frozen = true |
78 | schedule() |
90 | Return was_frozen |
Name | Describe |
---|---|
kthread_freezable_should_stop | kthread_freezable_should_stop - should this freezable kthread return now?*@was_frozen: optional out parameter, indicates whether %current was frozen* kthread_should_stop() for freezable kthreads, which will enter* refrigerator if necessary |
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 |