Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 57) sorted by relevance

123

/kernel/
Dcred.c218 struct cred *new; in cred_alloc_blank() local
257 struct cred *new; in prepare_creds() local
305 struct cred *new; in prepare_exec_creds() local
338 struct cred *new; in copy_creds() local
440 int commit_creds(struct cred *new) in commit_creds()
527 void abort_creds(struct cred *new) in abort_creds()
548 const struct cred *override_creds(const struct cred *new) in override_creds()
691 struct cred *new; in prepare_kernel_cred() local
747 int set_security_override(struct cred *new, u32 secid) in set_security_override()
763 int set_security_override_from_ctx(struct cred *new, const char *secctx) in set_security_override_from_ctx()
[all …]
Dresource.c185 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource()
279 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict()
296 int request_resource(struct resource *root, struct resource *new) in request_resource()
596 struct resource *new, in __find_resource()
654 static int find_resource(struct resource *root, struct resource *new, in find_resource()
676 struct resource new = *old; in reallocate_resource() local
722 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
784 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
849 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
869 int insert_resource(struct resource *parent, struct resource *new) in insert_resource()
[all …]
Dgroups.c123 void set_groups(struct cred *new, struct group_info *group_info) in set_groups()
141 struct cred *new; in set_current_groups() local
Dumh.c68 struct cred *new; in call_usermodehelper_exec_async() local
358 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup()
Dsys.c365 struct cred *new; in __sys_setregid() local
431 struct cred *new; in __sys_setgid() local
471 static int set_user(struct cred *new) in set_user()
516 struct cred *new; in __sys_setreuid() local
592 struct cred *new; in __sys_setuid() local
644 struct cred *new; in __sys_setresuid() local
741 struct cred *new; in __sys_setresgid() local
834 struct cred *new; in __sys_setfsuid() local
878 struct cred *new; in __sys_setfsgid() local
1650 struct rlimit old, new; in SYSCALL_DEFINE4() local
Dusermode_driver.c96 static int umd_setup(struct subprocess_info *info, struct cred *new) in umd_setup()
Daudit_watch.c205 struct audit_watch *new; in audit_dupe_watch() local
505 int audit_dupe_exe(struct audit_krule *new, struct audit_krule *old) in audit_dupe_exe()
Duser.c180 struct user_struct *up, *new; in alloc_uid() local
Daudit_tree.c293 static void replace_chunk(struct audit_chunk *new, struct audit_chunk *old) in replace_chunk()
351 struct audit_chunk *new; in untag_chunk() local
870 int audit_tag_tree(char *old, char *new) in audit_tag_tree()
Dutsname.c143 static int utsns_install(struct nsset *nsset, struct ns_common *new) in utsns_install()
Dpid.c338 struct pid *new) in __change_pid()
388 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid()
Dtracepoint.c183 struct tracepoint_func *old, *new; in func_add() local
252 struct tracepoint_func *old, *new; in func_remove() local
Ducount.c131 struct ucounts *ucounts, *new; in get_ucounts() local
Dnsproxy.c242 void switch_task_namespaces(struct task_struct *p, struct nsproxy *new) in switch_task_namespaces()
Dpid_namespace.c403 struct pid_namespace *ancestor, *new = to_pid_ns(ns); in pidns_install() local
Dcapability.c227 struct cred *new; in SYSCALL_DEFINE2() local
/kernel/rcu/
Drcu.h123 static inline bool rcu_seq_completed_gp(unsigned long old, unsigned long new) in rcu_seq_completed_gp()
131 static inline bool rcu_seq_new_gp(unsigned long old, unsigned long new) in rcu_seq_new_gp()
141 static inline unsigned long rcu_seq_diff(unsigned long new, unsigned long old) in rcu_seq_diff()
/kernel/bpf/
Ddispatcher.c107 void *old, *new; in bpf_dispatcher_update() local
Dlocal_storage.c107 struct rb_node **new = &(root->rb_node), *parent = NULL; in cgroup_storage_insert() local
149 struct bpf_storage_buffer *new; in cgroup_storage_update_elem() local
/kernel/locking/
Dqspinlock.c222 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local
Dqspinlock_paravirt.h136 int old, new; in trylock_clear_pending() local
Drwsem.c563 long count, new; in rwsem_try_write_lock() local
716 struct task_struct *new, *owner; in rwsem_spin_on_owner() local
/kernel/cgroup/
Dpids.c149 int64_t new = atomic64_add_return(num, &p->counter); in pids_try_charge() local
/kernel/time/
Dnamespace.c289 static int timens_install(struct nsset *nsset, struct ns_common *new) in timens_install()
/kernel/trace/
Dtrace_stat.c77 struct rb_node **new = &(root->rb_node), *parent = NULL; in insert_stat() local

123