Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dsort.c125 #define SWAP_BYTES (swap_r_func_t)2 macro
148 else if (swap_func == SWAP_BYTES) in do_swap()
215 swap_func = SWAP_BYTES; in __sort_r()
/linux-6.15/fs/bcachefs/
H A Deytzinger.c113 #define SWAP_BYTES (swap_r_func_t)2 macro
136 else if (swap_func == SWAP_BYTES) in do_swap()
186 swap_func = SWAP_BYTES; in eytzinger1_sort_r()
/linux-6.15/include/linux/
H A Dmin_heap.h163 #define SWAP_BYTES ((void (*)(void *, void *, void *))2) macro
176 return SWAP_BYTES; in select_swap_func()
187 else if (swap_func == SWAP_BYTES) in do_swap()