Home
last modified time | relevance | path

Searched refs:_CMP_WRAPPER (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/lib/
H A Dsort.c154 #define _CMP_WRAPPER ((cmp_r_func_t)0L) macro
158 if (cmp == _CMP_WRAPPER) in do_cmp()
342 return __sort_r(base, num, size, _CMP_WRAPPER, SWAP_WRAPPER, &w, false); in sort()
355 return __sort_r(base, num, size, _CMP_WRAPPER, SWAP_WRAPPER, &w, true); in sort_nonatomic()
/linux-6.15/fs/bcachefs/
H A Deytzinger.c142 #define _CMP_WRAPPER ((cmp_r_func_t)0L) macro
146 if (cmp == _CMP_WRAPPER) in do_cmp()
253 return eytzinger0_sort_r(base, n, size, _CMP_WRAPPER, SWAP_WRAPPER, &w); in eytzinger0_sort()