Searched refs:MAX_POOLS_PER_DOMAIN (Results 1 – 3 of 3) sorted by relevance
119 for ( i = 0; i < MAX_POOLS_PER_DOMAIN; i++ ) in tmemc_list_client()276 if ( info.maxpools > MAX_POOLS_PER_DOMAIN ) in __tmemc_set_client_info()341 .maxpools = MAX_POOLS_PER_DOMAIN in tmemc_get_client_info()363 if ( nr > MAX_POOLS_PER_DOMAIN ) in tmemc_get_pool()372 for ( idx = 0, i = 0; i < MAX_POOLS_PER_DOMAIN; i++ ) in tmemc_get_pool()417 if ( nr > MAX_POOLS_PER_DOMAIN ) in tmemc_set_pools()465 if ( nr > MAX_POOLS_PER_DOMAIN ) in tmemc_auth_pools()
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()[all …]
274 #define MAX_POOLS_PER_DOMAIN 16 macro281 struct tmem_pool *pools[MAX_POOLS_PER_DOMAIN];
Completed in 9 milliseconds