Searched refs:bitmap_slots (Results 1 – 1 of 1) sorted by relevance
106 uint32_t bitmap_slots; /* number of uint32 entries in bitmap */ member410 p->bitmap_slots = n; in netmap_init_obj_allocator_bitmap()412 memset(p->bitmap, 0, p->bitmap_slots * sizeof(p->bitmap[0])); in netmap_init_obj_allocator_bitmap()1048 while (vaddr == NULL && i < p->bitmap_slots) { in netmap_obj_malloc()2419 p->bitmap_slots = (o->num + sizeof(uint32_t) - 1) / sizeof(uint32_t); in netmap_mem_ext_create()2420 p->invalid_bitmap = nm_os_malloc(sizeof(uint32_t) * p->bitmap_slots); in netmap_mem_ext_create()