Lines Matching refs:cmp
911 sort_fn_t cmp; member
955 ret = sort->cmp(l, r); in thread_lat_cmp()
972 int cmp; in thread_atoms_search() local
976 cmp = thread_lat_cmp(sort_list, &key, atoms); in thread_atoms_search()
977 if (cmp > 0) in thread_atoms_search()
979 else if (cmp < 0) in thread_atoms_search()
998 int cmp; in __thread_latency_insert() local
1003 cmp = thread_lat_cmp(sort_list, data, this); in __thread_latency_insert()
1005 if (cmp > 0) in __thread_latency_insert()
1426 .cmp = avg_cmp, in sort_dimension__add()
1430 .cmp = max_cmp, in sort_dimension__add()
1434 .cmp = pid_cmp, in sort_dimension__add()
1438 .cmp = runtime_cmp, in sort_dimension__add()
1442 .cmp = switch_cmp, in sort_dimension__add()
3123 int cmp; in __merge_work_atoms() local
3129 cmp = strcmp(comm, this_comm); in __merge_work_atoms()
3130 if (cmp > 0) { in __merge_work_atoms()
3132 } else if (cmp < 0) { in __merge_work_atoms()