Searched refs:iterate_fd (Results 1 – 7 of 7) sorted by relevance
| /linux-4.1.27/net/core/ |
| D | netclassid_cgroup.c | 78 iterate_fd(p->files, 0, update_classid, v); in cgrp_attach()
|
| D | netprio_cgroup.c | 229 iterate_fd(p->files, 0, update_netprio, v); in net_prio_attach()
|
| /linux-4.1.27/include/linux/ |
| D | fdtable.h | 105 int iterate_fd(struct files_struct *, unsigned,
|
| /linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
| D | coredump.c | 99 int n = iterate_fd(current->files, *fd, match_context, NULL); in coredump_next_context()
|
| /linux-4.1.27/fs/ |
| D | file.c | 893 int iterate_fd(struct files_struct *files, unsigned n, in iterate_fd() function 914 EXPORT_SYMBOL(iterate_fd);
|
| /linux-4.1.27/security/selinux/ |
| D | hooks.c | 2366 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files() 2376 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()
|
| /linux-4.1.27/drivers/tty/ |
| D | tty_io.c | 3087 i = iterate_fd(p->files, 0, this_tty, tty); in __do_SAK()
|