Lines Matching refs:to_pool
139 * Allocate the to_pool[] and pool_to[] arrays.
145 m->to_pool = kcalloc(maxpools, sizeof(unsigned int), GFP_KERNEL);
146 if (!m->to_pool)
155 kfree(m->to_pool);
156 m->to_pool = NULL;
179 m->to_pool[cpu] = pidx;
208 m->to_pool[node] = pidx;
275 kfree(m->to_pool);
276 m->to_pool = NULL;
349 pidx = m->to_pool[cpu];
352 pidx = m->to_pool[cpu_to_node(cpu)];