Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dsort.h8 int (*cmp)(const void *, const void *, const void *),
13 int (*cmp)(const void *, const void *),
Dcs5535.h216 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()
Dbsearch.h8 int (*cmp)(const void *key, const void *elt));
Dlist_sort.h11 int (*cmp)(void *priv, struct list_head *a,
Dkey-type.h50 bool (*cmp)(const struct key *key, member
/include/linux/ceph/
Dlibceph.h200 int cmp; \
203 cmp = cmpexp(keyexp(t->keyfld), keyexp(cur->keyfld)); \
204 if (cmp < 0) \
206 else if (cmp > 0) \
234 int cmp; \
236 cmp = cmpexp(key, keyexp(cur->keyfld)); \
237 if (cmp < 0) \
239 else if (cmp > 0) \
/include/uapi/linux/
Dfutex.h149 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument
150 (((op & 0xf) << 28) | ((cmp & 0xf) << 24) \
/include/uapi/linux/netfilter_bridge/
Debt_among.h36 __u32 cmp[2]; member