Home
last modified time | relevance | path

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

/dragonfly/sys/net/netmap/
H A Dnetmap_mem2.c479 u_int clustsize; /* the cluster size, multiple of page size */ in netmap_config_obj_allocator() local
530 clustsize = clustentries * objsize; in netmap_config_obj_allocator()
531 i = (clustsize & (PAGE_SIZE - 1)); in netmap_config_obj_allocator()
533 clustsize += PAGE_SIZE - i; in netmap_config_obj_allocator()
536 objsize, clustsize, clustentries); in netmap_config_obj_allocator()
543 p->_clustsize = clustsize; in netmap_config_obj_allocator()