Searched refs:removepend_bitmap (Results 1 – 1 of 1) sorted by relevance
1422 unsigned long *removepend_bitmap; in mpi3mr_revalidate_factsdata() local1473 removepend_bitmap = bitmap_zalloc(mrioc->facts.max_devhandle, in mpi3mr_revalidate_factsdata()1475 if (!removepend_bitmap) { in mpi3mr_revalidate_factsdata()1482 bitmap_free(mrioc->removepend_bitmap); in mpi3mr_revalidate_factsdata()1483 mrioc->removepend_bitmap = removepend_bitmap; in mpi3mr_revalidate_factsdata()3453 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()3455 if (!mrioc->removepend_bitmap) in mpi3mr_alloc_reply_sense_bufs()4838 bitmap_clear(mrioc->removepend_bitmap, 0, in mpi3mr_memset_buffers()4975 bitmap_free(mrioc->removepend_bitmap); in mpi3mr_free_mem()4976 mrioc->removepend_bitmap = NULL; in mpi3mr_free_mem()[all …]