Lines Matching refs:reqcnt
1333 static void zcrypt_perdev_reqcnt(u32 reqcnt[], size_t max_adapters) in zcrypt_perdev_reqcnt() argument
1340 memset(reqcnt, 0, sizeof(int) * max_adapters); in zcrypt_perdev_reqcnt()
1352 reqcnt[card] = (cnt < UINT_MAX) ? (u32) cnt : UINT_MAX; in zcrypt_perdev_reqcnt()
1630 u32 *reqcnt; in zcrypt_unlocked_ioctl() local
1632 reqcnt = kcalloc(AP_DEVICES, sizeof(u32), GFP_KERNEL); in zcrypt_unlocked_ioctl()
1633 if (!reqcnt) in zcrypt_unlocked_ioctl()
1635 zcrypt_perdev_reqcnt(reqcnt, AP_DEVICES); in zcrypt_unlocked_ioctl()
1636 if (copy_to_user((int __user *) arg, reqcnt, in zcrypt_unlocked_ioctl()
1639 kfree(reqcnt); in zcrypt_unlocked_ioctl()
1690 u32 reqcnt[MAX_ZDEV_CARDIDS]; in zcrypt_unlocked_ioctl() local
1692 zcrypt_perdev_reqcnt(reqcnt, MAX_ZDEV_CARDIDS); in zcrypt_unlocked_ioctl()
1693 if (copy_to_user((int __user *) arg, reqcnt, sizeof(reqcnt))) in zcrypt_unlocked_ioctl()