Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_api.c728 static void zcrypt_perdev_reqcnt(int reqcnt[AP_DEVICES]) in zcrypt_perdev_reqcnt()
732 memset(reqcnt, 0, sizeof(int) * AP_DEVICES); in zcrypt_perdev_reqcnt()
736 reqcnt[AP_QID_DEVICE(zdev->ap_dev->qid)] = in zcrypt_perdev_reqcnt()
906 int reqcnt[AP_DEVICES]; in zcrypt_unlocked_ioctl() local
907 zcrypt_perdev_reqcnt(reqcnt); in zcrypt_unlocked_ioctl()
908 if (copy_to_user((int __user *) arg, reqcnt, in zcrypt_unlocked_ioctl()
/linux-4.1.27/drivers/scsi/
Dadvansys.c2360 ushort reqcnt[ADV_MAX_TID + 1]; /* Starvation request count */ member
7905 (boardp->reqcnt[scp->device->id] % 255) == 0) { in asc_build_req()
8955 boardp->reqcnt[scp->device->id]++; in asc_execute_scsi_cmnd()