Home
last modified time | relevance | path

Searched refs:SWAP_WORDS_64 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/lib/
H A Dsort.c123 #define SWAP_WORDS_64 (swap_r_func_t)0 macro
144 if (swap_func == SWAP_WORDS_64) in do_swap()
211 swap_func = SWAP_WORDS_64; in __sort_r()
/linux-6.15/fs/bcachefs/
H A Deytzinger.c111 #define SWAP_WORDS_64 (swap_r_func_t)0 macro
132 if (swap_func == SWAP_WORDS_64) in do_swap()
182 swap_func = SWAP_WORDS_64; in eytzinger1_sort_r()
/linux-6.15/include/linux/
H A Dmin_heap.h161 #define SWAP_WORDS_64 ((void (*)(void *, void *, void *))0) macro
172 return SWAP_WORDS_64; in select_swap_func()
183 if (swap_func == SWAP_WORDS_64) in do_swap()