Searched refs:removepend_bitmap (Results 1 – 3 of 3) sorted by relevance
1327 unsigned long *removepend_bitmap; in mpi3mr_revalidate_factsdata() local1378 removepend_bitmap = bitmap_zalloc(mrioc->facts.max_devhandle, in mpi3mr_revalidate_factsdata()1380 if (!removepend_bitmap) { in mpi3mr_revalidate_factsdata()1387 bitmap_free(mrioc->removepend_bitmap); in mpi3mr_revalidate_factsdata()1388 mrioc->removepend_bitmap = removepend_bitmap; in mpi3mr_revalidate_factsdata()3296 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()3298 if (!mrioc->removepend_bitmap) in mpi3mr_alloc_reply_sense_bufs()4681 bitmap_clear(mrioc->removepend_bitmap, 0, in mpi3mr_memset_buffers()4813 bitmap_free(mrioc->removepend_bitmap); in mpi3mr_free_mem()4814 mrioc->removepend_bitmap = NULL; in mpi3mr_free_mem()[all …]
1290 unsigned long *removepend_bitmap; member
2281 clear_bit(drv_cmd->dev_handle, mrioc->removepend_bitmap); in mpi3mr_dev_rmhs_complete_iou()2451 set_bit(handle, mrioc->removepend_bitmap); in mpi3mr_dev_rmhs_send_tm()