函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-27 13:14:01
Last Modify:2020-03-17 19:44:05 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:tracing_map_alloc_elts

函数原型:static int tracing_map_alloc_elts(struct tracing_map *map)

返回类型:int

参数:

类型参数名称
struct tracing_map *map
484  elts等于tracing_map_array_alloc(max_elts, *的长度)
486  如果非elts则返回:负ENOMEM
489 i小于max_elts循环
490  *TRACING_MAP_ELT(elts, i)等于tracing_map_elt_alloc(map)
491  如果是错误
492  * (TRACING_MAP_ELT(elts, i)) = NULL
495  返回:负ENOMEM
499  返回:0
调用者
名称描述
tracing_map_initracing_map_init - Allocate and clear a map's tracing_map_elts*@map: The tracing_map to initialize* Allocates a clears a pool of tracing_map_elts equal to the* user-specified size of 2 ** map_bits (internally maintained as