Function report |
Source Code:lib\test_printf.c |
Create Date:2022-07-28 06:32:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:large_bitmap
Proto:static void __init large_bitmap(void)
Type:void
Parameter:Nothing
510 | nbits = 1 << 16 |
511 | bits = bitmap_zalloc(nbits, GFP_KERNEL) |
512 | If Not bits Then Return |
515 | bitmap_set(bits, 1, 20) |
516 | bitmap_set(bits, 60000, 15) |
518 | bitmap_free(bits) |
Name | Describe |
---|---|
bitmap |
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 |