Home
last modified time | relevance | path

Searched refs:nfiles (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_debugfs.c104 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()
Dqxl_drv.h194 unsigned int nfiles);
464 unsigned int nfiles);
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.h40 unsigned nfiles);
Damdgpu_debugfs.c44 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/
Dcxgb4_debugfs.h67 unsigned int nfiles);
Dcxgb4_debugfs.c3518 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/
Ddwarf-aux.c25 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/
Dradeon_device.c1895 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()
Dradeon.h1804 unsigned nfiles);
/Linux-v5.4/tools/perf/
Dbuiltin-trace.c1126 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/
Dcaps.c3073 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()