Lines Matching refs:removepend_bitmap
1323 unsigned long *removepend_bitmap; in mpi3mr_revalidate_factsdata() local
1374 removepend_bitmap = bitmap_zalloc(mrioc->facts.max_devhandle, in mpi3mr_revalidate_factsdata()
1376 if (!removepend_bitmap) { in mpi3mr_revalidate_factsdata()
1383 bitmap_free(mrioc->removepend_bitmap); in mpi3mr_revalidate_factsdata()
1384 mrioc->removepend_bitmap = removepend_bitmap; in mpi3mr_revalidate_factsdata()
3291 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()
3293 if (!mrioc->removepend_bitmap) in mpi3mr_alloc_reply_sense_bufs()
4675 bitmap_clear(mrioc->removepend_bitmap, 0, in mpi3mr_memset_buffers()
4807 bitmap_free(mrioc->removepend_bitmap); in mpi3mr_free_mem()
4808 mrioc->removepend_bitmap = NULL; in mpi3mr_free_mem()
5484 bitmap_clear(mrioc->removepend_bitmap, 0, in mpi3mr_soft_reset_handler()