Function report |
Source Code:mm\memory-failure.c |
Create Date:2022-07-28 16:19:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:memory_failure_queue - Schedule handling memory failure of a page.*@pfn: Page Number of the corrupted page*@flags: Flags for memory failure handling* This function is called by the low level hardware error handler
Proto:void memory_failure_queue(unsigned long pfn, int flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | pfn | |
int | flags |
1452 | mf_cpu = Must be an lvalue. Since @var must be a simple identifier,* we force a syntax error here if it isn't.(memory_failure_cpu) |
1453 | spin_lock_irqsave( & lock, proc_flags) |
1459 | spin_unlock_irqrestore( & lock, proc_flags) |
1460 | The weird & is necessary because sparse considers (void)(var) to be* a direct dereference of percpu variable (var).(memory_failure_cpu) |
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 |