Searched defs:netmap_obj_pool (Results 1 – 1 of 1) sorted by relevance
74 struct netmap_obj_pool { struct75 char name[NETMAP_POOL_MAX_NAMSZ]; /* name of the allocator */80 u_int objtotal; /* actual total number of objects. */81 u_int memtotal; /* actual total memory space */82 u_int numclusters; /* actual number of clusters */84 u_int objfree; /* number of free objects. */86 struct lut_entry *lut; /* virt,phys addresses, objtotal entries */87 uint32_t *bitmap; /* one bit per buffer, 1 means free */88 uint32_t bitmap_slots; /* number of uint32 entries in bitmap */92 u_int objminsize; /* minimum object size */[all …]