函数源码

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source File:mm\sparse.c Create Date:2022-07-27 17:07:45
首页 Copyright©Brick

493
494
495
496
497
498
499
500
static void __init sparse_buffer_fini(void)
{
    unsigned long size = sparsemap_buf_end - sparsemap_buf;
 
    if (sparsemap_buf && size > 0)
        sparse_buffer_free(size);
    sparsemap_buf = NULL;
}