Home
last modified time | relevance | path

Searched defs:cmp (Results 26 – 50 of 209) sorted by relevance

123456789

/openbmc/linux/include/linux/
H A Dbsearch.h8 void *__inline_bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in __inline_bsearch()
H A Dcs5535.h225 int cmp, int *irq) in cs5535_mfgpt_setup_irq()
231 int cmp, int *irq) in cs5535_mfgpt_release_irq()
/openbmc/linux/drivers/md/
H A Ddm-cache-background-tracker.c78 int cmp; in __insert_pending() local
107 int cmp; in __find_pending() local
/openbmc/linux/drivers/misc/
H A Dcs5535-mfgpt.c44 int cs5535_mfgpt_toggle_event(struct cs5535_mfgpt_timer *timer, int cmp, in cs5535_mfgpt_toggle_event()
96 int cs5535_mfgpt_set_irq(struct cs5535_mfgpt_timer *timer, int cmp, int *irq, in cs5535_mfgpt_set_irq()
/openbmc/qemu/host/include/aarch64/host/
H A Datomic128-cas.h18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
/openbmc/linux/tools/perf/util/
H A Dhist.c599 int64_t cmp; in hists__findnew_entry() local
1285 int64_t cmp = 0; in hist_entry__cmp() local
1305 int64_t cmp = 0; in hist_entry__collapse() local
1489 int64_t cmp; in hierarchy_insert_entry() local
1610 int64_t cmp; in hists__collapse_insert_entry() local
1726 int64_t cmp = 0; in hist_entry__sort() local
2387 int64_t cmp; in hists__add_dummy_entry() local
2441 int64_t cmp = 0; in add_dummy_hierarchy_entry() local
2488 int64_t cmp = hist_entry__collapse(iter, he); in hists__find_entry() local
2509 int64_t cmp = 0; in hists__find_hierarchy_entry() local
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_mcast.c69 int cmp; in __rxe_insert_mcg() local
111 int cmp; in __rxe_lookup_mcg() local
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-cmp.c54 int cmp; in do_mpi_cmp() local
/openbmc/u-boot/arch/riscv/lib/
H A Dsifive_clint.c47 int riscv_set_timecmp(int hart, u64 cmp) in riscv_set_timecmp()
/openbmc/linux/arch/xtensa/kernel/
H A Ds32c1i_selftest.c25 static inline int probed_compare_swap(int *v, int cmp, int set) in probed_compare_swap()
/openbmc/linux/arch/microblaze/include/asm/
H A Dfutex.h70 int ret = 0, cmp; in futex_atomic_cmpxchg_inatomic() local
/openbmc/linux/arch/alpha/include/asm/
H A Dfutex.h67 int ret = 0, cmp; in futex_atomic_cmpxchg_inatomic() local
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c409 static uint64_t fcmp_common(CPULoongArchState *env, FloatRelation cmp, in fcmp_common()
439 FloatRelation cmp = float32_compare_quiet((uint32_t)fj, in helper_fcmp_c_s() local
448 FloatRelation cmp = float32_compare((uint32_t)fj, in helper_fcmp_s_s() local
457 FloatRelation cmp = float64_compare_quiet(fj, fk, &env->fp_status); in helper_fcmp_c_d() local
465 FloatRelation cmp = float64_compare(fj, fk, &env->fp_status); in helper_fcmp_s_d() local
/openbmc/u-boot/test/dm/
H A Dusb.c40 char cmp[1024]; in dm_test_usb_flash() local
H A Dled.c102 struct udevice *dev, *cmp; in dm_test_led_label() local
/openbmc/linux/kernel/trace/
H A Dtrace_events_filter.c653 do_filter_cpumask(int op, const struct cpumask *mask, const struct cpumask *cmp) in do_filter_cpumask()
840 int cmp, match; in filter_pred_string() local
851 int cmp, match; in filter_pchar() local
903 int cmp, match; in filter_pred_strloc() local
926 int cmp, match; in filter_pred_strrelloc() local
938 int cpu, cmp; in filter_pred_cpu() local
975 const struct cpumask *cmp = pred->mask; in filter_pred_cpumask() local
994 int cmp; in filter_pred_comm() local
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicss_iep.c37 #define IEP_CMP_CFG_CMP_EN(cmp) (GENMASK(16, 1) & (1 << ((cmp) + 1))) argument
39 #define IEP_CMP_STATUS(cmp) (1 << (cmp)) argument
262 int cmp; in icss_iep_enable_shadow_mode() local
483 u64 cmp; in icss_iep_perout_enable_hw() local
/openbmc/qemu/include/qemu/
H A Dqht.h18 qht_cmp_func_t cmp; member
/openbmc/qemu/util/
H A Dqtree.c558 int cmp = tree->key_compare(key, node->key, tree->key_compare_data); in q_tree_insert_internal() local
745 int cmp = tree->key_compare(key, node->key, tree->key_compare_data); in q_tree_remove_internal() local
1190 gint cmp; in q_tree_find_node() local
/openbmc/linux/drivers/dma/ioat/
H A Dinit.c290 struct completion *cmp = dma_async_param; in ioat_dma_test_callback() local
311 struct completion cmp; in ioat_dma_self_test() local
786 struct completion cmp; in ioat_xor_val_self_test() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_strncmp.c8 int cmp; in trigger_strncmp() local
/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_among.h36 __u32 cmp[2]; member
/openbmc/linux/net/netfilter/
H A Dnft_cmp.c243 struct nft_cmp_expr cmp = { in nft_cmp_fast_offload() local
342 struct nft_cmp_expr cmp = { in nft_cmp16_fast_offload() local
/openbmc/linux/tools/perf/
H A 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
1279 int cmp = 0; in sort_slab_insert() local
1326 int cmp = 0; in sort_page_insert() local
/openbmc/linux/lib/
H A Dtest_list_sort.c47 static int cmp(void *priv, const struct list_head *a, const struct list_head *b) in cmp() function

123456789