Home
last modified time | relevance | path

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

1234567

/linux-6.12.1/drivers/clk/sunxi-ng/
Dccu_mp.c103 struct ccu_mp *cmp = data; in ccu_mp_round_rate() local
128 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_disable() local
135 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_enable() local
142 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_is_enabled() local
150 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_recalc_rate() local
180 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_determine_rate() local
189 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_rate() local
225 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_get_parent() local
232 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_parent() local
/linux-6.12.1/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 …]
/linux-6.12.1/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()
/linux-6.12.1/lib/
Dlist_sort.c16 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()
Dsort.c129 cmp_func_t cmp; member
156 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp()
Dbsearch.c31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in bsearch()
/linux-6.12.1/fs/bcachefs/
Dbkey_sort.c19 sort_cmp_fn cmp) in sort_iter_sift()
30 static inline void sort_iter_sort(struct sort_iter *iter, sort_cmp_fn cmp) in sort_iter_sort()
43 static inline void sort_iter_advance(struct sort_iter *iter, sort_cmp_fn cmp) in sort_iter_advance()
60 sort_cmp_fn cmp) in sort_iter_next()
Deytzinger.h248 cmp_func_t cmp, const void *search) in eytzinger0_find_le()
274 cmp_func_t cmp, const void *search) in eytzinger0_find_gt()
290 cmp_func_t cmp, const void *search) in eytzinger0_find_ge()
Deytzinger.c117 cmp_func_t cmp; member
144 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp()
/linux-6.12.1/arch/alpha/include/asm/
Dcmpxchg.h119 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg_u8() local
145 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg_u16() local
171 unsigned long prev, cmp; in ____cmpxchg_u32() local
193 unsigned long prev, cmp; in ____cmpxchg_u64() local
/linux-6.12.1/security/selinux/ss/
Dhashtab.h23 int (*cmp)(const void *key1, const void *key2); /* comparison func */ member
77 int cmp = key_params.cmp(key, cur->key); in hashtab_insert() local
109 int cmp = key_params.cmp(key, cur->key); in hashtab_search() local
Davtab.c125 int cmp; in avtab_insert() local
159 int cmp; in avtab_insert_nonunique() local
182 int cmp; in avtab_search_node() local
203 int cmp; in avtab_search_node_next() local
/linux-6.12.1/net/sched/
Dem_cmp.c16 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-6.12.1/crypto/async_tx/
Draid6test.c30 struct completion *cmp = param; in callback() local
61 struct completion cmp; in raid6_dual_recov() local
156 struct completion cmp; in test() local
/linux-6.12.1/fs/afs/
Daddr_prefs.c255 enum cmp_ret cmp; in afs_add_address_pref() local
335 enum cmp_ret cmp; in afs_del_address_pref() local
463 enum cmp_ret cmp; in afs_get_address_preferences_rcu() local
/linux-6.12.1/fs/jfs/
Djfs_xtree.c127 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-6.12.1/block/
Dearly-lookup.c24 const struct uuidcmp *cmp = data; in match_dev_by_uuid() local
48 struct uuidcmp cmp; in devt_from_partuuid() local
/linux-6.12.1/drivers/net/ethernet/ti/icssg/
Dicss_iep.c38 #define IEP_CMP_CFG_CMP_EN(cmp) (GENMASK(16, 1) & (1 << ((cmp) + 1))) argument
40 #define IEP_CMP_STATUS(cmp) (1 << (cmp)) argument
192 int cmp; in icss_iep_enable_shadow_mode() local
407 u64 cmp; in icss_iep_perout_enable_hw() local
/linux-6.12.1/fs/ubifs/
Dtnc_misc.c130 int cmp; in ubifs_search_zbranch() local
293 int i, err, type, cmp; in read_znode() local
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/core/
Doption.h13 strncasecmpz(const char *str, const char *cmp, size_t len) in strncasecmpz()
/linux-6.12.1/drivers/md/
Ddm-cache-background-tracker.c78 int cmp; in __insert_pending() local
107 int cmp; in __find_pending() local
/linux-6.12.1/arch/mips/math-emu/
Dsp_cmp.c12 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cmp, int sig) in ieee754sp_cmp()
Ddp_cmp.c12 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cmp, int sig) in ieee754dp_cmp()
/linux-6.12.1/arch/powerpc/math-emu/
Dfcmpu.c17 long cmp; in fcmpu() local
Dfcmpo.c17 long cmp; in fcmpo() local

1234567