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:29
Last Modify:2020-03-17 19:44:05 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:racing_map_lookup - Retrieve val from a tracing_map*@map: The tracing_map to perform the lookup on*@key: The key to look up* Looks up key in tracing_map and if found returns the matching* tracing_map_elt. This is a lock-free lookup; see

Proto:struct tracing_map_elt *tracing_map_lookup(struct tracing_map *map, void *key)

Type:struct tracing_map_elt

Parameter:

TypeParameterName
struct tracing_map *map
void *key
655  Return __tracing_map_insert(map, key, true)
Caller
NameDescribe
resolve_var_refs