Searched refs:nump (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 197 ++mp->nump; in ___mp0_get_mem_cluster() 205 --mp->nump; in ___mp0_free_mem_cluster() 237 ++mp->nump; in ___get_dma_mem_cluster() 259 --mp->nump; in ___free_dma_mem_cluster() 326 if (!mp->nump) in __sym_calloc_dma() 346 if (!mp->nump) in __sym_mfree_dma()
|
D | sym_hipd.h | 1171 int nump; member
|
/Linux-v4.19/include/linux/ |
D | moduleparam.h | 423 #define module_param_array(name, type, nump, perm) \ argument 424 module_param_array_named(name, name, type, nump, perm) 437 #define module_param_array_named(name, array, type, nump, perm) \ argument 440 = { .max = ARRAY_SIZE(array), .num = nump, \ 496 #define module_param_hw_array(name, type, hwtype, nump, perm) \ argument 499 = { .max = ARRAY_SIZE(name), .num = nump, \
|
/Linux-v4.19/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 1338 int num, nump; in build_socket_tables() local 1361 nump = maxpnode - minpnode + 1; in build_socket_tables() 1362 bytes = nump * sizeof(_pnode_to_socket[0]); in build_socket_tables() 1369 for (i = 0; i < nump; i++) in build_socket_tables()
|
/Linux-v4.19/sound/core/ |
D | pcm_lib.c | 791 unsigned int *nump, unsigned int *denp) in snd_interval_ratnum() argument 887 if (nump) in snd_interval_ratnum() 888 *nump = result_num; in snd_interval_ratnum() 910 unsigned int *nump, unsigned int *denp) in snd_interval_ratden() argument 986 if (nump) in snd_interval_ratden() 987 *nump = best_num; in snd_interval_ratden()
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | gadget.c | 1797 u32 nump; in dwc3_gadget_setup_nump() local 1803 nump = ((ram2_depth * mdwidth / 8) - 24 - 16) / 1024; in dwc3_gadget_setup_nump() 1804 nump = min_t(u32, nump, 16); in dwc3_gadget_setup_nump() 1809 reg |= nump << DWC3_DCFG_NUMP_SHIFT; in dwc3_gadget_setup_nump()
|
/Linux-v4.19/drivers/scsi/ |
D | ncr53c8xx.c | 228 int nump; member 363 ++mp->nump; in ___mp0_getp() 370 --mp->nump; in ___mp0_freep() 400 ++mp->nump; in ___dma_getp() 423 --mp->nump; in ___dma_freep() 473 if (mp && !mp->nump) in __m_calloc_dma() 489 if (mp && !mp->nump) in __m_free_dma()
|
/Linux-v4.19/include/sound/ |
D | pcm.h | 990 unsigned int *nump, unsigned int *denp);
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-gmxx-defs.h | 5364 uint64_t nump:5; member 5370 uint64_t nump:5;
|