Lines Matching defs:xfarray_sortinfo
68 struct xfarray_sortinfo { struct
69 struct xfarray *array;
72 xfarray_cmp_fn cmp_fn;
75 uint8_t max_stack_depth;
78 int8_t stack_depth;
81 uint8_t max_stack_used;
84 unsigned int flags;
87 struct xfile_page xfpage;
88 void *page_kaddr;
92 uint64_t loads;
93 uint64_t stores;
94 uint64_t compares;
95 uint64_t heapsorts;