Home
last modified time | relevance | path

Searched refs:nump (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dmoduleparam.h489 * @nump: optional pointer filled in with the number written
498 #define module_param_array(name, type, nump, perm) \
499 module_param_array_named(name, name, type, nump, perm)
506 * @nump: optional pointer filled in with the number written
512 #define module_param_array_named(name, array, type, nump, perm) \
515 = { .max = ARRAY_SIZE(array), .num = nump, \
562 * @nump: optional pointer filled in with the number written
571 #define module_param_hw_array(name, type, hwtype, nump, perm) \
574 = { .max = ARRAY_SIZE(name), .num = nump, \
/kernel/linux/linux-6.6/include/linux/
H A Dmoduleparam.h491 * @nump: optional pointer filled in with the number written
500 #define module_param_array(name, type, nump, perm) \
501 module_param_array_named(name, name, type, nump, perm)
508 * @nump: optional pointer filled in with the number written
514 #define module_param_array_named(name, array, type, nump, perm) \
517 = { .max = ARRAY_SIZE(array), .num = nump, \
564 * @nump: optional pointer filled in with the number written
573 #define module_param_hw_array(name, type, hwtype, nump, perm) \
576 = { .max = ARRAY_SIZE(name), .num = nump, \
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_lib.c779 * @nump: pointer to store the resultant numerator
787 unsigned int *nump, unsigned int *denp) in snd_interval_ratnum()
883 if (nump) in snd_interval_ratnum()
884 *nump = result_num; in snd_interval_ratnum()
897 * @nump: pointer to store the resultant numerator
906 unsigned int *nump, unsigned int *denp) in snd_interval_ratden()
982 if (nump) in snd_interval_ratden()
983 *nump = best_num; in snd_interval_ratden()
785 snd_interval_ratnum(struct snd_interval *i, unsigned int rats_count, const struct snd_ratnum *rats, unsigned int *nump, unsigned int *denp) snd_interval_ratnum() argument
903 snd_interval_ratden(struct snd_interval *i, unsigned int rats_count, const struct snd_ratden *rats, unsigned int *nump, unsigned int *denp) snd_interval_ratden() argument
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_lib.c805 * @nump: pointer to store the resultant numerator
813 unsigned int *nump, unsigned int *denp) in snd_interval_ratnum()
909 if (nump) in snd_interval_ratnum()
910 *nump = result_num; in snd_interval_ratnum()
923 * @nump: pointer to store the resultant numerator
932 unsigned int *nump, unsigned int *denp) in snd_interval_ratden()
1008 if (nump) in snd_interval_ratden()
1009 *nump = best_num; in snd_interval_ratden()
811 snd_interval_ratnum(struct snd_interval *i, unsigned int rats_count, const struct snd_ratnum *rats, unsigned int *nump, unsigned int *denp) snd_interval_ratnum() argument
929 snd_interval_ratden(struct snd_interval *i, unsigned int rats_count, const struct snd_ratden *rats, unsigned int *nump, unsigned int *denp) snd_interval_ratden() argument
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1535 int nums, numn, nump; in build_socket_tables() local
1553 nump = maxpnode - minpnode + 1; in build_socket_tables()
1557 if ((alloc_conv_table(nump, &_pnode_to_socket) < 0) in build_socket_tables()
1617 FREE_1_TO_1_TABLE(_socket_to_pnode, _min_pnode, nums, nump); in build_socket_tables()
1618 FREE_1_TO_1_TABLE(_pnode_to_socket, _min_pnode, nums, nump); in build_socket_tables()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dgadget.c2307 u32 nump; in dwc3_gadget_setup_nump() local
2315 nump = ((ram2_depth * mdwidth / 8) - 24 - 16) / 1024; in dwc3_gadget_setup_nump()
2316 nump = min_t(u32, nump, 16); in dwc3_gadget_setup_nump()
2321 reg |= nump << DWC3_DCFG_NUMP_SHIFT; in dwc3_gadget_setup_nump()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.c2845 u32 nump; in dwc3_gadget_setup_nump() local
2851 nump = ((ram2_depth * mdwidth / 8) - 24 - 16) / 1024; in dwc3_gadget_setup_nump()
2852 nump = min_t(u32, nump, 16); in dwc3_gadget_setup_nump()
2857 reg |= nump << DWC3_DCFG_NUMP_SHIFT; in dwc3_gadget_setup_nump()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/scsi/
H 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()
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h977 unsigned int *nump, unsigned int *denp);
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h1043 unsigned int *nump, unsigned int *denp);

Completed in 54 milliseconds