/kernel/ |
D | cred.c | 218 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 …]
|
D | resource.c | 185 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 …]
|
D | groups.c | 123 void set_groups(struct cred *new, struct group_info *group_info) in set_groups() 141 struct cred *new; in set_current_groups() local
|
D | umh.c | 68 struct cred *new; in call_usermodehelper_exec_async() local 358 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup()
|
D | sys.c | 365 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
|
D | usermode_driver.c | 96 static int umd_setup(struct subprocess_info *info, struct cred *new) in umd_setup()
|
D | audit_watch.c | 205 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()
|
D | user.c | 180 struct user_struct *up, *new; in alloc_uid() local
|
D | audit_tree.c | 293 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()
|
D | utsname.c | 143 static int utsns_install(struct nsset *nsset, struct ns_common *new) in utsns_install()
|
D | pid.c | 338 struct pid *new) in __change_pid() 388 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid()
|
D | tracepoint.c | 183 struct tracepoint_func *old, *new; in func_add() local 252 struct tracepoint_func *old, *new; in func_remove() local
|
D | ucount.c | 131 struct ucounts *ucounts, *new; in get_ucounts() local
|
D | nsproxy.c | 242 void switch_task_namespaces(struct task_struct *p, struct nsproxy *new) in switch_task_namespaces()
|
D | pid_namespace.c | 403 struct pid_namespace *ancestor, *new = to_pid_ns(ns); in pidns_install() local
|
D | capability.c | 227 struct cred *new; in SYSCALL_DEFINE2() local
|
/kernel/rcu/ |
D | rcu.h | 123 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/ |
D | dispatcher.c | 107 void *old, *new; in bpf_dispatcher_update() local
|
D | local_storage.c | 107 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/ |
D | qspinlock.c | 222 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local
|
D | qspinlock_paravirt.h | 136 int old, new; in trylock_clear_pending() local
|
D | rwsem.c | 563 long count, new; in rwsem_try_write_lock() local 716 struct task_struct *new, *owner; in rwsem_spin_on_owner() local
|
/kernel/cgroup/ |
D | pids.c | 149 int64_t new = atomic64_add_return(num, &p->counter); in pids_try_charge() local
|
/kernel/time/ |
D | namespace.c | 289 static int timens_install(struct nsset *nsset, struct ns_common *new) in timens_install()
|
/kernel/trace/ |
D | trace_stat.c | 77 struct rb_node **new = &(root->rb_node), *parent = NULL; in insert_stat() local
|