Searched refs:tracing_map_entry (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/trace/
H A Dtracing_map.h25 * zeroed array of struct tracing_map_entry (stored in the map field
26 * of struct tracing_map). tracing_map_entry is a very simple data
29 * tracing_map_entry is essentially a hash table which will be
41 * field of the tracing_map_entry found at that location is 0, then
43 * replacing the 0 in the 'key' field of the tracing_map_entry with
44 * the new 32-bit hashed key. Once claimed, that tracing_map_entry's
47 * tracing_map_entry.
49 * That unique element now in the tracing_map_entry's 'val' field is
63 * tracing_map_entries in the tracing_map_entry array which can be
66 * with the tracing_map_entry arra
147 struct tracing_map_entry { struct
[all...]
H A Dtracing_map.c520 struct tracing_map_entry *entry;
693 * tracing_map_entry is reset to an initialized state.
794 sizeof(struct tracing_map_entry));
1088 struct tracing_map_entry *entry;

Completed in 207 milliseconds