Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_api.c729 static void zcrypt_perdev_reqcnt(int reqcnt[AP_DEVICES]) in zcrypt_perdev_reqcnt()
733 memset(reqcnt, 0, sizeof(int) * AP_DEVICES); in zcrypt_perdev_reqcnt()
737 reqcnt[AP_QID_DEVICE(zdev->ap_dev->qid)] = in zcrypt_perdev_reqcnt()
907 int reqcnt[AP_DEVICES]; in zcrypt_unlocked_ioctl() local
908 zcrypt_perdev_reqcnt(reqcnt); in zcrypt_unlocked_ioctl()
909 if (copy_to_user((int __user *) arg, reqcnt, in zcrypt_unlocked_ioctl()
/linux-4.4.14/drivers/scsi/
Dadvansys.c2265 ushort reqcnt[ADV_MAX_TID + 1]; /* Starvation request count */ member
7557 (boardp->reqcnt[scp->device->id] % 255) == 0) { in asc_build_req()
8527 boardp->reqcnt[scp->device->id]++; in asc_execute_scsi_cmnd()