Home
last modified time | relevance | path

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

/src/sys/dev/irdma/
H A Dirdma_pble.h104 unsigned long *bitmapbuf; member
H A Dirdma_pble.c59 bitmap_free(chunk->bitmapbuf); in irdma_destroy_pble_prm()
335 bitmap_free(chunk->bitmapbuf); in add_pble_prm()
H A Dirdma_utils.c2033 pchunk->bitmapbuf = bitmap_zalloc(sizeofbitmap, GFP_KERNEL); in irdma_prm_add_pble_mem()
2034 if (!pchunk->bitmapbuf) in irdma_prm_add_pble_mem()
2073 bit_idx = bitmap_find_next_zero_area(pchunk->bitmapbuf, in irdma_prm_get_pbles()
2088 bitmap_set(pchunk->bitmapbuf, bit_idx, bits_needed); in irdma_prm_get_pbles()
2116 bitmap_clear(chunkinfo->pchunk->bitmapbuf, chunkinfo->bit_idx, in irdma_prm_return_pbles()