Home
last modified time | relevance | path

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

/linux/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
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1483 int nums, numn, nump; in build_socket_tables() local
1501 nump = maxpnode - minpnode + 1; in build_socket_tables()
1505 if ((alloc_conv_table(nump, &_pnode_to_socket) < 0) in build_socket_tables()
1565 FREE_1_TO_1_TABLE(_socket_to_pnode, _min_pnode, nums, nump); in build_socket_tables()
1566 FREE_1_TO_1_TABLE(_pnode_to_socket, _min_pnode, nums, nump); in build_socket_tables()
/linux/sound/core/
H A Dpcm_lib.c833 unsigned int *nump, unsigned int *denp) in snd_interval_ratnum() argument
929 if (nump) in snd_interval_ratnum()
930 *nump = result_num; in snd_interval_ratnum()
952 unsigned int *nump, unsigned int *denp) in snd_interval_ratden() argument
1028 if (nump) in snd_interval_ratden()
1029 *nump = best_num; in snd_interval_ratden()
/linux/drivers/usb/dwc3/
H A Dgadget.c2898 u32 nump; in dwc3_gadget_setup_nump() local
2904 nump = ((ram2_depth * mdwidth / 8) - 24 - 16) / 1024; in dwc3_gadget_setup_nump()
2905 nump = min_t(u32, nump, 16); in dwc3_gadget_setup_nump()
2910 reg |= nump << DWC3_DCFG_NUMP_SHIFT; in dwc3_gadget_setup_nump()
/linux/include/sound/
H A Dpcm.h1075 unsigned int *nump, unsigned int *denp);
/linux/kernel/bpf/
H A Dcore.c3318 const char **linep, int *nump) in bpf_prog_get_file_line() argument
3358 *nump = BPF_LINE_INFO_LINE_NUM(linfo[idx].line_col); in bpf_prog_get_file_line()
/linux/include/linux/
H A Dbpf.h3950 const char **linep, int *nump);