/linux-3.3/arch/s390/include/asm/ |
D | rwsem.h | 65 signed long old, new; in __down_read() local 93 signed long old, new; in __down_read_trylock() local 124 signed long old, new, tmp; in __down_write_nested() local 186 signed long old, new; in __up_read() local 215 signed long old, new, tmp; in __up_write() local 245 signed long old, new, tmp; in __downgrade_write() local 274 signed long old, new; in rwsem_atomic_add() local 300 signed long old, new; in rwsem_atomic_update() local
|
D | atomic.h | 84 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument 86 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 170 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) argument 173 long long old, long long new) in atomic64_cmpxchg() 210 static inline long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg() 226 long long old, long long new) in atomic64_cmpxchg() 242 long long old, new; in atomic64_add_return() local 253 long long old, new; in atomic64_sub_return() local 264 long long old, new; in atomic64_set_mask() local 274 long long old, new; in atomic64_clear_mask() local
|
/linux-3.3/security/apparmor/ |
D | context.c | 63 void aa_dup_task_context(struct aa_task_cxt *new, const struct aa_task_cxt *old) in aa_dup_task_context() 80 struct cred *new; in aa_replace_current_profile() local 122 struct cred *new = prepare_creds(); in aa_set_current_onexec() local 148 struct cred *new = prepare_creds(); in aa_set_current_hat() local 186 struct cred *new = prepare_creds(); in aa_restore_previous_profile() local
|
/linux-3.3/kernel/ |
D | cred.c | 240 struct cred *new; in cred_alloc_blank() local 288 struct cred *new; in prepare_creds() local 334 struct cred *new; in prepare_exec_creds() local 385 struct cred *new; in copy_creds() local 473 int commit_creds(struct cred *new) in commit_creds() 550 void abort_creds(struct cred *new) in abort_creds() 571 const struct cred *override_creds(const struct cred *new) in override_creds() 651 struct cred *new; in prepare_kernel_cred() local 716 int set_security_override(struct cred *new, u32 secid) in set_security_override() 732 int set_security_override_from_ctx(struct cred *new, const char *secctx) in set_security_override_from_ctx() [all …]
|
/linux-3.3/arch/sparc/kernel/ |
D | ftrace.c | 25 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) in ftrace_modify_code() 58 u32 old, new; in ftrace_make_nop() local 68 u32 old, new; in ftrace_make_call() local 78 u32 old, new; in ftrace_update_ftrace_func() local 103 u32 old, new; in ftrace_enable_ftrace_graph_caller() local 113 u32 old, new; in ftrace_disable_ftrace_graph_caller() local
|
/linux-3.3/security/keys/ |
D | process_keys.c | 127 int install_thread_keyring_to_cred(struct cred *new) in install_thread_keyring_to_cred() 145 struct cred *new; in install_thread_keyring() local 169 int install_process_keyring_to_cred(struct cred *new) in install_process_keyring_to_cred() 204 struct cred *new; in install_process_keyring() local 266 struct cred *new; in install_session_keyring() local 764 struct cred *new; in join_session_keyring() local 837 struct cred *new; in key_replace_session_keyring() local
|
/linux-3.3/arch/mips/include/asm/ |
D | cmpxchg.h | 15 #define __cmpxchg_asm(ld, st, m, old, new) \ argument 72 #define __cmpxchg(ptr, old, new, pre_barrier, post_barrier) \ argument 101 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_mb__before_llsc(), smp_llsc_mb()) argument 102 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, , ) argument
|
/linux-3.3/arch/x86/include/asm/ |
D | cmpxchg.h | 83 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument 131 #define __cmpxchg(ptr, old, new, size) \ argument 134 #define __sync_cmpxchg(ptr, old, new, size) \ argument 137 #define __cmpxchg_local(ptr, old, new, size) \ argument 147 #define cmpxchg(ptr, old, new) \ argument 150 #define sync_cmpxchg(ptr, old, new) \ argument 153 #define cmpxchg_local(ptr, old, new) \ argument
|
/linux-3.3/arch/x86/lib/ |
D | cmpxchg.c | 10 unsigned long cmpxchg_386_u8(volatile void *ptr, u8 old, u8 new) in cmpxchg_386_u8() 25 unsigned long cmpxchg_386_u16(volatile void *ptr, u16 old, u16 new) in cmpxchg_386_u16() 40 unsigned long cmpxchg_386_u32(volatile void *ptr, u32 old, u32 new) in cmpxchg_386_u32()
|
/linux-3.3/arch/avr32/include/asm/ |
D | system.h | 101 unsigned long new) in __cmpxchg_u32() 130 unsigned long new, int size) in __cmpxchg() 143 #define cmpxchg(ptr, old, new) \ argument 152 unsigned long new, int size) in __cmpxchg_local() 164 #define cmpxchg_local(ptr, old, new) \ argument
|
/linux-3.3/arch/ia64/include/asm/ |
D | atomic.h | 33 __s32 old, new; in ia64_atomic_add() local 47 __s64 old, new; in ia64_atomic64_add() local 61 __s32 old, new; in ia64_atomic_sub() local 75 __s64 old, new; in ia64_atomic64_sub() local 86 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) argument 87 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument 89 #define atomic64_cmpxchg(v, old, new) \ argument 91 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) argument
|
D | bitops.h | 40 __u32 bit, old, new; in set_bit() local 87 __u32 mask, old, new; in clear_bit() local 111 __u32 mask, old, new; in clear_bit_unlock() local 136 __u32 const new = *m & ~(1 << (nr & 31)); in __clear_bit_unlock() local 168 __u32 bit, old, new; in change_bit() local 207 __u32 bit, old, new; in test_and_set_bit() local 261 __u32 mask, old, new; in test_and_clear_bit() local 306 __u32 bit, old, new; in test_and_change_bit() local
|
D | rwsem.h | 55 long old, new; in __down_write() local 84 long old, new; in __up_write() local 127 long old, new; in __downgrade_write() local
|
/linux-3.3/net/netfilter/ |
D | nf_conntrack_ecache.c | 82 struct nf_ct_event_notifier *new) in nf_conntrack_register_notifier() 105 struct nf_ct_event_notifier *new) in nf_conntrack_unregister_notifier() 119 struct nf_exp_event_notifier *new) in nf_ct_expect_register_notifier() 142 struct nf_exp_event_notifier *new) in nf_ct_expect_unregister_notifier()
|
/linux-3.3/arch/powerpc/kernel/ |
D | ftrace.c | 43 ftrace_modify_code(unsigned long ip, unsigned int old, unsigned int new) in ftrace_modify_code() 303 unsigned int old, new; in ftrace_make_nop() local 442 unsigned int old, new; in ftrace_make_call() local 477 unsigned int old, new; in ftrace_update_ftrace_func() local 509 unsigned int old, new; in ftrace_enable_ftrace_graph_caller() local 522 unsigned int old, new; in ftrace_disable_ftrace_graph_caller() local
|
/linux-3.3/drivers/gpu/drm/ |
D | drm_lock.c | 187 unsigned int old, new, prev; in drm_lock_take() local 236 unsigned int old, new, prev; in drm_lock_transfer() local 261 unsigned int old, new, prev; in drm_lock_free() local 302 unsigned int old, new, prev; in drm_notifier() local
|
/linux-3.3/arch/alpha/include/asm/ |
D | xchg.h | 137 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg() 164 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg() 191 ____cmpxchg(_u32, volatile int *m, int old, int new) in ____cmpxchg() 214 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg()
|
/linux-3.3/security/ |
D | commoncap.c | 234 int cap_capset(struct cred *new, in cap_capset() 328 struct cred *new = bprm->cred; in bprm_caps_from_vfs_caps() local 471 struct cred *new = bprm->cred; in cap_bprm_set_creds() local 668 static inline void cap_emulate_setxuid(struct cred *new, const struct cred *old) in cap_emulate_setxuid() 691 int cap_task_fix_setuid(struct cred *new, const struct cred *old, int flags) in cap_task_fix_setuid() 795 static long cap_prctl_drop(struct cred *new, unsigned long cap) in cap_prctl_drop() 821 struct cred *new; in cap_task_prctl() local
|
/linux-3.3/scripts/dtc/ |
D | util.h | 35 void *new = malloc(len); in xmalloc() local 45 void *new = realloc(p, len); in xrealloc() local
|
/linux-3.3/arch/arm/kernel/ |
D | ftrace.c | 124 unsigned long new) in ftrace_modify_code() 145 unsigned long new; in ftrace_update_ftrace_func() local 169 unsigned long new, old; in ftrace_make_call() local 183 unsigned long new; in ftrace_make_nop() local 255 unsigned long new = enable ? branch : nop; in __ftrace_modify_caller() local
|
/linux-3.3/include/linux/ |
D | rculist.h | 33 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 58 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 79 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 152 struct list_head *new) in list_replace_rcu() 323 struct hlist_node *new) in hlist_replace_rcu()
|
/linux-3.3/include/asm-generic/ |
D | cmpxchg-local.h | 14 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic() 53 u64 old, u64 new) in __cmpxchg64_local_generic()
|
/linux-3.3/fs/cachefiles/ |
D | security.c | 22 struct cred *new; in cachefiles_get_security_ID() local 87 struct cred *new; in cachefiles_determine_cache_security() local
|
/linux-3.3/arch/frv/include/asm/ |
D | system.h | 70 #define cmpxchg(ptr, test, new) \ argument 110 #define cmpxchg(ptr, test, new) \ argument 137 unsigned long new, int size) in __cmpxchg_local()
|
/linux-3.3/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 65 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add() 126 #define sym_insque(new, pos) __sym_que_add(new, pos, (pos)->flink) argument 130 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink) argument 143 #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head) argument
|