Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_debugfs.c105 unsigned nfiles) in qxl_debugfs_add_files() argument
123 qdev->debugfs[qdev->debugfs_count].num_files = nfiles; in qxl_debugfs_add_files()
126 drm_debugfs_create_files(files, nfiles, in qxl_debugfs_add_files()
Dqxl_drv.h211 unsigned nfiles);
523 unsigned nfiles);
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.h39 unsigned nfiles);
Damdgpu_debugfs.c41 unsigned nfiles) in amdgpu_debugfs_add_files() argument
60 adev->debugfs[adev->debugfs_count].num_files = nfiles; in amdgpu_debugfs_add_files()
63 drm_debugfs_create_files(files, nfiles, in amdgpu_debugfs_add_files()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.h80 unsigned int nfiles);
Dcxgb4_debugfs.c3582 unsigned int nfiles) in add_debugfs_files() argument
3587 for (i = 0; i < nfiles; i++) in add_debugfs_files()
/Linux-v4.19/tools/perf/util/
Ddwarf-aux.c38 size_t nfiles, i; in cu_find_realpath() local
45 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles); in cu_find_realpath()
49 for (i = 0; i < nfiles; i++) { in cu_find_realpath()
54 if (i == nfiles) in cu_find_realpath()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_device.c1897 unsigned nfiles) in radeon_debugfs_add_files() argument
1916 rdev->debugfs[rdev->debugfs_count].num_files = nfiles; in radeon_debugfs_add_files()
1919 drm_debugfs_create_files(files, nfiles, in radeon_debugfs_add_files()
Dradeon.h1808 unsigned nfiles);
/Linux-v4.19/fs/ceph/
Dcaps.c3021 u64 nfiles; member
3148 ci->i_files = extra_info->nfiles; in handle_cap_grant()
3836 ceph_decode_64_safe(&p, end, extra_info.nfiles, bad); in ceph_handle_caps()