Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dradix-sort.c24 typedef const u8 *sort_key_t; typedef
47 sort_key_t *first_key;
49 sort_key_t *last_key;
59 sort_key_t *pile[256];
66 static inline int compare(sort_key_t key1, sort_key_t key2, u16 offset, u16 length) in compare()
72 static inline void insert_key(const struct task task, sort_key_t *next) in insert_key()
75 sort_key_t unsorted = *next; in insert_key()
92 sort_key_t *next; in insertion_sort()
99 static inline void push_task(struct task **stack_pointer, sort_key_t *first_key, in push_task()
110 static inline void swap_keys(sort_key_t *a, sort_key_t *b) in swap_keys()
[all …]