/openbmc/linux/include/linux/ |
H A D | bsearch.h | 8 void *__inline_bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in __inline_bsearch()
|
H A D | cs5535.h | 225 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 D | dm-cache-background-tracker.c | 78 int cmp; in __insert_pending() local 107 int cmp; in __find_pending() local
|
/openbmc/linux/drivers/misc/ |
H A D | cs5535-mfgpt.c | 44 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 D | atomic128-cas.h | 18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.c | 599 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 D | rxe_mcast.c | 69 int cmp; in __rxe_insert_mcg() local 111 int cmp; in __rxe_lookup_mcg() local
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpi-cmp.c | 54 int cmp; in do_mpi_cmp() local
|
/openbmc/u-boot/arch/riscv/lib/ |
H A D | sifive_clint.c | 47 int riscv_set_timecmp(int hart, u64 cmp) in riscv_set_timecmp()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | s32c1i_selftest.c | 25 static inline int probed_compare_swap(int *v, int cmp, int set) in probed_compare_swap()
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | futex.h | 70 int ret = 0, cmp; in futex_atomic_cmpxchg_inatomic() local
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | futex.h | 67 int ret = 0, cmp; in futex_atomic_cmpxchg_inatomic() local
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 409 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 D | usb.c | 40 char cmp[1024]; in dm_test_usb_flash() local
|
H A D | led.c | 102 struct udevice *dev, *cmp; in dm_test_led_label() local
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_filter.c | 653 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 D | icss_iep.c | 37 #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 D | qht.h | 18 qht_cmp_func_t cmp; member
|
/openbmc/qemu/util/ |
H A D | qtree.c | 558 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 D | init.c | 290 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 D | test_strncmp.c | 8 int cmp; in trigger_strncmp() local
|
/openbmc/linux/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_among.h | 36 __u32 cmp[2]; member
|
/openbmc/linux/net/netfilter/ |
H A D | nft_cmp.c | 243 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 D | builtin-kmem.c | 231 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 D | test_list_sort.c | 47 static int cmp(void *priv, const struct list_head *a, const struct list_head *b) in cmp() function
|