Function report |
Source Code:lib\test_printf.c |
Create Date:2022-07-28 06:32:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:flags
Proto:static void __init flags(void)
Type:void
Parameter:Nothing
556 | flags = 0 |
560 | flags = 1UL << NR_PAGEFLAGS |
563 | flags |= 1UL << PG_uptodate | 1UL << PG_dirty | 1UL << PG_lru | 1UL << PG_active | 1UL << Page is backed by RAM/swap |
568 | flags = currently active flags | VM_EXEC | limits for mprotect() etc | VM_MAYWRITE | VM_MAYEXEC | ETXTBSY on write attempts.. |
572 | gfp = GFP_TRANSHUGE |
581 | cmp_buffer = kmalloc(BUF_SIZE, GFP_KERNEL) |
582 | If Not cmp_buffer Then Return |
586 | gfp = ~__GFP_BITS_MASK |
588 | test(cmp_buffer, "%pGg", & gfp) |
593 | test(cmp_buffer, "%pGg", & gfp) |
595 | kfree(cmp_buffer) |
Name | Describe |
---|---|
test_pointer |
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 |