Home
last modified time | relevance | path

Searched refs:nump (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c184 ++mp->nump; in ___mp0_get_mem_cluster()
192 --mp->nump; in ___mp0_free_mem_cluster()
224 ++mp->nump; in ___get_dma_mem_cluster()
246 --mp->nump; in ___free_dma_mem_cluster()
313 if (!mp->nump) in __sym_calloc_dma()
333 if (!mp->nump) in __sym_mfree_dma()
H A Dsym_hipd.h1158 int nump; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dmoduleparam.h498 #define module_param_array(name, type, nump, perm) \ argument
499 module_param_array_named(name, name, type, nump, perm)
512 #define module_param_array_named(name, array, type, nump, perm) \ argument
515 = { .max = ARRAY_SIZE(array), .num = nump, \
571 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument
574 = { .max = ARRAY_SIZE(name), .num = nump, \
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Ddebugfs.c125 int *nump = numv; in do_xprt_debugfs() local
133 if (*nump == 0) in do_xprt_debugfs()
136 len = snprintf(link, sizeof(link), "xprt%d", *nump); in do_xprt_debugfs()
141 (*nump)++; in do_xprt_debugfs()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Dmtdutils.c80 const int nump = 32; in mtd_scan_partitions() local
81 MtdPartition *partitions = malloc(nump * sizeof(*partitions)); in mtd_scan_partitions()
87 g_mtd_state.partitions_allocd = nump; in mtd_scan_partitions()
88 memset(partitions, 0, nump * sizeof(*partitions)); in mtd_scan_partitions()
/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmtdutils.c73 const int nump = 32; in mtd_scan_partitions() local
74 MtdPartition *partitions = malloc(nump * sizeof(*partitions)); in mtd_scan_partitions()
80 g_mtd_state.partitions_allocd = nump; in mtd_scan_partitions()
81 memset(partitions, 0, nump * sizeof(*partitions)); in mtd_scan_partitions()
/OK3568_Linux_fs/external/xserver/render/
H A Dmiindex.c44 miBuildRenderColormap(ColormapPtr pColormap, Pixel * pixels, int *nump) in miBuildRenderColormap() argument
167 *nump = n; in miBuildRenderColormap()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_lib.c788 unsigned int *nump, unsigned int *denp) in snd_interval_ratnum() argument
884 if (nump) in snd_interval_ratnum()
885 *nump = result_num; in snd_interval_ratnum()
907 unsigned int *nump, unsigned int *denp) in snd_interval_ratden() argument
983 if (nump) in snd_interval_ratden()
984 *nump = best_num; in snd_interval_ratden()
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1486 int num, nump; in build_socket_tables() local
1509 nump = maxpnode - minpnode + 1; in build_socket_tables()
1510 bytes = nump * sizeof(_pnode_to_socket[0]); in build_socket_tables()
1517 for (i = 0; i < nump; i++) in build_socket_tables()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c1700 unsigned char *cp, *pp, *nump, *newpath; in SetDefaultFontPath() local
1727 nump = cp = newpath = malloc(len); in SetDefaultFontPath()
1736 *nump = (unsigned char) size; in SetDefaultFontPath()
1737 nump = cp++; in SetDefaultFontPath()
1747 *nump = (unsigned char) size; in SetDefaultFontPath()
H A Dcolormap.c766 int npix, count, *nump = NULL; in FindColor() local
881 nump = pmap->numPixelsRed; in FindColor()
886 nump = pmap->numPixelsGreen; in FindColor()
891 nump = pmap->numPixelsBlue; in FindColor()
895 npix = nump[client]; in FindColor()
916 nump[client]++; in FindColor()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dgadget.c2822 u32 nump; in dwc3_gadget_setup_nump() local
2828 nump = ((ram2_depth * mdwidth / 8) - 24 - 16) / 1024; in dwc3_gadget_setup_nump()
2829 nump = min_t(u32, nump, 16); in dwc3_gadget_setup_nump()
2834 reg |= nump << DWC3_DCFG_NUMP_SHIFT; in dwc3_gadget_setup_nump()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dncr53c8xx.c216 int nump; member
351 ++mp->nump; in ___mp0_getp()
358 --mp->nump; in ___mp0_freep()
388 ++mp->nump; in ___dma_getp()
411 --mp->nump; in ___dma_freep()
461 if (mp && !mp->nump) in __m_calloc_dma()
477 if (mp && !mp->nump) in __m_free_dma()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h979 unsigned int *nump, unsigned int *denp);