Searched refs:files (Results 1 – 11 of 11) sorted by relevance
/kernel/ |
D | exit.c | 479 current->files = init_task.files; in daemonize() 480 atomic_inc(¤t->files->count); in daemonize() 487 static void close_files(struct files_struct * files) in close_files() argument 499 fdt = files_fdtable(files); in close_files() 510 filp_close(file, files); in close_files() 522 struct files_struct *files; in get_files_struct() local 525 files = task->files; in get_files_struct() 526 if (files) in get_files_struct() 527 atomic_inc(&files->count); in get_files_struct() 530 return files; in get_files_struct() [all …]
|
D | cgroup_debug.c | 70 static struct cftype files[] = { variable 98 return cgroup_add_files(cont, ss, files, ARRAY_SIZE(files)); in debug_populate()
|
D | cgroup_freezer.c | 362 static struct cftype files[] = { variable 374 return cgroup_add_files(cgroup, ss, files, ARRAY_SIZE(files)); in freezer_populate()
|
D | .gitignore | 2 # Generated files
|
D | fork.c | 724 oldf = current->files; in copy_files() 737 tsk->files = newf; in copy_files() 1592 struct files_struct *fd = current->files; in unshare_fd() 1684 fd = current->files; in SYSCALL_DEFINE1() 1685 current->files = new_fd; in SYSCALL_DEFINE1() 1734 *displaced = task->files; in unshare_files() 1736 task->files = copy; in unshare_files()
|
D | kmod.c | 154 struct files_struct *f = current->files; in ____call_usermodehelper()
|
D | cpuset.c | 1652 static struct cftype files[] = { variable 1744 err = cgroup_add_files(cont, ss, files, ARRAY_SIZE(files)); in cpuset_populate()
|
D | user.c | 55 .files = ATOMIC_INIT(0),
|
D | cgroup.c | 2284 static struct cftype files[] = { variable 2317 err = cgroup_add_files(cgrp, NULL, files, ARRAY_SIZE(files)); in cgroup_populate_dir()
|
D | sched.c | 9650 static struct cftype files[] = { variable 9665 return cgroup_add_files(cgrp, ss, files, ARRAY_SIZE(files)); in cpuacct_populate()
|
/kernel/power/ |
D | Kconfig | 215 It also works with swap files to a limited extent (for details see 216 <file:Documentation/power/swsusp-and-swap-files.txt>).
|