num_of_cmds       702 drivers/mmc/core/block.c 	__u64 num_of_cmds;
num_of_cmds       705 drivers/mmc/core/block.c 	if (copy_from_user(&num_of_cmds, &user->num_of_cmds,
num_of_cmds       706 drivers/mmc/core/block.c 			   sizeof(num_of_cmds)))
num_of_cmds       709 drivers/mmc/core/block.c 	if (!num_of_cmds)
num_of_cmds       712 drivers/mmc/core/block.c 	if (num_of_cmds > MMC_IOC_MAX_CMDS)
num_of_cmds       715 drivers/mmc/core/block.c 	idata = kcalloc(num_of_cmds, sizeof(*idata), GFP_KERNEL);
num_of_cmds       719 drivers/mmc/core/block.c 	for (i = 0; i < num_of_cmds; i++) {
num_of_cmds       723 drivers/mmc/core/block.c 			num_of_cmds = i;
num_of_cmds       750 drivers/mmc/core/block.c 	req_to_mmc_queue_req(req)->ioc_count = num_of_cmds;
num_of_cmds       755 drivers/mmc/core/block.c 	for (i = 0; i < num_of_cmds && !err; i++)
num_of_cmds       761 drivers/mmc/core/block.c 	for (i = 0; i < num_of_cmds; i++) {
num_of_cmds        60 include/uapi/linux/mmc/ioctl.h 	__u64 num_of_cmds;