| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu_mp.c | 112 struct ccu_mp *cmp = data; in ccu_mp_round_rate() local 145 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_disable() local 152 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_enable() local 159 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_is_enabled() local 167 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_recalc_rate() local 201 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_determine_rate() local 210 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_rate() local 256 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_get_parent() local 263 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_parent() local
|
| /linux/tools/lib/ |
| H A D | list_sort.c | 13 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge() 49 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, in merge_final() 172 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort()
|
| /linux/lib/ |
| H A D | list_sort.c | 13 static struct list_head *merge(void *priv, list_cmp_func_t cmp, in merge() 49 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, in merge_final() 189 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) in list_sort()
|
| H A 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/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 429 #define EXPECT_PTREQ(cond, expr, cmp) \ argument 433 int expect_ptreq(const void *expr, int llen, const void *cmp) in expect_ptreq() 447 #define EXPECT_PTRNE(cond, expr, cmp) \ argument 451 int expect_ptrne(const void *expr, int llen, const void *cmp) in expect_ptrne() 465 #define EXPECT_PTRGE(cond, expr, cmp) \ argument 469 int expect_ptrge(const void *expr, int llen, const void *cmp) in expect_ptrge() 478 #define EXPECT_PTRGT(cond, expr, cmp) \ argument 482 int expect_ptrgt(const void *expr, int llen, const void *cmp) in expect_ptrgt() 492 #define EXPECT_PTRLE(cond, expr, cmp) \ argument 496 int expect_ptrle(const void *expr, int llen, const void *cmp) in expect_ptrle() [all …]
|
| /linux/arch/alpha/include/asm/ |
| H A D | cmpxchg.h | 119 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/security/selinux/ss/ |
| H A D | hashtab.h | 23 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
|
| H A D | avtab.c | 125 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/net/sched/ |
| H A 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/crypto/async_tx/ |
| H A 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/drivers/md/bcache/ |
| H A D | util.h | 57 #define heap_sift(h, i, cmp) \ argument 73 #define heap_sift_down(h, i, cmp) \ argument 84 #define heap_add(h, d, cmp) \ argument 97 #define heap_pop(h, d, cmp) \ argument 450 #define RB_INSERT(root, new, member, cmp) \ argument 475 #define RB_SEARCH(root, search, member, cmp) \ argument 495 #define RB_GREATER(root, search, member, cmp) \ argument
|
| /linux/fs/afs/ |
| H A D | addr_prefs.c | 255 enum cmp_ret cmp; in afs_add_address_pref() local 335 enum cmp_ret cmp; in afs_del_address_pref() local 465 enum cmp_ret cmp; in afs_get_address_preferences_rcu() local
|
| /linux/fs/jfs/ |
| H A D | jfs_xtree.c | 143 int cmp; in xtLookup() local 235 int cmp = 1; /* init for empty page */ in xtSearch() local 541 int cmp; in xtInsert() local 1357 int cmp; in xtExtend() local 1516 int cmp; in xtUpdate() local 1970 int cmp; in xtAppend() local 2762 int cmp; in xtTruncate_pmap() local
|
| /linux/block/ |
| H A D | early-lookup.c | 24 const struct uuidcmp *cmp = data; in match_dev_by_uuid() local 48 struct uuidcmp cmp; in devt_from_partuuid() local
|
| /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
|
| /linux/fs/ubifs/ |
| H A D | tnc_misc.c | 130 int cmp; in ubifs_search_zbranch() local 293 int i, err, type, cmp; in read_znode() local
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | option.h | 13 strncasecmpz(const char *str, const char *cmp, size_t len) in strncasecmpz()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icss_iep.c | 38 #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 413 u64 cmp; in icss_iep_perout_enable_hw() local
|
| /linux/arch/mips/math-emu/ |
| H A D | dp_cmp.c | 12 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cmp, int sig) in ieee754dp_cmp()
|
| H A D | sp_cmp.c | 12 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cmp, int sig) in ieee754sp_cmp()
|
| /linux/arch/powerpc/math-emu/ |
| H A D | fcmpu.c | 17 long cmp; in fcmpu() local
|
| H A D | fcmpo.c | 17 long cmp; in fcmpo() local
|
| /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()
|
| /linux/drivers/misc/ |
| H A D | cs5535-mfgpt.c | 45 int cs5535_mfgpt_toggle_event(struct cs5535_mfgpt_timer *timer, int cmp, in cs5535_mfgpt_toggle_event() 97 int cs5535_mfgpt_set_irq(struct cs5535_mfgpt_timer *timer, int cmp, int *irq, in cs5535_mfgpt_set_irq()
|
| /linux/lib/crypto/mpi/ |
| H A D | mpi-cmp.c | 53 int cmp; in mpi_cmp() local
|