Home
last modified time | relevance | path

Searched refs:files (Results 1 – 15 of 15) sorted by relevance

/kernel/
Dkcmp.c69 if (task->files) in get_file_raw_ptr()
70 file = fcheck_files(task->files, idx); in get_file_raw_ptr()
110 struct files_struct *files; in kcmp_epoll_target() local
119 files = get_files_struct(task2); in kcmp_epoll_target()
120 if (!files) in kcmp_epoll_target()
123 spin_lock(&files->file_lock); in kcmp_epoll_target()
124 filp_epoll = fcheck_files(files, slot.efd); in kcmp_epoll_target()
129 spin_unlock(&files->file_lock); in kcmp_epoll_target()
130 put_files_struct(files); in kcmp_epoll_target()
203 ret = kcmp_ptr(task1->files, task2->files, KCMP_FILES); in SYSCALL_DEFINE5()
D.gitignore3 # Generated files
Dfork.c1474 oldf = current->files; in copy_files()
1487 tsk->files = newf; in copy_files()
2831 struct files_struct *fd = current->files; in unshare_fd()
2937 fd = current->files; in ksys_unshare()
2938 current->files = new_fd; in ksys_unshare()
2990 *displaced = task->files; in unshare_files()
2992 task->files = copy; in unshare_files()
DMakefile146 clean-files := kheaders_data.tar.xz kheaders.md5
/kernel/gcov/
DKconfig16 for the entire kernel. To enable profiling for specific files or
23 For all files in one directory:
26 To exclude files from being profiled even when CONFIG_GCOV_PROFILE_ALL
51 larger and run slower. Also be sure to exclude files from profiling
/kernel/trace/
Dtrace_probe.h237 struct list_head files; member
328 return !!list_is_singular(&tp->event->files); in trace_probe_has_single_file()
347 list_for_each_entry(pos, &(tp)->event->files, list)
349 list_for_each_entry_rcu(pos, &(tp)->event->files, list)
Dtrace_probe.c1006 INIT_LIST_HEAD(&tp->event->files); in trace_probe_init()
1084 list_add_tail_rcu(&link->list, &tp->event->files); in trace_probe_add_file()
1115 if (list_empty(&tp->event->files)) in trace_probe_remove_file()
DKconfig259 Some files are created in the tracing directory when this
271 The output will appear in the trace and trace_pipe files.
545 See the files in /sys/kernel/debug/tracing:
/kernel/debug/kdb/
DMakefile12 clean-files := gen-kdb_cmds.c
/kernel/cgroup/
Dlegacy_freezer.c453 static struct cftype files[] = { variable
480 .legacy_cftypes = files,
Dcgroup.c6631 static ssize_t show_delegatable_files(struct cftype *files, char *buf, in show_delegatable_files() argument
6637 for (cft = files; cft && cft->name[0] != '\0'; cft++) { in show_delegatable_files()
/kernel/sched/
Dcpuacct.c296 static struct cftype files[] = { variable
373 .legacy_cftypes = files,
/kernel/bpf/
Dsyscall.c2776 struct files_struct *files; in bpf_task_fd_query() local
2796 files = get_files_struct(task); in bpf_task_fd_query()
2798 if (!files) in bpf_task_fd_query()
2802 spin_lock(&files->file_lock); in bpf_task_fd_query()
2803 file = fcheck_files(files, fd); in bpf_task_fd_query()
2808 spin_unlock(&files->file_lock); in bpf_task_fd_query()
2809 put_files_struct(files); in bpf_task_fd_query()
/kernel/time/
DKconfig156 compatibility with older config files.
/kernel/power/
DKconfig68 It also works with swap files to a limited extent (for details see
69 <file:Documentation/power/swsusp-and-swap-files.rst>).