Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dsort.c124 #define SWAP_WORDS_32 (swap_r_func_t)1 macro
146 else if (swap_func == SWAP_WORDS_32) in do_swap()
213 swap_func = SWAP_WORDS_32; in __sort_r()
/linux-6.15/fs/bcachefs/
H A Deytzinger.c112 #define SWAP_WORDS_32 (swap_r_func_t)1 macro
134 else if (swap_func == SWAP_WORDS_32) in do_swap()
184 swap_func = SWAP_WORDS_32; in eytzinger1_sort_r()
/linux-6.15/include/linux/
H A Dmin_heap.h162 #define SWAP_WORDS_32 ((void (*)(void *, void *, void *))1) macro
174 return SWAP_WORDS_32; in select_swap_func()
185 else if (swap_func == SWAP_WORDS_32) in do_swap()