Lines Matching refs:MAX_POOLS_PER_DOMAIN
729 for (poolid = 0; poolid < MAX_POOLS_PER_DOMAIN; poolid++) in shared_pool_reassign()
732 ASSERT(poolid != MAX_POOLS_PER_DOMAIN); in shared_pool_reassign()
847 client->info.maxpools = MAX_POOLS_PER_DOMAIN; in client_create()
876 for (i = 0; i < MAX_POOLS_PER_DOMAIN; i++) in client_flush()
1429 if ( pool_id >= MAX_POOLS_PER_DOMAIN ) in do_tmem_destroy_pool()
1490 || d_poolid >= MAX_POOLS_PER_DOMAIN in do_tmem_new_pool()
1498 for ( d_poolid = 0; d_poolid < MAX_POOLS_PER_DOMAIN; d_poolid++ ) in do_tmem_new_pool()
1501 if ( d_poolid >= MAX_POOLS_PER_DOMAIN ) in do_tmem_new_pool()
1670 for (p = 0; p < MAX_POOLS_PER_DOMAIN; p++) in tmemc_save_subop()
1674 if ( p == MAX_POOLS_PER_DOMAIN ) in tmemc_save_subop()
1708 struct tmem_pool *pool = (client == NULL || pool_id >= MAX_POOLS_PER_DOMAIN) in tmemc_save_get_next_page()
1810 struct tmem_pool *pool = (client == NULL || pool_id >= MAX_POOLS_PER_DOMAIN) in tmemc_restore_put_page()
1828 struct tmem_pool *pool = (client == NULL || pool_id >= MAX_POOLS_PER_DOMAIN) in tmemc_restore_flush_page()
1943 if ( ((uint32_t)op.pool_id >= MAX_POOLS_PER_DOMAIN) || in do_tmem_op()