Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 64) 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.c171 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource()
265 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict()
282 int request_resource(struct resource *root, struct resource *new) in request_resource()
580 struct resource *new, in __find_resource()
638 static int find_resource(struct resource *root, struct resource *new, in find_resource()
660 struct resource new = *old; in reallocate_resource() local
706 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
768 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
833 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
853 int insert_resource(struct resource *parent, struct resource *new) in insert_resource()
[all …]
Ducount.c167 struct ucounts *ucounts, *new; in alloc_ucounts() local
269 long new = atomic_long_add_return(v, &iter->rlimit[type]); in inc_rlimit_ucounts() local
282 long new = -1; /* Silence compiler warning */ in dec_rlimit_ucounts() local
318 long new = atomic_long_add_return(1, &iter->rlimit[type]); in inc_rlimit_get_ucounts() local
Dsys.c371 struct cred *new; in __sys_setregid() local
437 struct cred *new; in __sys_setgid() local
477 static int set_user(struct cred *new) in set_user()
490 static void flag_nproc_exceeded(struct cred *new) in flag_nproc_exceeded()
528 struct cred *new; in __sys_setreuid() local
609 struct cred *new; in __sys_setuid() local
666 struct cred *new; in __sys_setresuid() local
768 struct cred *new; in __sys_setresgid() local
861 struct cred *new; in __sys_setfsuid() local
905 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.c70 struct cred *new; in call_usermodehelper_exec_async() local
361 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.c206 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
870 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/futex/
Drequeue.c95 int old, new; in futex_requeue_pi_prepare() local
127 int old, new; in futex_requeue_pi_complete() local
158 int old, new; in futex_requeue_pi_wakeup_sync() local
/kernel/kcsan/
Dpermissive.h38 kcsan_ignore_data_race(size_t size, int type, u64 old, u64 new, u64 diff) in kcsan_ignore_data_race()
Dreport.c391 u64 old, u64 new, u64 mask) in print_report()
668 int watchpoint_idx, u64 old, u64 new, u64 mask) in kcsan_report_known_origin()
701 unsigned long ip, u64 old, u64 new, u64 mask) in kcsan_report_unknown_origin()
/kernel/locking/
Drtmutex.c217 struct task_struct *new) in rt_mutex_cmpxchg_acquire()
224 struct task_struct *new) in rt_mutex_cmpxchg_release()
295 struct task_struct *new) in rt_mutex_cmpxchg_acquire()
303 struct task_struct *new) in rt_mutex_cmpxchg_release()
Dqspinlock.c223 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local
/kernel/cgroup/
Dpids.c143 int64_t new = atomic64_add_return(num, &p->counter); in pids_charge() local
163 int64_t new = atomic64_add_return(num, &p->counter); in pids_try_charge() local
/kernel/rcu/
Drcu.h136 static inline bool rcu_seq_completed_gp(unsigned long old, unsigned long new) in rcu_seq_completed_gp()
144 static inline bool rcu_seq_new_gp(unsigned long old, unsigned long new) in rcu_seq_new_gp()
154 static inline unsigned long rcu_seq_diff(unsigned long new, unsigned long old) in rcu_seq_diff()
/kernel/bpf/
Ddispatcher.c108 void *new, *tmp; in bpf_dispatcher_update() local
Dlocal_storage.c106 struct rb_node **new = &(root->rb_node), *parent = NULL; in cgroup_storage_insert() local
148 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()

123