Searched refs:nfiles (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/qxl/ |
D | qxl_debugfs.c | 104 unsigned int nfiles) in qxl_debugfs_add_files() argument 122 qdev->debugfs[qdev->debugfs_count].num_files = nfiles; in qxl_debugfs_add_files() 125 drm_debugfs_create_files(files, nfiles, in qxl_debugfs_add_files()
|
D | qxl_drv.h | 194 unsigned int nfiles); 464 unsigned int nfiles);
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_debugfs.h | 40 unsigned nfiles);
|
D | amdgpu_debugfs.c | 44 unsigned nfiles) in amdgpu_debugfs_add_files() argument 63 adev->debugfs[adev->debugfs_count].num_files = nfiles; in amdgpu_debugfs_add_files() 66 drm_debugfs_create_files(files, nfiles, in amdgpu_debugfs_add_files()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 67 unsigned int nfiles);
|
D | cxgb4_debugfs.c | 3518 unsigned int nfiles) in add_debugfs_files() argument 3523 for (i = 0; i < nfiles; i++) in add_debugfs_files()
|
/Linux-v5.4/tools/perf/util/ |
D | dwarf-aux.c | 25 size_t nfiles, i; in cu_find_realpath() local 32 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles); in cu_find_realpath() 36 for (i = 0; i < nfiles; i++) { in cu_find_realpath() 41 if (i == nfiles) in cu_find_realpath()
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_device.c | 1895 unsigned nfiles) in radeon_debugfs_add_files() argument 1914 rdev->debugfs[rdev->debugfs_count].num_files = nfiles; in radeon_debugfs_add_files() 1917 drm_debugfs_create_files(files, nfiles, in radeon_debugfs_add_files()
|
D | radeon.h | 1804 unsigned nfiles);
|
/Linux-v5.4/tools/perf/ |
D | builtin-trace.c | 1126 struct file *nfiles = realloc(ttrace->files.table, (fd + 1) * sizeof(struct file)); in thread_trace__files_entry() local 1128 if (nfiles == NULL) in thread_trace__files_entry() 1132 memset(nfiles + ttrace->files.max + 1, 0, in thread_trace__files_entry() 1135 memset(nfiles, 0, (fd + 1) * sizeof(struct file)); in thread_trace__files_entry() 1138 ttrace->files.table = nfiles; in thread_trace__files_entry()
|
/Linux-v5.4/fs/ceph/ |
D | caps.c | 3073 u64 nfiles; member 3210 ci->i_files = extra_info->nfiles; in handle_cap_grant() 3906 ceph_decode_64_safe(&p, end, extra_info.nfiles, bad); in ceph_handle_caps()
|