Searched refs:rsrc_blk (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 5560 struct lpfc_rsrc_blks *rsrc_blk, *rsrc_blk_next; lpfc_sli4_dealloc_extent() local 5617 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, lpfc_sli4_dealloc_extent() 5619 list_del_init(&rsrc_blk->list); lpfc_sli4_dealloc_extent() 5620 kfree(rsrc_blk); lpfc_sli4_dealloc_extent() 5627 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, lpfc_sli4_dealloc_extent() 5629 list_del_init(&rsrc_blk->list); lpfc_sli4_dealloc_extent() 5630 kfree(rsrc_blk); lpfc_sli4_dealloc_extent() 5637 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, lpfc_sli4_dealloc_extent() 5639 list_del_init(&rsrc_blk->list); lpfc_sli4_dealloc_extent() 5640 kfree(rsrc_blk); lpfc_sli4_dealloc_extent() 5645 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, lpfc_sli4_dealloc_extent() 5647 list_del_init(&rsrc_blk->list); lpfc_sli4_dealloc_extent() 5648 kfree(rsrc_blk); lpfc_sli4_dealloc_extent() 5957 struct lpfc_rsrc_blks *rsrc_blk; lpfc_sli4_get_allocated_extnts() local 5982 list_for_each_entry(rsrc_blk, blk_list_head, list) { list_for_each_entry() 5991 *extnt_size = rsrc_blk->rsrc_size; list_for_each_entry()
|
Completed in 105 milliseconds