/Linux-v6.1/drivers/clk/sunxi-ng/ |
D | ccu_mp.c | 101 struct ccu_mp *cmp = data; in ccu_mp_round_rate() local 127 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_disable() local 134 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_enable() local 141 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_is_enabled() local 149 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_recalc_rate() local 179 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_determine_rate() local 188 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_rate() local 224 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_get_parent() local 231 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_parent() local
|
/Linux-v6.1/tools/lib/ |
D | list_sort.c | 15 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() 184 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort()
|
/Linux-v6.1/lib/ |
D | list_sort.c | 16 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge() 52 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, in merge_final() 185 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort()
|
D | sort.c | 131 cmp_func_t cmp; member 158 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp()
|
D | bsearch.c | 31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in bsearch()
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | xchg.h | 131 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 157 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 183 unsigned long prev, cmp; in ____cmpxchg() local 205 unsigned long prev, cmp; in ____cmpxchg() local
|
/Linux-v6.1/security/selinux/ss/ |
D | hashtab.h | 22 int (*cmp)(const void *key1, const void *key2); member 76 int cmp = key_params.cmp(key, cur->key); in hashtab_insert() local 108 int cmp = key_params.cmp(key, cur->key); in hashtab_search() local
|
/Linux-v6.1/net/sched/ |
D | em_cmp.c | 16 static inline int cmp_needs_transformation(struct tcf_em_cmp *cmp) in cmp_needs_transformation() 24 struct tcf_em_cmp *cmp = (struct tcf_em_cmp *) em->data; in em_cmp_match() local
|
/Linux-v6.1/crypto/async_tx/ |
D | raid6test.c | 30 struct completion *cmp = param; in callback() local 61 struct completion cmp; in raid6_dual_recov() local 156 struct completion cmp; in test() local
|
/Linux-v6.1/drivers/md/bcache/ |
D | util.h | 58 #define heap_sift(h, i, cmp) \ argument 74 #define heap_sift_down(h, i, cmp) \ argument 85 #define heap_add(h, d, cmp) \ argument 98 #define heap_pop(h, d, cmp) \ argument 451 #define RB_INSERT(root, new, member, cmp) \ argument 476 #define RB_SEARCH(root, search, member, cmp) \ argument 496 #define RB_GREATER(root, search, member, cmp) \ argument
|
/Linux-v6.1/fs/jfs/ |
D | jfs_xtree.c | 127 int cmp; in xtLookup() local 220 int cmp = 1; /* init for empty page */ in xtSearch() local 526 int cmp; in xtInsert() local 1342 int cmp; in xtExtend() local 1501 int cmp; in xtUpdate() local 1955 int cmp; in xtAppend() local 2748 int cmp; in xtTruncate_pmap() local
|
/Linux-v6.1/fs/ubifs/ |
D | tnc_misc.c | 130 int cmp; in ubifs_search_zbranch() local 271 int i, err, type, cmp; in read_znode() local
|
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | option.h | 13 strncasecmpz(const char *str, const char *cmp, size_t len) in strncasecmpz()
|
/Linux-v6.1/arch/mips/math-emu/ |
D | dp_cmp.c | 12 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cmp, int sig) in ieee754dp_cmp()
|
D | sp_cmp.c | 12 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cmp, int sig) in ieee754sp_cmp()
|
/Linux-v6.1/arch/powerpc/math-emu/ |
D | fcmpu.c | 17 long cmp; in fcmpu() local
|
D | fcmpo.c | 17 long cmp; in fcmpo() local
|
/Linux-v6.1/drivers/md/ |
D | dm-cache-background-tracker.c | 82 int cmp; in __insert_pending() local 111 int cmp; in __find_pending() local
|
/Linux-v6.1/include/linux/ |
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()
|
/Linux-v6.1/tools/perf/util/ |
D | hist.c | 596 int64_t cmp; in hists__findnew_entry() local 1262 int64_t cmp = 0; in hist_entry__cmp() local 1282 int64_t cmp = 0; in hist_entry__collapse() local 1462 int64_t cmp; in hierarchy_insert_entry() local 1578 int64_t cmp; in hists__collapse_insert_entry() local 1690 int64_t cmp = 0; in hist_entry__sort() local 2351 int64_t cmp; in hists__add_dummy_entry() local 2405 int64_t cmp = 0; in add_dummy_hierarchy_entry() local 2452 int64_t cmp = hist_entry__collapse(iter, he); in hists__find_entry() local 2473 int64_t cmp = 0; in hists__find_hierarchy_entry() local
|
/Linux-v6.1/drivers/misc/ |
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()
|
/Linux-v6.1/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 385 #define EXPECT_STREQ(cond, expr, cmp) \ argument 388 static int expect_streq(const char *expr, int llen, const char *cmp) in expect_streq() 403 #define EXPECT_STRNE(cond, expr, cmp) \ argument 406 static int expect_strne(const char *expr, int llen, const char *cmp) in expect_strne()
|
/Linux-v6.1/drivers/infiniband/sw/rxe/ |
D | rxe_mcast.c | 69 int cmp; in __rxe_insert_mcg() local 111 int cmp; in __rxe_lookup_mcg() local
|
/Linux-v6.1/lib/mpi/ |
D | mpi-cmp.c | 50 int cmp; in do_mpi_cmp() local
|
/Linux-v6.1/arch/xtensa/kernel/ |
D | s32c1i_selftest.c | 25 static inline int probed_compare_swap(int *v, int cmp, int set) in probed_compare_swap()
|