Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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)
517  test("1-20,60000-60014", "%*pbl", nbits, bits)
518  bitmap_free(bits)
Caller
NameDescribe
bitmap