Searched refs:clustsize (Results 1 – 1 of 1) sorted by relevance
921 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() argument923 if (!nmd || !clustsize || !numclusters || pool >= NETMAP_POOLS_NR) in netmap_mem2_get_pool_info()927 *clustsize = *numclusters = 0; in netmap_mem2_get_pool_info()930 *clustsize = nmd->pools[pool]._clustsize; in netmap_mem2_get_pool_info()1321 u_int clustsize; /* the cluster size, multiple of page size */ in netmap_config_obj_allocator() local1374 clustsize = clustentries * objsize; in netmap_config_obj_allocator()1377 objsize, clustsize, clustentries); in netmap_config_obj_allocator()1384 p->_clustsize = clustsize; in netmap_config_obj_allocator()