Home
last modified time | relevance | path

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

123

/kernel/
Dcred.c215 struct cred *new; in cred_alloc_blank() local
254 struct cred *new; in prepare_creds() local
302 struct cred *new; in prepare_exec_creds() local
332 struct cred *new; in copy_creds() local
434 int commit_creds(struct cred *new) in commit_creds()
520 void abort_creds(struct cred *new) in abort_creds()
541 const struct cred *override_creds(const struct cred *new) in override_creds()
684 struct cred *new; in prepare_kernel_cred() local
740 int set_security_override(struct cred *new, u32 secid) in set_security_override()
756 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()
593 struct resource *new, in __find_resource()
651 static int find_resource(struct resource *root, struct resource *new, in find_resource()
673 struct resource new = *old; in reallocate_resource() local
719 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
781 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
846 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
866 int insert_resource(struct resource *parent, struct resource *new) in insert_resource()
[all …]
Dumh.c71 struct cred *new; in call_usermodehelper_exec_async() local
381 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup()
409 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup_file()
435 static int umh_pipe_setup(struct subprocess_info *info, struct cred *new) in umh_pipe_setup()
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
Dsys.c356 struct cred *new; in __sys_setregid() local
418 struct cred *new; in __sys_setgid() local
454 static int set_user(struct cred *new) in set_user()
499 struct cred *new; in __sys_setreuid() local
575 struct cred *new; in __sys_setuid() local
627 struct cred *new; in __sys_setresuid() local
719 struct cred *new; in __sys_setresgid() local
802 struct cred *new; in __sys_setfsuid() local
846 struct cred *new; in __sys_setfsgid() local
1613 struct rlimit old, new; in SYSCALL_DEFINE4() local
Dpid.c290 struct pid *new) in __change_pid()
321 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid()
Dtracepoint.c132 struct tracepoint_func *old, *new; in func_add() local
180 struct tracepoint_func *old, *new; in func_remove() local
Duser.c179 struct user_struct *up, *new; in alloc_uid() local
Dutsname.c143 static int utsns_install(struct nsproxy *nsproxy, struct ns_common *new) in utsns_install()
Daudit_tree.c295 static void replace_chunk(struct audit_chunk *new, struct audit_chunk *old) in replace_chunk()
353 struct audit_chunk *new; in untag_chunk() local
872 int audit_tag_tree(char *old, char *new) in audit_tag_tree()
Daudit_watch.c205 struct audit_watch *new; in audit_dupe_watch() local
522 int audit_dupe_exe(struct audit_krule *new, struct audit_krule *old) in audit_dupe_exe()
Dnsproxy.c213 void switch_task_namespaces(struct task_struct *p, struct nsproxy *new) in switch_task_namespaces()
Ducount.c128 struct ucounts *ucounts, *new; in get_ucounts() local
Dpid_namespace.c386 struct pid_namespace *ancestor, *new = to_pid_ns(ns); in pidns_install() local
Dcapability.c227 struct cred *new; in SYSCALL_DEFINE2() local
Daudit.c380 static int audit_log_config_change(char *function_name, u32 new, u32 old, in audit_log_config_change()
399 static int audit_do_config_change(char *function_name, u32 *to_change, u32 new) in audit_do_config_change()
1383 char *old, *new; in audit_receive_msg() 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/
Dlocal_storage.c88 struct rb_node **new = &(root->rb_node), *parent = NULL; in cgroup_storage_insert() local
132 struct bpf_storage_buffer *new; in cgroup_storage_update_elem() local
/kernel/locking/
Dqspinlock.c221 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local
Dqspinlock_paravirt.h136 int old, new; in trylock_clear_pending() local
Drwsem.c566 long count, new; in rwsem_try_write_lock() local
720 struct task_struct *new, *owner; in rwsem_spin_on_owner() local
/kernel/trace/
Dtrace_stat.c79 struct rb_node **new = &(root->rb_node), *parent = NULL; in insert_stat() local
/kernel/cgroup/
Dpids.c148 int64_t new = atomic64_add_return(num, &p->counter); in pids_try_charge() local
/kernel/sched/
Dpsi.c1149 void psi_trigger_replace(void **trigger_ptr, struct psi_trigger *new) in psi_trigger_replace()
1197 struct psi_trigger *new; in psi_write() local
/kernel/irq/
Dmanage.c1142 static int irq_setup_forced_threading(struct irqaction *new) in irq_setup_forced_threading()
1232 setup_irq_thread(struct irqaction *new, unsigned int irq, bool secondary) in setup_irq_thread()
1287 __setup_irq(unsigned int irq, struct irq_desc *desc, struct irqaction *new) in __setup_irq()

123