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

/linux-master/lib/
H A Dsort.c156 #define _CMP_WRAPPER ((cmp_r_func_t)0L) macro
160 if (cmp == _CMP_WRAPPER)
300 return sort_r(base, num, size, _CMP_WRAPPER, SWAP_WRAPPER, &w);
/linux-master/fs/bcachefs/
H A Deytzinger.c142 #define _CMP_WRAPPER ((cmp_r_func_t)0L) macro
146 if (cmp == _CMP_WRAPPER)
233 return eytzinger0_sort_r(base, n, size, _CMP_WRAPPER, SWAP_WRAPPER, &w);

Completed in 97 milliseconds