Searched refs:reqcnt (Results 1 – 2 of 2) sorted by relevance
1418 memset(reqcnt, 0, sizeof(int) * max_adapters); in zcrypt_perdev_reqcnt()1430 reqcnt[card] = (cnt < UINT_MAX) ? (u32)cnt : UINT_MAX; in zcrypt_perdev_reqcnt()1658 u32 *reqcnt; in zcrypt_unlocked_ioctl() local1660 reqcnt = kcalloc(AP_DEVICES, sizeof(u32), GFP_KERNEL); in zcrypt_unlocked_ioctl()1661 if (!reqcnt) in zcrypt_unlocked_ioctl()1663 zcrypt_perdev_reqcnt(reqcnt, AP_DEVICES); in zcrypt_unlocked_ioctl()1664 if (copy_to_user((int __user *)arg, reqcnt, in zcrypt_unlocked_ioctl()1667 kfree(reqcnt); in zcrypt_unlocked_ioctl()1718 u32 reqcnt[MAX_ZDEV_CARDIDS]; in zcrypt_unlocked_ioctl() local1720 zcrypt_perdev_reqcnt(reqcnt, MAX_ZDEV_CARDIDS); in zcrypt_unlocked_ioctl()[all …]
2242 ushort reqcnt[ADV_MAX_TID + 1]; /* Starvation request count */ member7465 (boardp->reqcnt[scp->device->id] % 255) == 0) { in asc_build_req()8435 boardp->reqcnt[scp->device->id]++; in asc_execute_scsi_cmnd()
Completed in 30 milliseconds