nump             1319 arch/x86/kernel/apic/x2apic_uv_x.c 	int num, nump;
nump             1342 arch/x86/kernel/apic/x2apic_uv_x.c 	nump = maxpnode - minpnode + 1;
nump             1343 arch/x86/kernel/apic/x2apic_uv_x.c 	bytes = nump * sizeof(_pnode_to_socket[0]);
nump             1350 arch/x86/kernel/apic/x2apic_uv_x.c 	for (i = 0; i < nump; i++)
nump              216 drivers/scsi/ncr53c8xx.c 	int nump;
nump              351 drivers/scsi/ncr53c8xx.c 		++mp->nump;
nump              358 drivers/scsi/ncr53c8xx.c 	--mp->nump;
nump              388 drivers/scsi/ncr53c8xx.c 			++mp->nump;
nump              411 drivers/scsi/ncr53c8xx.c 		--mp->nump;
nump              461 drivers/scsi/ncr53c8xx.c 	if (mp && !mp->nump)
nump              477 drivers/scsi/ncr53c8xx.c 	if (mp && !mp->nump)
nump             1158 drivers/scsi/sym53c8xx_2/sym_hipd.h 	int nump;
nump              184 drivers/scsi/sym53c8xx_2/sym_malloc.c 		++mp->nump;
nump              192 drivers/scsi/sym53c8xx_2/sym_malloc.c 	--mp->nump;
nump              224 drivers/scsi/sym53c8xx_2/sym_malloc.c 		++mp->nump;
nump              246 drivers/scsi/sym53c8xx_2/sym_malloc.c 		--mp->nump;
nump              313 drivers/scsi/sym53c8xx_2/sym_malloc.c 	if (!mp->nump)
nump              333 drivers/scsi/sym53c8xx_2/sym_malloc.c 	if (!mp->nump)
nump             1937 drivers/usb/dwc3/gadget.c 	u32 nump;
nump             1943 drivers/usb/dwc3/gadget.c 	nump = ((ram2_depth * mdwidth / 8) - 24 - 16) / 1024;
nump             1944 drivers/usb/dwc3/gadget.c 	nump = min_t(u32, nump, 16);
nump             1949 drivers/usb/dwc3/gadget.c 	reg |= nump << DWC3_DCFG_NUMP_SHIFT;
nump              421 include/linux/moduleparam.h #define module_param_array(name, type, nump, perm)		\
nump              422 include/linux/moduleparam.h 	module_param_array_named(name, name, type, nump, perm)
nump              435 include/linux/moduleparam.h #define module_param_array_named(name, array, type, nump, perm)		\
nump              438 include/linux/moduleparam.h 	= { .max = ARRAY_SIZE(array), .num = nump,                      \
nump              494 include/linux/moduleparam.h #define module_param_hw_array(name, type, hwtype, nump, perm)		\
nump              497 include/linux/moduleparam.h 	= { .max = ARRAY_SIZE(name), .num = nump,			\
nump              965 include/sound/pcm.h 			unsigned int *nump, unsigned int *denp);
nump              125 net/sunrpc/debugfs.c 	int *nump = numv;
nump              133 net/sunrpc/debugfs.c 	if (*nump == 0)
nump              136 net/sunrpc/debugfs.c 		len = snprintf(link, sizeof(link), "xprt%d", *nump);
nump              141 net/sunrpc/debugfs.c 	(*nump)++;
nump              777 sound/core/pcm_lib.c 			unsigned int *nump, unsigned int *denp)
nump              873 sound/core/pcm_lib.c 		if (nump)
nump              874 sound/core/pcm_lib.c 			*nump = result_num;
nump              896 sound/core/pcm_lib.c 			       unsigned int *nump, unsigned int *denp)
nump              972 sound/core/pcm_lib.c 		if (nump)
nump              973 sound/core/pcm_lib.c 			*nump = best_num;