Searched refs:cmp (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | rbtree.h | 233 c = cmp(node, parent); in rb_find_add_cached() 269 c = cmp(node, parent); in rb_find_add() 297 int (*cmp)(struct rb_node *, const struct rb_node *)) in rb_find_add_rcu() 305 c = cmp(node, parent); in rb_find_add_rcu() 330 int (*cmp)(const void *key, const struct rb_node *)) in rb_find() 335 int c = cmp(key, node); in rb_find() 366 int c = cmp(key, node); in rb_find_rcu() 395 int c = cmp(key, node); in rb_find_first() 422 if (node && cmp(key, node)) in rb_next_match() 434 #define rb_for_each(node, key, tree, cmp) \ argument [all …]
|
| 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() 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);
|
| A 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()
|
| A D | list_sort.h | 13 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
|
| A D | key-type.h | 51 bool (*cmp)(const struct key *key, member
|
| /include/linux/ceph/ |
| A 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/ |
| A D | futex.h | 208 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument 209 (((op & 0xf) << 28) | ((cmp & 0xf) << 24) \
|
| /include/uapi/linux/netfilter_bridge/ |
| A D | ebt_among.h | 36 __u32 cmp[2]; member
|
Completed in 10 milliseconds