Searched refs:cmp (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| D | rbtree.h | 224 int (*cmp)(struct rb_node *, const struct rb_node *)) in rb_find_add() 232 c = cmp(node, parent); in rb_find_add() 260 int (*cmp)(struct rb_node *, const struct rb_node *)) in rb_find_add_rcu() 268 c = cmp(node, parent); in rb_find_add_rcu() 293 int (*cmp)(const void *key, const struct rb_node *)) in rb_find() 298 int c = cmp(key, node); in rb_find() 324 int (*cmp)(const void *key, const struct rb_node *)) in rb_find_rcu() 329 int c = cmp(key, node); in rb_find_rcu() 352 int (*cmp)(const void *key, const struct rb_node *)) in rb_find_first() 358 int c = cmp(key, node); in rb_find_first() [all …]
|
| 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() argument 15 result = cmp(key, pivot); in __inline_bsearch() 30 extern void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp);
|
| D | cs5535.h | 216 extern int cs5535_mfgpt_toggle_event(struct cs5535_mfgpt_timer *timer, int cmp, 218 extern int cs5535_mfgpt_set_irq(struct cs5535_mfgpt_timer *timer, int cmp, 225 int cmp, int *irq) in cs5535_mfgpt_setup_irq() argument 227 return cs5535_mfgpt_set_irq(timer, cmp, irq, 1); in cs5535_mfgpt_setup_irq() 231 int cmp, int *irq) in cs5535_mfgpt_release_irq() argument 233 return cs5535_mfgpt_set_irq(timer, cmp, irq, 0); in cs5535_mfgpt_release_irq()
|
| D | list_sort.h | 13 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
|
| D | key-type.h | 52 bool (*cmp)(const struct key *key, member
|
| /include/linux/ceph/ |
| D | libceph.h | 200 int cmp; \ 203 cmp = cmpexp(keyexp(t->keyfld), keyexp(cur->keyfld)); \ 204 if (cmp < 0) \ 206 else if (cmp > 0) \ 240 int cmp; \ 242 cmp = cmpexp(key, keyexp(cur->keyfld)); \ 243 if (cmp < 0) \ 245 else if (cmp > 0) \
|
| /include/uapi/linux/ |
| D | futex.h | 201 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument 202 (((op & 0xf) << 28) | ((cmp & 0xf) << 24) \
|
| /include/uapi/linux/netfilter_bridge/ |
| D | ebt_among.h | 36 __u32 cmp[2]; member
|