函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:get_free_elt

函数原型:static struct tracing_map_elt *get_free_elt(struct tracing_map *map)

返回类型:struct tracing_map_elt

参数:

类型参数名称
struct tracing_map *map
451  struct tracing_map_elt * elt = NULL
454  idx等于atomic_inc_return( & next_elt)
455  如果idx小于max_elts
456  elt等于*TRACING_MAP_ELT(elts, idx)
457  如果opselt_initelt_init(elt)
461  返回:elt
调用者
名称描述
__tracing_map_insert