Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 25 of 31) sorted by relevance

12

/tools/lib/
Dlist_sort.c15 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge()
51 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, in merge_final()
174 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort()
/tools/testing/selftests/nolibc/
Dnolibc-test.c421 #define EXPECT_PTREQ(cond, expr, cmp) \ argument
425 int expect_ptreq(const void *expr, int llen, const void *cmp) in expect_ptreq()
439 #define EXPECT_PTRNE(cond, expr, cmp) \ argument
443 int expect_ptrne(const void *expr, int llen, const void *cmp) in expect_ptrne()
457 #define EXPECT_PTRGE(cond, expr, cmp) \ argument
461 int expect_ptrge(const void *expr, int llen, const void *cmp) in expect_ptrge()
470 #define EXPECT_PTRGT(cond, expr, cmp) \ argument
474 int expect_ptrgt(const void *expr, int llen, const void *cmp) in expect_ptrgt()
484 #define EXPECT_PTRLE(cond, expr, cmp) \ argument
488 int expect_ptrle(const void *expr, int llen, const void *cmp) in expect_ptrle()
[all …]
/tools/perf/util/
Dhist.c606 int64_t cmp; in hists__findnew_entry() local
1297 int64_t cmp = 0; in hist_entry__cmp() local
1317 int64_t cmp = 0; in hist_entry__collapse() local
1497 int64_t cmp; in hierarchy_insert_entry() local
1618 int64_t cmp; in hists__collapse_insert_entry() local
1734 int64_t cmp = 0; in hist_entry__sort() local
2400 int64_t cmp; in hists__add_dummy_entry() local
2454 int64_t cmp = 0; in add_dummy_hierarchy_entry() local
2501 int64_t cmp = hist_entry__collapse(iter, he); in hists__find_entry() local
2522 int64_t cmp = 0; in hists__find_hierarchy_entry() local
Dcomm.c171 int cmp = strcmp(comm_str__str(comm_strs->strs[mid]), str); in comm_strs__findnew() local
Ddsos.c217 int cmp = dsos__cmp_long_name_id_short_name(&dsos->dsos[mid], &dso); in __dsos__add() local
Dblock-info.c76 int cmp; in __block_info__cmp() local
Dcallchain.c688 int cmp; in match_chain_strings() local
948 enum match_result cmp = MATCH_ERROR; in append_chain() local
Dsymbol.c501 int cmp; in symbols__find_by_name() local
1060 int cmp; in find_module() local
/tools/testing/selftests/kvm/riscv/
Darch_timer.c20 uint64_t xcnt, xcnt_diff_us, cmp; in guest_irq_handler() local
/tools/testing/selftests/bpf/prog_tests/
Dtest_strncmp.c8 int cmp; in trigger_strncmp() local
Dbtf_dump.c817 int ret = 0, cmp; in test_btf_datasec() local
/tools/perf/
Dbuiltin-kmem.c231 int cmp; in search_alloc_stat() local
454 sort_fn_t cmp; member
469 s64 cmp; in __page_stat__findnew_page() local
519 int cmp = 0; in __page_stat__findnew_alloc() local
574 int cmp = 0; in __page_stat__findnew_caller() local
1270 int cmp = 0; in sort_slab_insert() local
1317 int cmp = 0; in sort_page_insert() local
Dbuiltin-kwork.c60 int (*cmp)(struct kwork_work *l, struct kwork_work *r); member
313 int cmp; in work_search() local
336 int cmp; in work_insert() local
Dbuiltin-sched.c925 sort_fn_t cmp; member
992 int cmp; in thread_atoms_search() local
1018 int cmp; in __thread_latency_insert() local
3391 int cmp; in __merge_work_atoms() local
/tools/testing/selftests/openat2/
Dhelpers.c74 bool cmp; in fdequal() local
/tools/perf/pmu-events/
Dempty-pmu-events.c338 int cmp, mid = (low + high) / 2; in pmu_events_table__find_event_pmu() local
643 int cmp = strcmp(mgroup, group); in describe_metricgroup() local
/tools/testing/selftests/net/tcp_ao/lib/
Dproc.c25 size_t cmp = max(len, strlen(ns->header_name)); in lookup_type() local
/tools/lib/subcmd/
Dhelp.c76 int cmp; in exclude_cmds() local
/tools/bpf/resolve_btfids/
Dmain.c181 int cmp; in btf_id__find() local
202 int cmp; in btf_id__add() local
/tools/testing/selftests/bpf/
Dveristat.c1147 int cmp = 0; in cmp_stat() local
1186 int i, cmp; in cmp_prog_stats() local
1264 int cmp = 0; in cmp_join_stat() local
1285 int i, cmp; in cmp_join_stats() local
/tools/perf/tests/
Dswitch-tracking.c259 s64 cmp = nodea->event_time - nodeb->event_time; in compar() local
/tools/include/linux/
Drbtree.h341 #define rb_for_each(node, key, tree, cmp) \ argument
/tools/lib/bpf/
Dbtf_relocate.c25 #define qsort(base, num, sz, cmp) sort(base, num, sz, cmp, NULL) argument
/tools/testing/selftests/net/af_unix/
Dmsg_oob.c254 int cmp; in __recvpair() local
/tools/perf/ui/
Dhist.c197 int cmp, nr_members, ret, i; in __hpp__group_sort_idx() local

12