Searched refs:tracing_map_insert (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Dtracing_map.h30 * modified by a single function, tracing_map_insert(), but which can
37 * tracing_map_insert(). tracing_map_insert() hashes the
72 * Because tracing_map_insert() needs to work from any context,
76 * tracing_map_insert().
230 * claimed by tracing_map_insert() in the context of the map
257 tracing_map_insert(struct tracing_map *map, void *key);
H A Dtracing_map.c603 * tracing_map_insert - Insert key and/or retrieve val from a tracing_map
614 * pre-allocated pool of tracing_map_elts that tracing_map_insert()
616 * exhausted, tracing_map_insert() is useless and will return NULL to
639 struct tracing_map_elt *tracing_map_insert(struct tracing_map *map, void *key) function
651 * tracing_map_insert() for details on tracing_map and how it works.
752 * inserted into the map using tracing_map_insert(). When called,
753 * tracing_map_insert() grabs a free tracing_map_elt from the pool, or
H A Dtrace_events_hist.c5309 elt = tracing_map_insert(hist_data->map, key);

Completed in 129 milliseconds