Home
last modified time | relevance | path

Searched refs:__tracing_map_insert (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/kernel/trace/
Dtracing_map.c513 __tracing_map_insert(struct tracing_map *map, void *key, bool lookup_only) in __tracing_map_insert() function
633 return __tracing_map_insert(map, key, false); in tracing_map_insert()
655 return __tracing_map_insert(map, key, true); in tracing_map_lookup()