Searched defs:netmap_obj_pool (Results 1 – 1 of 1) sorted by relevance
117 struct netmap_obj_pool { struct118 char name[NETMAP_POOL_MAX_NAMSZ]; /* name of the allocator */123 u_int objtotal; /* actual total number of objects. */124 u_int memtotal; /* actual total memory space */125 u_int numclusters; /* actual number of clusters */127 u_int objfree; /* number of free objects. */129 struct lut_entry *lut; /* virt,phys addresses, objtotal entries */130 uint32_t *bitmap; /* one bit per buffer, 1 means free */131 uint32_t bitmap_slots; /* number of uint32 entries in bitmap */135 u_int objminsize; /* minimum object size */[all …]