Searched refs:fdinfo (Results 1 – 11 of 11) sorted by relevance
6 Get/set drm fdinfo's engine and cycles profiling status.8 0: Don't enable fdinfo job profiling sources.9 1: Enable fdinfo job profiling sources, this enables both the GPU's
6 Bitmask to enable drm fdinfo's job profiling measurements.8 0: Don't enable fdinfo job profiling sources.
43 because of power saving concerns. `fdinfo` users and benchmark applications which44 query the fdinfo file must make sure to toggle the job profiling status of the
41 because of power saving concerns. `fdinfo` users and benchmark applications which42 query the fdinfo file must make sure to toggle the job profiling status of the
3 fdinfo.o
641 } fdinfo; member3009 struct panthor_gpu_usage *fdinfo = &group->fdinfo.data; in update_fdinfo_stats() local3013 scoped_guard(spinlock, &group->fdinfo.lock) { in update_fdinfo_stats()3015 fdinfo->cycles += data->cycles.after - data->cycles.before; in update_fdinfo_stats()3017 fdinfo->time += data->time.after - data->time.before; in update_fdinfo_stats()3032 guard(spinlock)(&group->fdinfo.lock); in panthor_fdinfo_gather_group_samples()3033 pfile->stats.cycles += group->fdinfo.data.cycles; in panthor_fdinfo_gather_group_samples()3034 pfile->stats.time += group->fdinfo.data.time; in panthor_fdinfo_gather_group_samples()3035 group->fdinfo.data.cycles = 0; in panthor_fdinfo_gather_group_samples()3036 group->fdinfo.data.time = 0; in panthor_fdinfo_gather_group_samples()[all …]
25 obj-$(CONFIG_PROC_FS) += fdinfo.o
3862 FILE_DIRECTORY_INFO *fdinfo; in dentry_name() local3864 fdinfo = (FILE_DIRECTORY_INFO *)d_info->rptr; in dentry_name()3865 d_info->rptr += le32_to_cpu(fdinfo->NextEntryOffset); in dentry_name()3866 d_info->name = fdinfo->FileName; in dentry_name()3867 d_info->name_len = le32_to_cpu(fdinfo->FileNameLength); in dentry_name()4001 FILE_DIRECTORY_INFO *fdinfo; in smb2_populate_readdir_entry() local4003 fdinfo = (FILE_DIRECTORY_INFO *)kstat; in smb2_populate_readdir_entry()4004 fdinfo->FileNameLength = cpu_to_le32(conv_len); in smb2_populate_readdir_entry()4006 fdinfo->ExtFileAttributes |= FILE_ATTRIBUTE_HIDDEN_LE; in smb2_populate_readdir_entry()4007 memcpy(fdinfo->FileName, conv_name, conv_len); in smb2_populate_readdir_entry()[all …]
95 which are visible via ``fdinfo`` and accounted under the registering user's
45 3.8 /proc/<pid>/fdinfo/<fd> - Information about opened file2006 3.8 /proc/<pid>/fdinfo/<fd> - Information about opened file2024 All locks associated with a file descriptor are shown in its fdinfo too::
80 /proc files, such as /proc/locks and /proc/self/fdinfo/<fd> of an inotify