Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtracing_map.c525 __tracing_map_insert(struct tracing_map *map, void *key, bool lookup_only) in __tracing_map_insert() function
650 return __tracing_map_insert(map, key, false); in tracing_map_insert()
672 return __tracing_map_insert(map, key, true); in tracing_map_lookup()