Lines Matching refs:pools
100 * The hash is important to spread CPUs across all the pools. For example,
102 * with 4 pools all primary threads would map to the same pool.
252 pool = &(tbl->pools[pool_nr]);
280 pool = &(tbl->pools[0]);
299 /* Now try scanning all the other pools */
302 pool = &tbl->pools[pool_nr];
429 p = &tbl->pools[pool_nr];
755 p = &tbl->pools[i];
1122 spin_lock_nest_lock(&tbl->pools[i].lock, &tbl->large_pool.lock);
1132 spin_unlock(&tbl->pools[i].lock);
1144 spin_lock_nest_lock(&tbl->pools[i].lock, &tbl->large_pool.lock);
1152 spin_unlock(&tbl->pools[i].lock);