Home
last modified time | relevance | path

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

123

/kernel/
Dcred.c221 struct cred *new; in cred_alloc_blank() local
259 struct cred *new; in prepare_creds() local
312 struct cred *new; in prepare_exec_creds() local
345 struct cred *new; in copy_creds() local
450 int commit_creds(struct cred *new) in commit_creds()
537 void abort_creds(struct cred *new) in abort_creds()
558 const struct cred *override_creds(const struct cred *new) in override_creds()
672 int set_cred_ucounts(struct cred *new) in set_cred_ucounts()
721 struct cred *new; in prepare_kernel_cred() local
781 int set_security_override(struct cred *new, u32 secid) in set_security_override()
[all …]
Dresource.c159 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource()
253 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict()
270 int request_resource(struct resource *root, struct resource *new) in request_resource()
567 struct resource *new, in __find_resource()
625 static int find_resource(struct resource *root, struct resource *new, in find_resource()
647 struct resource new = *old; in reallocate_resource() local
693 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
755 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
820 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
840 int insert_resource(struct resource *parent, struct resource *new) in insert_resource()
[all …]
Ducount.c165 struct ucounts *ucounts, *new; in alloc_ucounts() local
267 long new = atomic_long_add_return(v, &iter->ucount[type]); in inc_rlimit_ucounts() local
280 long new = -1; /* Silence compiler warning */ in dec_rlimit_ucounts() local
316 long new = atomic_long_add_return(1, &iter->ucount[type]); in inc_rlimit_get_ucounts() local
Dsys.c370 struct cred *new; in __sys_setregid() local
436 struct cred *new; in __sys_setgid() local
476 static int set_user(struct cred *new) in set_user()
489 static void flag_nproc_exceeded(struct cred *new) in flag_nproc_exceeded()
527 struct cred *new; in __sys_setreuid() local
608 struct cred *new; in __sys_setuid() local
665 struct cred *new; in __sys_setresuid() local
767 struct cred *new; in __sys_setresgid() local
860 struct cred *new; in __sys_setfsuid() local
904 struct cred *new; in __sys_setfsgid() local
[all …]
Dgroups.c118 void set_groups(struct cred *new, struct group_info *group_info) in set_groups()
136 struct cred *new; in set_current_groups() local
Dumh.c69 struct cred *new; in call_usermodehelper_exec_async() local
360 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup()
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()
Dutsname.c140 static int utsns_install(struct nsset *nsset, struct ns_common *new) in utsns_install()
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
869 int audit_tag_tree(char *old, char *new) in audit_tag_tree()
Duser.c197 struct user_struct *up, *new; in alloc_uid() local
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
236 struct tracepoint_func *old, *new; in func_remove() local
Dnsproxy.c237 void switch_task_namespaces(struct task_struct *p, struct nsproxy *new) in switch_task_namespaces()
Dpid_namespace.c396 struct pid_namespace *ancestor, *new = to_pid_ns(ns); in pidns_install() local
/kernel/kcsan/
Dreport.c331 u64 old, u64 new, u64 mask) in print_report()
606 u64 old, u64 new, u64 mask) in kcsan_report_known_origin()
639 u64 old, u64 new, u64 mask) in kcsan_report_unknown_origin()
Dpermissive.h38 kcsan_ignore_data_race(size_t size, int type, u64 old, u64 new, u64 diff) in kcsan_ignore_data_race()
/kernel/locking/
Drtmutex.c215 struct task_struct *new) in rt_mutex_cmpxchg_acquire()
222 struct task_struct *new) in rt_mutex_cmpxchg_release()
293 struct task_struct *new) in rt_mutex_cmpxchg_acquire()
301 struct task_struct *new) in rt_mutex_cmpxchg_release()
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
/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.c105 struct rb_node **new = &(root->rb_node), *parent = NULL; in cgroup_storage_insert() local
147 struct bpf_storage_buffer *new; in cgroup_storage_update_elem() local
/kernel/time/
Dnamespace.c286 static int timens_install(struct nsset *nsset, struct ns_common *new) in timens_install()
/kernel/cgroup/
Dpids.c149 int64_t new = atomic64_add_return(num, &p->counter); in pids_try_charge() local

123