Home
last modified time | relevance | path

Searched refs:tm_slots_in_use (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/ufs/
Dufshcd.h431 unsigned long tm_slots_in_use; member
Dufshcd.c331 tag = find_first_zero_bit(&hba->tm_slots_in_use, hba->nutmrs); in ufshcd_get_tm_free_slot()
334 } while (test_and_set_bit_lock(tag, &hba->tm_slots_in_use)); in ufshcd_get_tm_free_slot()
344 clear_bit_unlock(slot, &hba->tm_slots_in_use); in ufshcd_put_tm_slot()