Searched refs:rsrc_blk (Results 1 – 1 of 1) sorted by relevance
6656 struct lpfc_rsrc_blks *rsrc_blk, *rsrc_blk_next; in lpfc_sli4_dealloc_extent() local 6713 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, in lpfc_sli4_dealloc_extent() 6715 list_del_init(&rsrc_blk->list); in lpfc_sli4_dealloc_extent() 6716 kfree(rsrc_blk); in lpfc_sli4_dealloc_extent() 6723 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, in lpfc_sli4_dealloc_extent() 6725 list_del_init(&rsrc_blk->list); in lpfc_sli4_dealloc_extent() 6726 kfree(rsrc_blk); in lpfc_sli4_dealloc_extent() 6733 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, in lpfc_sli4_dealloc_extent() 6735 list_del_init(&rsrc_blk->list); in lpfc_sli4_dealloc_extent() 6736 kfree(rsrc_blk); in lpfc_sli4_dealloc_extent() 7444 struct lpfc_rsrc_blks *rsrc_blk; lpfc_sli4_get_allocated_extnts() local [all...]