Searched defs:ns (Results 1 – 13 of 13) sorted by relevance
/kernel/ |
D | user_namespace.c | 61 struct user_namespace *ns, *parent_ns = new->user_ns; in create_user_ns() local 121 void free_user_ns(struct user_namespace *ns) in free_user_ns() 219 kuid_t make_kuid(struct user_namespace *ns, uid_t uid) in make_kuid() 287 kgid_t make_kgid(struct user_namespace *ns, gid_t gid) in make_kgid() 354 kprojid_t make_kprojid(struct user_namespace *ns, projid_t projid) in make_kprojid() 412 struct user_namespace *ns = seq->private; in uid_m_show() local 433 struct user_namespace *ns = seq->private; in gid_m_show() local 454 struct user_namespace *ns = seq->private; in projid_m_show() local 486 struct user_namespace *ns = seq->private; in uid_m_start() local 493 struct user_namespace *ns = seq->private; in gid_m_start() local [all …]
|
D | utsname.c | 38 struct uts_namespace *ns; in clone_uts_ns() local 83 struct uts_namespace *ns; in free_uts_ns() local 93 struct uts_namespace *ns = NULL; in utsns_get() local 107 static void utsns_put(void *ns) in utsns_put() 114 struct uts_namespace *ns = new; in utsns_install() local 128 struct uts_namespace *ns = vp; in utsns_inum() local
|
D | pid_namespace.c | 75 struct pid_namespace *ns = container_of(work, struct pid_namespace, proc_work); in proc_cleanup_work() local 85 struct pid_namespace *ns; in create_pid_namespace() local 135 static void destroy_pid_namespace(struct pid_namespace *ns) in destroy_pid_namespace() 158 struct pid_namespace *ns; in free_pid_ns() local 164 void put_pid_ns(struct pid_namespace *ns) in put_pid_ns() 312 struct pid_namespace *ns; in pidns_get() local 321 static void pidns_put(void *ns) in pidns_put() 326 static int pidns_install(struct nsproxy *nsproxy, void *ns) in pidns_install() 357 static unsigned int pidns_inum(void *ns) in pidns_inum()
|
D | pid.c | 42 #define pid_hashfn(nr, ns) \ argument 235 struct pid_namespace *ns; in put_pid() local 264 struct pid_namespace *ns = upid->ns; in free_pid() local 287 struct pid *alloc_pid(struct pid_namespace *ns) in alloc_pid() 346 void disable_pid_allocation(struct pid_namespace *ns) in disable_pid_allocation() 353 struct pid *find_pid_ns(int nr, struct pid_namespace *ns) in find_pid_ns() 443 struct task_struct *find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns) in find_task_by_pid_ns() 492 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns) in pid_nr_ns() 513 struct pid_namespace *ns) in __task_pid_nr_ns() 545 struct pid *find_ge_pid(int nr, struct pid_namespace *ns) in find_ge_pid()
|
D | acct.c | 90 struct pid_namespace *ns; member 167 struct pid_namespace *ns) in acct_file_reopen() 200 struct pid_namespace *ns; in acct_on() local 325 void acct_exit_ns(struct pid_namespace *ns) in acct_exit_ns() 455 struct pid_namespace *ns, struct file *file) in do_acct_process() 612 static void acct_process_in_ns(struct pid_namespace *ns) in acct_process_in_ns() 645 struct pid_namespace *ns; in acct_process() local
|
D | capability.c | 301 struct user_namespace *ns, int cap) in has_ns_capability() 341 struct user_namespace *ns, int cap) in has_ns_capability_noaudit() 380 bool ns_capable(struct user_namespace *ns, int cap) in ns_capable() 407 bool file_ns_capable(const struct file *file, struct user_namespace *ns, int cap) in file_ns_capable() 458 struct user_namespace *ns = current_user_ns(); in capable_wrt_inode_uidgid() local
|
D | nsproxy.c | 169 void free_nsproxy(struct nsproxy *ns) in free_nsproxy() 214 struct nsproxy *ns; in switch_task_namespaces() local
|
D | delayacct.c | 67 s64 ns; in delayacct_end() local
|
D | sys.c | 601 struct user_namespace *ns = current_user_ns(); in SYSCALL_DEFINE2() local 658 struct user_namespace *ns = current_user_ns(); in SYSCALL_DEFINE1() local 734 struct user_namespace *ns = current_user_ns(); in SYSCALL_DEFINE2() local 805 struct user_namespace *ns = current_user_ns(); in SYSCALL_DEFINE1() local 852 struct user_namespace *ns = current_user_ns(); in SYSCALL_DEFINE3() local 937 struct user_namespace *ns = current_user_ns(); in SYSCALL_DEFINE3() local
|
D | ptrace.c | 216 static int ptrace_has_cap(struct user_namespace *ns, unsigned int mode) in ptrace_has_cap()
|
D | cgroup.c | 3361 struct { enum cgroup_filetype type; struct pid_namespace *ns; } key; member 3443 struct pid_namespace *ns = task_active_pid_ns(current); in cgroup_pidlist_find() local
|
/kernel/sched/ |
D | stats.h | 221 unsigned long long ns) in account_group_exec_runtime()
|
D | core.c | 2685 u64 ns = 0; in do_task_delta_exec() local 2701 u64 ns = 0; in task_delta_exec() local 2719 u64 ns = 0; in task_sched_runtime() local
|