Function report |
Source Code:mm\memory-failure.c |
Create Date:2022-07-28 16:19:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:page_action
Proto:static int page_action(struct page_state *ps, struct page *p, unsigned long pfn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct page_state * | ps | |
struct page * | p | |
unsigned long | pfn |
891 | count = page_count(p) - 1 |
894 | If count > 0 Then |
895 | pr_err("Memory failure: %#lx: %s still referenced by %d users\n", pfn, action_page_types[type], count) |
897 | result = Error: handling failed |
906 | Return If result == Successfully recovered || result == Will be handled later Then 0 Else -EBUSY |
Name | Describe |
---|---|
identify_page_state |
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 |