Home
last modified time | relevance | path

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

123

/kernel/
Dcred.c178 struct cred *new; in cred_alloc_blank() local
213 struct cred *new; in prepare_creds() local
262 struct cred *new; in prepare_exec_creds() local
295 struct cred *new; in copy_creds() local
395 int commit_creds(struct cred *new) in commit_creds()
473 void abort_creds(struct cred *new) in abort_creds()
490 const struct cred *override_creds(const struct cred *new) in override_creds()
589 int set_cred_ucounts(struct cred *new) in set_cred_ucounts()
638 struct cred *new; in prepare_kernel_cred() local
694 int set_security_override(struct cred *new, u32 secid) in set_security_override()
[all …]
Dresource.c163 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource()
257 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict()
274 int request_resource(struct resource *root, struct resource *new) in request_resource()
658 struct resource *new, resource_size_t size, in __find_resource_space()
731 int find_resource_space(struct resource *root, struct resource *new, in find_resource_space()
754 struct resource new = *old; in reallocate_resource() local
800 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
856 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
921 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
941 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
319 long new = atomic_long_add_return(1, &iter->rlimit[type]); in inc_rlimit_get_ucounts() local
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
Dsys.c387 struct cred *new; in __sys_setregid() local
455 struct cred *new; in __sys_setgid() local
497 static int set_user(struct cred *new) in set_user()
510 static void flag_nproc_exceeded(struct cred *new) in flag_nproc_exceeded()
548 struct cred *new; in __sys_setreuid() local
631 struct cred *new; in __sys_setuid() local
690 struct cred *new; in __sys_setresuid() local
794 struct cred *new; in __sys_setresgid() local
889 struct cred *new; in __sys_setfsuid() local
933 struct cred *new; in __sys_setfsgid() local
[all …]
Dnsproxy.c239 void switch_task_namespaces(struct task_struct *p, struct nsproxy *new) in switch_task_namespaces()
262 struct nsproxy *new; in exec_task_namespaces() local
Dumh.c67 struct cred *new; in call_usermodehelper_exec_async() local
358 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_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()
Dusermode_driver.c96 static int umd_setup(struct subprocess_info *info, struct cred *new) in umd_setup()
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.c140 static int utsns_install(struct nsset *nsset, struct ns_common *new) in utsns_install()
Duser.c221 struct user_struct *up, *new; in alloc_uid() local
Dpid.c347 struct pid *new) in __change_pid()
402 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid()
Dtracepoint.c184 struct tracepoint_func *old, *new; in func_add() local
237 struct tracepoint_func *old, *new; in func_remove() local
Dpid_namespace.c376 struct pid_namespace *ancestor, *new = to_pid_ns(ns); in pidns_install() local
/kernel/printk/
Dnbcon.c128 static inline void nbcon_state_set(struct console *con, struct nbcon_state *new) in nbcon_state_set()
152 struct nbcon_state *new) in nbcon_state_try_cmpxchg()
243 struct nbcon_state new; in nbcon_context_try_acquire_direct() local
348 struct nbcon_state new; in nbcon_context_try_acquire_requested() local
431 struct nbcon_state new; in nbcon_context_try_acquire_handover() local
547 struct nbcon_state new; in nbcon_context_try_acquire_hostile() local
675 struct nbcon_state new; in nbcon_context_release() local
829 struct nbcon_state new; in __nbcon_context_update_unsafe() local
/kernel/futex/
Drequeue.c97 int old, new; in futex_requeue_pi_prepare() local
129 int old, new; in futex_requeue_pi_complete() local
160 int old, new; in futex_requeue_pi_wakeup_sync() local
/kernel/locking/
Drtmutex.c219 struct task_struct *new) in rt_mutex_cmpxchg_acquire()
231 struct task_struct *new) in rt_mutex_cmpxchg_release()
244 unsigned long owner, new; in mark_rt_mutex_waiters() local
303 struct task_struct *new) in rt_mutex_cmpxchg_acquire()
325 struct task_struct *new) in rt_mutex_cmpxchg_release()
Dqspinlock.c223 u32 old, new; in xchg_tail() 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/rcu/
Drcu.h171 static inline bool rcu_seq_completed_gp(unsigned long old, unsigned long new) in rcu_seq_completed_gp()
179 static inline bool rcu_seq_new_gp(unsigned long old, unsigned long new) in rcu_seq_new_gp()
189 static inline unsigned long rcu_seq_diff(unsigned long new, unsigned long old) in rcu_seq_diff()
/kernel/cgroup/
Dpids.c150 int64_t new = atomic64_add_return(num, &p->counter); in pids_charge() local
171 int64_t new = atomic64_add_return(num, &p->counter); in pids_try_charge() local
/kernel/bpf/
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
Ddispatcher.c108 void *new, *tmp; in bpf_dispatcher_update() local

123