Home
last modified time | relevance | path

Searched refs:cmpval (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dbfind.c57 int cmpval; in __hfs_brec_find() local
75 cmpval = bnode->tree->keycmp(fd->key, fd->search_key); in __hfs_brec_find()
76 if (!cmpval) { in __hfs_brec_find()
81 if (cmpval < 0) in __hfs_brec_find()
/openbmc/linux/fs/hfsplus/
H A Dbfind.c98 int cmpval; in hfs_find_rec_by_key() local
100 cmpval = bnode->tree->keycmp(fd->key, fd->search_key); in hfs_find_rec_by_key()
101 if (!cmpval) { in hfs_find_rec_by_key()
105 if (cmpval < 0) in hfs_find_rec_by_key()
/openbmc/linux/kernel/futex/
H A Drequeue.c365 int nr_wake, int nr_requeue, u32 *cmpval, int requeue_pi) in futex_requeue() argument
449 if (likely(cmpval != NULL)) { in futex_requeue()
467 if (curval != *cmpval) { in futex_requeue()
H A Dfutex.h265 u32 *cmpval, int requeue_pi);