Searched refs:nump (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_malloc.c | 184 ++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 D | sym_hipd.h | 1158 int nump; member
|
| /linux/arch/x86/kernel/apic/ |
| H A D | x2apic_uv_x.c | 1483 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 D | pcm_lib.c | 825 * @nump: pointer to store the resultant numerator 833 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() 943 * @nump: pointer to store the resultant numerator 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/kernel/bpf/ |
| H A D | core.c | 3411 const char **filep, const char **linep, int *nump) in bpf_find_linfo() 3426 if (nump) in bpf_find_linfo() 3427 *nump = BPF_LINE_INFO_LINE_NUM(linfo->line_col); in bpf_find_linfo() 3468 const char **linep, int *nump) in bpf_prog_get_file_line() 3501 bpf_get_linfo_file_line(btf, &linfo[idx], filep, linep, nump); in find_from_stack_cb() 3390 bpf_get_linfo_file_line(struct btf * btf,const struct bpf_line_info * linfo,const char ** filep,const char ** linep,int * nump) bpf_get_linfo_file_line() argument 3447 bpf_prog_get_file_line(struct bpf_prog * prog,unsigned long ip,const char ** filep,const char ** linep,int * nump) bpf_prog_get_file_line() argument
|
| /linux/include/linux/ |
| H A D | bpf.h | 4152 const char **filep, const char **linep, int *nump); 4154 const char **linep, int *nump);
|