Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\tracing_map.c Create Date:2022-07-28 12:07:22
Last Modify:2020-03-17 19:44:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:get_free_elt

Proto:static struct tracing_map_elt *get_free_elt(struct tracing_map *map)

Type:struct tracing_map_elt

Parameter:

TypeParameterName
struct tracing_map *map
451  struct tracing_map_elt * elt = NULL
454  idx = atomic_inc_return( & next_elt)
455  If idx < max_elts Then
456  elt = *TRACING_MAP_ELT(elts, idx)
457  If ops && elt_init Then elt_init(elt)
461  Return elt
Caller
NameDescribe
__tracing_map_insert