Searched refs:removepend_bitmap (Results 1 – 3 of 3) sorted by relevance
1132 void *removepend_bitmap; in mpi3mr_revalidate_factsdata() local1167 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()[all …]
1142 void *removepend_bitmap; member
2111 clear_bit(drv_cmd->dev_handle, mrioc->removepend_bitmap); in mpi3mr_dev_rmhs_complete_iou()2273 set_bit(handle, mrioc->removepend_bitmap); in mpi3mr_dev_rmhs_send_tm()