Searched refs:_clustsize (Results 1 – 1 of 1) sorted by relevance
124 u_int _clustsize; /* cluster size */ member897 int clsz = p->_clustsize; in win32_build_user_vm_map()944 *clustsize = nmd->pools[pool]._clustsize; in netmap_mem2_get_pool_info()965 *size += ((size_t)p->_numclusters * (size_t)p->_clustsize); in netmap_mem2_get_info()989 for (i = 0; i < n; i += k, ofs += p->_clustsize) { in netmap_obj_offset()993 if (relofs < 0 || relofs >= p->_clustsize) in netmap_obj_offset()1108 if (base == NULL || vaddr < base || relofs >= p->_clustsize) in netmap_obj_free_va()1398 p->_clustsize = clustsize; in netmap_config_obj_allocator()1452 clust = contigmalloc(p->_clustsize, M_NETMAP, in netmap_finalize_obj_allocator()1458 clust = contigmalloc_domainset(p->_clustsize, M_NETMAP, in netmap_finalize_obj_allocator()[all …]