Lines Matching refs:pbl_pool
3515 struct lpfc_pbl_pool *pbl_pool; in lpfc_create_multixri_pools() local
3557 pbl_pool = &multixri_pool->pbl_pool; in lpfc_create_multixri_pools()
3558 spin_lock_init(&pbl_pool->lock); in lpfc_create_multixri_pools()
3560 spin_lock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3561 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_create_multixri_pools()
3564 list_move_tail(&lpfc_ncmd->list, &pbl_pool->list); in lpfc_create_multixri_pools()
3566 pbl_pool->count++; in lpfc_create_multixri_pools()
3570 pbl_pool->count, i); in lpfc_create_multixri_pools()
3571 spin_unlock(&pbl_pool->lock); in lpfc_create_multixri_pools()
3601 struct lpfc_pbl_pool *pbl_pool; in lpfc_destroy_multixri_pools() local
3623 pbl_pool = &multixri_pool->pbl_pool; in lpfc_destroy_multixri_pools()
3624 spin_lock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()
3628 pbl_pool->count, i); in lpfc_destroy_multixri_pools()
3631 &pbl_pool->list, list) { in lpfc_destroy_multixri_pools()
3635 pbl_pool->count--; in lpfc_destroy_multixri_pools()
3638 INIT_LIST_HEAD(&pbl_pool->list); in lpfc_destroy_multixri_pools()
3639 pbl_pool->count = 0; in lpfc_destroy_multixri_pools()
3641 spin_unlock(&pbl_pool->lock); in lpfc_destroy_multixri_pools()