Searched refs:nump (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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-4.4.14/include/linux/ |
D | moduleparam.h | 428 #define module_param_array(name, type, nump, perm) \ argument 429 module_param_array_named(name, name, type, nump, perm) 442 #define module_param_array_named(name, array, type, nump, perm) \ argument 445 = { .max = ARRAY_SIZE(array), .num = nump, \
|
/linux-4.4.14/sound/core/ |
D | pcm_lib.c | 805 unsigned int *nump, unsigned int *denp) in snd_interval_ratnum() argument 901 if (nump) in snd_interval_ratnum() 902 *nump = result_num; in snd_interval_ratnum() 925 unsigned int *nump, unsigned int *denp) in snd_interval_ratden() argument 1001 if (nump) in snd_interval_ratden() 1002 *nump = best_num; in snd_interval_ratden()
|
/linux-4.4.14/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-4.4.14/include/sound/ |
D | pcm.h | 974 unsigned int *nump, unsigned int *denp);
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-sli-defs.h | 3383 uint64_t nump:8; member 3389 uint64_t nump:8;
|
D | cvmx-gmxx-defs.h | 5362 uint64_t nump:5; member 5368 uint64_t nump:5;
|