Lines Matching refs:tracing_map_sort_entry
847 const struct tracing_map_sort_entry *a, *b; in cmp_entries_dup()
850 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_dup()
851 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_dup()
862 const struct tracing_map_sort_entry *a, *b; in cmp_entries_sum()
869 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_sum()
870 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_sum()
893 const struct tracing_map_sort_entry *a, *b; in cmp_entries_key()
900 a = *(const struct tracing_map_sort_entry **)A; in cmp_entries_key()
901 b = *(const struct tracing_map_sort_entry **)B; in cmp_entries_key()
922 static void destroy_sort_entry(struct tracing_map_sort_entry *entry) in destroy_sort_entry()
940 void tracing_map_destroy_sort_entries(struct tracing_map_sort_entry **entries, in tracing_map_destroy_sort_entries()
951 static struct tracing_map_sort_entry *
954 struct tracing_map_sort_entry *sort_entry; in create_sort_entry()
966 static void detect_dups(struct tracing_map_sort_entry **sort_entries, in detect_dups()
976 sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *), in detect_dups()
1003 const struct tracing_map_sort_entry **entries, in sort_secondary()
1023 const struct tracing_map_sort_entry **a = &entries[i]; in sort_secondary()
1024 const struct tracing_map_sort_entry **b = &entries[i + 1]; in sort_secondary()
1040 sizeof(struct tracing_map_sort_entry *), in sort_secondary()
1077 struct tracing_map_sort_entry ***sort_entries) in tracing_map_sort_entries()
1080 struct tracing_map_sort_entry *sort_entry, **entries; in tracing_map_sort_entries()
1122 sort(entries, n_entries, sizeof(struct tracing_map_sort_entry *), in tracing_map_sort_entries()
1127 (const struct tracing_map_sort_entry **)entries, in tracing_map_sort_entries()