Lines Matching refs:removepend_bitmap
1132 void *removepend_bitmap; in mpi3mr_revalidate_factsdata() local
1167 removepend_bitmap = krealloc(mrioc->removepend_bitmap, in mpi3mr_revalidate_factsdata()
1169 if (!removepend_bitmap) { in mpi3mr_revalidate_factsdata()
1175 memset(removepend_bitmap + mrioc->dev_handle_bitmap_sz, 0, in mpi3mr_revalidate_factsdata()
1177 mrioc->removepend_bitmap = removepend_bitmap; in mpi3mr_revalidate_factsdata()
2963 mrioc->removepend_bitmap = kzalloc(mrioc->dev_handle_bitmap_sz, in mpi3mr_alloc_reply_sense_bufs()
2965 if (!mrioc->removepend_bitmap) in mpi3mr_alloc_reply_sense_bufs()
4193 memset(mrioc->removepend_bitmap, 0, mrioc->dev_handle_bitmap_sz); in mpi3mr_memset_buffers()
4322 kfree(mrioc->removepend_bitmap); in mpi3mr_free_mem()
4323 mrioc->removepend_bitmap = NULL; in mpi3mr_free_mem()
4891 memset(mrioc->removepend_bitmap, 0, mrioc->dev_handle_bitmap_sz); in mpi3mr_soft_reset_handler()