Home
last modified time | relevance | path

Searched refs:clustsize (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/dev/netmap/
Dnetmap_mem2.c670 u_int clustsize; /* the cluster size, multiple of page size */ in netmap_config_obj_allocator() local
721 clustsize = clustentries * objsize; in netmap_config_obj_allocator()
722 i = (clustsize & (PAGE_SIZE - 1)); in netmap_config_obj_allocator()
724 clustsize += PAGE_SIZE - i; in netmap_config_obj_allocator()
727 objsize, clustsize, clustentries); in netmap_config_obj_allocator()
734 p->_clustsize = clustsize; in netmap_config_obj_allocator()