函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\hugetlb.c Create Date:2022-07-27 16:56:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Abort the in progress add operation. The adds_in_progress field* of the resv_map keeps track of the operations in progress between* calls to region_chg and region_add. Operations are sometimes* aborted after the call to region_chg

函数原型:static void region_abort(struct resv_map *resv, long f, long t)

返回类型:void

参数:

类型参数名称
struct resv_map *resv
longf
longt
419  加自旋锁
420  VM_BUG_ON(!region_cache_count)
421  adds_in_progress自减
422  自旋锁解锁
调用者
名称描述
__vma_reservation_common
hugetlb_reserve_pages