Lines Matching refs:pool_to
64 unsigned int *pool_to; /* maps pool id to cpu or node */
160 * Allocate the to_pool[] and pool_to[] arrays.
169 m->pool_to = kcalloc(maxpools, sizeof(unsigned int), GFP_KERNEL);
170 if (!m->pool_to)
201 m->pool_to[pidx] = cpu;
230 m->pool_to[pidx] = node;
307 kfree(m->pool_to);
308 m->pool_to = NULL;
321 return cpu_to_node(m->pool_to[pidx]);
323 return m->pool_to[pidx];
335 unsigned int node = m->pool_to[pidx];