Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dzcrypt_api.c1391 static void zcrypt_perdev_reqcnt(u32 reqcnt[], size_t max_adapters) in zcrypt_perdev_reqcnt() argument
1398 memset(reqcnt, 0, sizeof(int) * max_adapters); in zcrypt_perdev_reqcnt()
1410 reqcnt[card] = (cnt < UINT_MAX) ? (u32)cnt : UINT_MAX; in zcrypt_perdev_reqcnt()
1634 u32 *reqcnt; in zcrypt_unlocked_ioctl() local
1636 reqcnt = kcalloc(AP_DEVICES, sizeof(u32), GFP_KERNEL); in zcrypt_unlocked_ioctl()
1637 if (!reqcnt) in zcrypt_unlocked_ioctl()
1639 zcrypt_perdev_reqcnt(reqcnt, AP_DEVICES); in zcrypt_unlocked_ioctl()
1640 if (copy_to_user((int __user *)arg, reqcnt, in zcrypt_unlocked_ioctl()
1643 kfree(reqcnt); in zcrypt_unlocked_ioctl()
1694 u32 reqcnt[MAX_ZDEV_CARDIDS]; in zcrypt_unlocked_ioctl() local
[all …]
/linux-6.12.1/drivers/scsi/
Dadvansys.c2242 ushort reqcnt[ADV_MAX_TID + 1]; /* Starvation request count */ member
7464 (boardp->reqcnt[scp->device->id] % 255) == 0) { in asc_build_req()
8434 boardp->reqcnt[scp->device->id]++; in asc_execute_scsi_cmnd()