Searched refs:bitmapbuf (Results 1 – 3 of 3) sorted by relevance
72 void *bitmapbuf; member
28 bitmap_free(chunk->bitmapbuf); in irdma_destroy_pble_prm()301 bitmap_free(chunk->bitmapbuf); in add_pble_prm()
2242 pchunk->bitmapbuf = bitmap_zalloc(sizeofbitmap, GFP_KERNEL); in irdma_prm_add_pble_mem()2243 if (!pchunk->bitmapbuf) in irdma_prm_add_pble_mem()2281 bit_idx = bitmap_find_next_zero_area(pchunk->bitmapbuf, in irdma_prm_get_pbles()2296 bitmap_set(pchunk->bitmapbuf, bit_idx, bits_needed); in irdma_prm_get_pbles()2323 bitmap_clear(chunkinfo->pchunk->bitmapbuf, chunkinfo->bit_idx, in irdma_prm_return_pbles()
Completed in 8 milliseconds