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

/drivers/scsi/ufs/
H A Dufshcd.h352 * @tm_slots_in_use: bit map of task management request slots in use
423 unsigned long tm_slots_in_use; member in struct:ufs_hba
H A Dufshcd.c330 tag = find_first_zero_bit(&hba->tm_slots_in_use, hba->nutmrs);
333 } while (test_and_set_bit_lock(tag, &hba->tm_slots_in_use));
343 clear_bit_unlock(slot, &hba->tm_slots_in_use);

Completed in 270 milliseconds