Searched defs:sort_list (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/dns/
H A Daddress_sorter_posix.cc259 ScopedVector<DestinationInfo> sort_list; local
306 sort_list.push_back(info.release());
309 std::stable_sort(sort_list.begin(), sort_list.end(), CompareDestinations);
312 for (size_t i = 0; i < sort_list.size(); ++i)
313 result.push_back(IPEndPoint(sort_list[i]->address, 0 /* port */));
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kmem.c425 struct list_head *sort_list)
438 list_for_each_entry(sort, sort_list, list) {
455 struct list_head *sort_list)
467 sort_insert(root_sorted, data, sort_list);
636 static int setup_sorting(struct list_head *sort_list, const char *arg) argument
650 if (sort_dimension__add(tok, sort_list) < 0) {
424 sort_insert(struct rb_root *root, struct alloc_stat *data, struct list_head *sort_list) argument
454 __sort_result(struct rb_root *root, struct rb_root *root_sorted, struct list_head *sort_list) argument
H A Dbuiltin-sched.c171 struct list_head sort_list, cmp_pid; member in struct:perf_sched
784 struct list_head *sort_list)
795 cmp = thread_lat_cmp(sort_list, &key, atoms);
810 struct list_head *sort_list)
821 cmp = thread_lat_cmp(sort_list, data, this);
1259 __thread_latency_insert(&sched->sorted_atom_root, data, &sched->sort_list);
1616 if (sort_dimension__add(tok, &sched->sort_list) < 0) {
1674 .sort_list = LIST_HEAD_INIT(sched.sort_list),
783 thread_atoms_search(struct rb_root *root, struct thread *thread, struct list_head *sort_list) argument
809 __thread_latency_insert(struct rb_root *root, struct work_atoms *data, struct list_head *sort_list) argument

Completed in 262 milliseconds