Searched refs:SWAP_CLUSTER_COLS (Results 1 – 1 of 1) sorted by relevance
3184 #define SWAP_CLUSTER_COLS \ macro3241 for (j = 0; j < SWAP_CLUSTER_COLS; j++) { in setup_clusters()3242 for (i = 0; i < DIV_ROUND_UP(nr_clusters, SWAP_CLUSTER_COLS); i++) { in setup_clusters()3244 idx = i * SWAP_CLUSTER_COLS + j; in setup_clusters()