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

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

Completed in 147 milliseconds