Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
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()
A Dsym_hipd.h1158 int nump; member
/linux/include/linux/
A Dmoduleparam.h500 #define module_param_array(name, type, nump, perm) \ argument
501 module_param_array_named(name, name, type, nump, perm)
514 #define module_param_array_named(name, array, type, nump, perm) \ argument
517 = { .max = ARRAY_SIZE(array), .num = nump, \
573 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument
576 = { .max = ARRAY_SIZE(name), .num = nump, \
/linux/net/sunrpc/
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()
/linux/sound/core/
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()
/linux/arch/x86/kernel/apic/
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()
/linux/drivers/usb/dwc3/
A Dgadget.c2580 u32 nump; in dwc3_gadget_setup_nump() local
2586 nump = ((ram2_depth * mdwidth / 8) - 24 - 16) / 1024; in dwc3_gadget_setup_nump()
2587 nump = min_t(u32, nump, 16); in dwc3_gadget_setup_nump()
2592 reg |= nump << DWC3_DCFG_NUMP_SHIFT; in dwc3_gadget_setup_nump()
/linux/drivers/scsi/
A Dncr53c8xx.c221 int nump; member
356 ++mp->nump; in ___mp0_getp()
363 --mp->nump; in ___mp0_freep()
393 ++mp->nump; in ___dma_getp()
416 --mp->nump; in ___dma_freep()
466 if (mp && !mp->nump) in __m_calloc_dma()
482 if (mp && !mp->nump) in __m_free_dma()
/linux/include/sound/
A Dpcm.h975 unsigned int *nump, unsigned int *denp);

Completed in 63 milliseconds