Lines Matching refs:tracing_map_sort_entry

847 	const struct tracing_map_sort_entry *a, *b;  in cmp_entries_dup()
849 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_dup()
850 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_dup()
858 const struct tracing_map_sort_entry *a, *b; in cmp_entries_sum()
865 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_sum()
866 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_sum()
889 const struct tracing_map_sort_entry *a, *b; in cmp_entries_key()
896 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_key()
897 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_key()
918 static void destroy_sort_entry(struct tracing_map_sort_entry *entry) in destroy_sort_entry()
936 void tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries, in tracing_map_destroy_sort_entries()
947 static struct tracing_map_sort_entry *
950 struct tracing_map_sort_entry *sort_entry; in create_sort_entry()
962 static void detect_dups(struct tracing_map_sort_entry **sort_entries, in detect_dups()
972 sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *), in detect_dups()
999 const struct tracing_map_sort_entry **entries, in sort_secondary()
1019 const struct tracing_map_sort_entry **a = &entries[i]; in sort_secondary()
1020 const struct tracing_map_sort_entry **b = &entries[i + 1]; in sort_secondary()
1036 sizeof(struct tracing_map_sort_entry *), in sort_secondary()
1073 struct tracing_map_sort_entry ***sort_entries) in tracing_map_sort_entries()
1076 struct tracing_map_sort_entry *sort_entry, **entries; in tracing_map_sort_entries()
1118 sort(entries, n_entries, sizeof(struct tracing_map_sort_entry *), in tracing_map_sort_entries()
1123 (const struct tracing_map_sort_entry **)entries, in tracing_map_sort_entries()