Searched refs:heap_swap (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/bcache/
H A Dutil.h60 #define heap_swap(h, i, j) swap((h)->data[i], (h)->data[j]) macro
74 heap_swap(h, _r, _j); \
84 heap_swap(h, i, p); \
108 heap_swap(h, 0, (h)->used); \

Completed in 109 milliseconds