/kernel/ |
D | cred.c | 253 const struct cred *old; in prepare_creds() local 437 const struct cred *old = task->real_cred; in commit_creds() local 543 const struct cred *old = current->cred; in override_creds() local 582 void revert_creds(const struct cred *old) in revert_creds() 683 const struct cred *old; in prepare_kernel_cred() local
|
D | tracepoint.c | 97 static inline void release_probes(struct tracepoint_func *old) in release_probes() 138 struct tracepoint_func *old, *new; in func_add() local 207 struct tracepoint_func *old, *new; in func_remove() local 277 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func() local 316 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func() local
|
D | exec_domain.c | 40 unsigned int old = current->personality; in SYSCALL_DEFINE1() local
|
D | audit_tree.c | 284 struct audit_chunk *old; in replace_mark_chunk() local 295 static void replace_chunk(struct audit_chunk *new, struct audit_chunk *old) in replace_chunk() 463 struct audit_chunk *chunk, *old; in tag_chunk() local 872 int audit_tag_tree(char *old, char *new) in audit_tag_tree()
|
D | sys.c | 357 const struct cred *old; in __sys_setregid() local 419 const struct cred *old; in __sys_setgid() local 500 const struct cred *old; in __sys_setreuid() local 576 const struct cred *old; in __sys_setuid() local 628 const struct cred *old; in __sys_setresuid() local 720 const struct cred *old; in __sys_setresgid() local 803 const struct cred *old; in __sys_setfsuid() local 847 const struct cred *old; in __sys_setfsgid() local 1619 struct rlimit old, new; in SYSCALL_DEFINE4() local
|
D | resource.c | 213 static int __release_resource(struct resource *old, bool release_child) in __release_resource() 310 int release_resource(struct resource *old) in release_resource() 592 static int __find_resource(struct resource *root, struct resource *old, in __find_resource() 668 static int reallocate_resource(struct resource *root, struct resource *old, in reallocate_resource() 924 int remove_resource(struct resource *old) in remove_resource()
|
D | audit_watch.c | 202 static struct audit_watch *audit_dupe_watch(struct audit_watch *old) in audit_dupe_watch() 520 int audit_dupe_exe(struct audit_krule *new, struct audit_krule *old) in audit_dupe_exe()
|
D | watchdog.c | 696 int err, old, *param = table->data; in proc_watchdog_common() local 755 int err, old; in proc_watchdog_thresh() local
|
D | ucount.c | 177 int c, old; in atomic_inc_below() local
|
D | audit.c | 380 static int audit_log_config_change(char *function_name, u32 new, u32 old, in audit_log_config_change() 402 u32 old = *to_change; in audit_do_config_change() local 1431 char *old, *new; in audit_receive_msg() local 1500 struct audit_tty_status s, old; in audit_receive_msg() local
|
D | acct.c | 199 struct fs_pin *old; in acct_on() local
|
D | pid.c | 321 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid()
|
D | auditfilter.c | 811 struct audit_entry *audit_dupe_rule(struct audit_krule *old) in audit_dupe_rule()
|
D | kexec_core.c | 716 kimage_entry_t *old; in kimage_alloc_page() local
|
D | auditsc.c | 2496 const struct cred *new, const struct cred *old) in __audit_log_bprm_fcaps() 2538 void __audit_log_capset(const struct cred *new, const struct cred *old) in __audit_log_capset()
|
D | relay.c | 749 void *old, *new; in relay_switch_subbuf() local
|
/kernel/locking/ |
D | osq_lock.c | 48 int old; in osq_wait_next() local 95 int old; in osq_lock() local
|
D | qspinlock.c | 221 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local 317 u32 old, tail; in queued_spin_lock_slowpath() local
|
D | mutex.c | 115 unsigned long old, flags = __owner_flags(owner); in __mutex_trylock_or_owner() local 241 unsigned long old, new; in __mutex_handoff() local 1250 unsigned long old; in __mutex_unlock_slowpath() local
|
D | qspinlock_paravirt.h | 136 int old, new; in trylock_clear_pending() 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()
|
D | rcuperf.c | 298 static unsigned long rcuperf_seq_diff(unsigned long new, unsigned long old) in rcuperf_seq_diff()
|
/kernel/sched/ |
D | deadline.c | 81 u64 old = dl_rq->running_bw; in __add_running_bw() local 94 u64 old = dl_rq->running_bw; in __sub_running_bw() local 108 u64 old = dl_rq->this_bw; in __add_rq_bw() local 118 u64 old = dl_rq->this_bw; in __sub_rq_bw() local
|
/kernel/time/ |
D | clockevents.c | 569 void clockevents_exchange_device(struct clock_event_device *old, in clockevents_exchange_device()
|
/kernel/bpf/ |
D | verifier.c | 7006 static bool range_within(struct bpf_reg_state *old, in range_within() 7259 static bool stacksafe(struct bpf_verifier_env *env, struct bpf_func_state *old, in stacksafe() 7322 static bool refsafe(struct bpf_func_state *old, struct bpf_func_state *cur) in refsafe() 7356 static bool func_states_equal(struct bpf_verifier_env *env, struct bpf_func_state *old, in func_states_equal() 7377 struct bpf_verifier_state *old, in states_equal() 7490 const struct bpf_verifier_state *old) in propagate_precision() 7526 static bool states_maybe_looping(struct bpf_verifier_state *old, in states_maybe_looping()
|