Searched refs:compare_function (Results 1 – 2 of 2) sorted by relevance
96 int (*compare_function)(const void *, const void *, int length); member263 && bcache->compare_function (&s->d.data, addr, length)) in bcache_full()311 int (*compare_function)(const void *, in bcache_xmalloc()323 if (compare_function) in bcache_xmalloc()324 b->compare_function = compare_function; in bcache_xmalloc()326 b->compare_function = bcache_compare; in bcache_xmalloc()
162 int (*compare_function)(const void *, const void *, int length));