Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 42) sorted by relevance

12

/kernel/
Dcred.c250 const struct cred *old; in prepare_creds() local
430 const struct cred *old = task->real_cred; in commit_creds() local
536 const struct cred *old = current->cred; in override_creds() local
575 void revert_creds(const struct cred *old) in revert_creds()
622 const struct cred *old; in prepare_kernel_cred() local
Dtracepoint.c75 static inline void release_probes(struct tracepoint_func *old) in release_probes()
99 struct tracepoint_func *old, *new; in func_add() local
147 struct tracepoint_func *old, *new; in func_remove() local
197 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func() local
237 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func() local
Dsys.c344 const struct cred *old; in SYSCALL_DEFINE2() local
401 const struct cred *old; in SYSCALL_DEFINE1() local
477 const struct cred *old; in SYSCALL_DEFINE2() local
548 const struct cred *old; in SYSCALL_DEFINE1() local
595 const struct cred *old; in SYSCALL_DEFINE3() local
682 const struct cred *old; in SYSCALL_DEFINE3() local
760 const struct cred *old; in SYSCALL_DEFINE1() local
799 const struct cred *old; in SYSCALL_DEFINE1() local
1561 struct rlimit old, new; in SYSCALL_DEFINE4() local
Dexec_domain.c53 unsigned int old = current->personality; in SYSCALL_DEFINE1() local
Dresource.c245 static int __release_resource(struct resource *old, bool release_child) in __release_resource()
342 int release_resource(struct resource *old) in release_resource()
598 static int __find_resource(struct resource *root, struct resource *old, in __find_resource()
674 static int reallocate_resource(struct resource *root, struct resource *old, in reallocate_resource()
930 int remove_resource(struct resource *old) in remove_resource()
Daudit_watch.c215 static struct audit_watch *audit_dupe_watch(struct audit_watch *old) in audit_dupe_watch()
537 int audit_dupe_exe(struct audit_krule *new, struct audit_krule *old) in audit_dupe_exe()
Dwatchdog.c682 int err, old, *param = table->data; in proc_watchdog_common() local
741 int err, old; in proc_watchdog_thresh() local
Ducount.c183 int c, old; in atomic_inc_below() local
Daudit.c354 static int audit_log_config_change(char *function_name, u32 new, u32 old, in audit_log_config_change()
376 u32 old = *to_change; in audit_do_config_change() local
1347 char *old, *new; in audit_receive_msg() local
1416 struct audit_tty_status s, old; in audit_receive_msg() local
Daudit_tree.c392 struct audit_chunk *chunk, *old; in tag_chunk() local
820 int audit_tag_tree(char *old, char *new) in audit_tag_tree()
Dsmpboot.c350 struct cpumask *old = plug_thread->cpumask; in smpboot_update_cpumask_percpu_thread() local
Dacct.c199 struct fs_pin *old; in acct_on() local
Dpid.c429 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid()
Dcompat.c538 unsigned long __user *old = NULL; in COMPAT_SYSCALL_DEFINE4() local
Dauditsc.c2330 const struct cred *new, const struct cred *old) in __audit_log_bprm_fcaps()
2371 void __audit_log_capset(const struct cred *new, const struct cred *old) in __audit_log_capset()
Dauditfilter.c791 struct audit_entry *audit_dupe_rule(struct audit_krule *old) in audit_dupe_rule()
Dkexec_core.c717 kimage_entry_t *old; in kimage_alloc_page() local
/kernel/locking/
Dosq_lock.c48 int old; in osq_wait_next() local
95 int old; in osq_lock() local
Dqspinlock.c210 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local
305 u32 old, tail; in queued_spin_lock_slowpath() local
Dmutex.c86 unsigned long old, flags = __owner_flags(owner); in __mutex_trylock_or_owner() local
186 unsigned long old, new; in __mutex_handoff() local
1029 unsigned long old; in __mutex_unlock_slowpath() local
Drwsem-xadd.c356 long old, count = atomic_long_read(&sem->count); in rwsem_try_write_lock_unqueued() local
Dqspinlock_paravirt.h114 int old, new; in trylock_clear_pending() local
/kernel/sched/
Ddeadline.c85 u64 old = dl_rq->running_bw; in add_running_bw() local
96 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/bpf/
Dverifier.c3711 static bool range_within(struct bpf_reg_state *old, in range_within()
3723 u32 old; member
3850 static bool stacksafe(struct bpf_verifier_state *old, in stacksafe()
3928 struct bpf_verifier_state *old, in states_equal()
/kernel/time/
Dclockevents.c568 void clockevents_exchange_device(struct clock_event_device *old, in clockevents_exchange_device()

12