Searched refs:clustsize (Results 1 – 1 of 1) sorted by relevance
935 netmap_mem2_get_pool_info(struct netmap_mem_d* nmd, u_int pool, u_int *clustsize, u_int *numcluster… in netmap_mem2_get_pool_info() argument937 if (!nmd || !clustsize || !numclusters || pool >= NETMAP_POOLS_NR) in netmap_mem2_get_pool_info()941 *clustsize = *numclusters = 0; in netmap_mem2_get_pool_info()944 *clustsize = nmd->pools[pool]._clustsize; in netmap_mem2_get_pool_info()1335 u_int clustsize; /* the cluster size, multiple of page size */ in netmap_config_obj_allocator() local1388 clustsize = clustentries * objsize; in netmap_config_obj_allocator()1391 objsize, clustsize, clustentries); in netmap_config_obj_allocator()1398 p->_clustsize = clustsize; in netmap_config_obj_allocator()