Home
last modified time | relevance | path

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

12345678910>>...25

/linux-3.3/arch/s390/include/asm/
Drwsem.h65 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
Datomic.h84 #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/
Dcontext.c63 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/
Dcred.c240 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/
Dftrace.c25 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/
Dprocess_keys.c127 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/
Dcmpxchg.h15 #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/
Dcmpxchg.h83 #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/
Dcmpxchg.c10 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/
Dsystem.h101 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/
Datomic.h33 __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
Dbitops.h40 __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
Drwsem.h55 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/
Dnf_conntrack_ecache.c82 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/
Dftrace.c43 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/
Ddrm_lock.c187 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/
Dxchg.h137 ____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/
Dcommoncap.c234 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/
Dutil.h35 void *new = malloc(len); in xmalloc() local
45 void *new = realloc(p, len); in xrealloc() local
/linux-3.3/arch/arm/kernel/
Dftrace.c124 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/
Drculist.h33 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/
Dcmpxchg-local.h14 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/
Dsecurity.c22 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/
Dsystem.h70 #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/
Dsym_misc.h65 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

12345678910>>...25