Home
last modified time | relevance | path

Searched defs:new (Results 1 – 200 of 772) sorted by relevance

1234

/linux-4.4.14/arch/s390/include/asm/
Drwsem.h54 signed long old, new; in __down_read() local
74 signed long old, new; in __down_read_trylock() local
95 signed long old, new, tmp; in __down_write_nested() local
141 signed long old, new; in __up_read() local
162 signed long old, new, tmp; in __up_write() local
184 signed long old, new, tmp; in __downgrade_write() local
205 signed long old, new; in rwsem_atomic_add() local
223 signed long old, new; in rwsem_atomic_update() local
Datomic.h134 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OP() argument
254 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) argument
257 long long old, long long new) in atomic64_cmpxchg()
/linux-4.4.14/kernel/
Dcred.c208 struct cred *new; in cred_alloc_blank() local
247 struct cred *new; in prepare_creds() local
294 struct cred *new; in prepare_exec_creds() local
324 struct cred *new; in copy_creds() local
422 int commit_creds(struct cred *new) in commit_creds()
499 void abort_creds(struct cred *new) in abort_creds()
520 const struct cred *override_creds(const struct cred *new) in override_creds()
597 struct cred *new; in prepare_kernel_cred() local
652 int set_security_override(struct cred *new, u32 secid) in set_security_override()
668 int set_security_override_from_ctx(struct cred *new, const char *secctx) in set_security_override_from_ctx()
[all …]
Dresource.c208 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource()
292 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict()
309 int request_resource(struct resource *root, struct resource *new) in request_resource()
568 struct resource *new, in __find_resource()
625 static int find_resource(struct resource *root, struct resource *new, in find_resource()
647 struct resource new = *old; in reallocate_resource() local
693 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource()
755 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource()
817 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict()
834 int insert_resource(struct resource *parent, struct resource *new) in insert_resource()
[all …]
Dsys.c333 struct cred *new; in SYSCALL_DEFINE2() local
390 struct cred *new; in SYSCALL_DEFINE1() local
421 static int set_user(struct cred *new) in set_user()
466 struct cred *new; in SYSCALL_DEFINE2() local
537 struct cred *new; in SYSCALL_DEFINE1() local
584 struct cred *new; in SYSCALL_DEFINE3() local
671 struct cred *new; in SYSCALL_DEFINE3() local
749 struct cred *new; in SYSCALL_DEFINE1() local
788 struct cred *new; in SYSCALL_DEFINE1() local
1453 struct rlimit old, new; in SYSCALL_DEFINE4() local
Dgroups.c159 void set_groups(struct cred *new, struct group_info *group_info) in set_groups()
178 struct cred *new; in set_current_groups() local
Dkmod.c218 struct cred *new; in call_usermodehelper_exec_async() local
521 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup()
Dutsname.c119 static int utsns_install(struct nsproxy *nsproxy, struct ns_common *new) in utsns_install()
Dtracepoint.c98 struct tracepoint_func *old, *new; in func_add() local
146 struct tracepoint_func *old, *new; in func_remove() local
Duser.c174 struct user_struct *up, *new; in alloc_uid() local
/linux-4.4.14/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()
97 struct cred *new; in aa_replace_current_profile() local
135 struct cred *new = prepare_creds(); in aa_set_current_onexec() local
161 struct cred *new = prepare_creds(); in aa_set_current_hat() local
199 struct cred *new = prepare_creds(); in aa_restore_previous_profile() local
Dresource.c121 void __aa_transition_rlimits(struct aa_profile *old, struct aa_profile *new) in __aa_transition_rlimits()
/linux-4.4.14/include/asm-generic/
Datomic-long.h80 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument
83 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument
86 #define atomic_long_cmpxchg_release(l, old, new) \ argument
89 #define atomic_long_cmpxchg(l, old, new) \ argument
92 #define atomic_long_xchg_relaxed(v, new) \ argument
94 #define atomic_long_xchg_acquire(v, new) \ argument
96 #define atomic_long_xchg_release(v, new) \ argument
98 #define atomic_long_xchg(v, new) \ argument
Dcmpxchg-local.h15 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic()
54 u64 old, u64 new) in __cmpxchg64_local_generic()
/linux-4.4.14/tools/lib/
Drbtree.c62 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
73 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
202 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
364 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
377 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
378 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
405 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
496 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
/linux-4.4.14/lib/
Drbtree.c87 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
98 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
229 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
397 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
411 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
412 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
441 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
537 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
Dlist_debug.c22 void __list_add(struct list_head *new, in __list_add()
86 void __list_add_rcu(struct list_head *new, in __list_add_rcu()
Didr.c96 struct idr_layer *new; in idr_layer_alloc() local
195 struct idr_layer *new; in __idr_pre_get() local
224 struct idr_layer *p, *new; in sub_alloc() local
293 struct idr_layer *p, *new; in idr_get_empty_slot() local
414 struct idr_layer *new; in idr_preload() local
Drbtree_test.c26 struct rb_node **new = &root->rb_node, *parent = NULL; in insert() local
69 struct rb_node **new = &root->rb_node, *rb_parent = NULL; in RB_DECLARE_CALLBACKS() local
/linux-4.4.14/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
99 u32 old, new; in ftrace_enable_ftrace_graph_caller() local
109 u32 old, new; in ftrace_disable_ftrace_graph_caller() local
/linux-4.4.14/arch/avr32/include/asm/
Dcmpxchg.h47 unsigned long new) in __cmpxchg_u32()
74 unsigned long new, int size) in __cmpxchg()
87 #define cmpxchg(ptr, old, new) \ argument
96 unsigned long new, int size) in __cmpxchg_local()
108 #define cmpxchg_local(ptr, old, new) \ argument
/linux-4.4.14/security/keys/
Dprocess_keys.c131 int install_thread_keyring_to_cred(struct cred *new) in install_thread_keyring_to_cred()
150 struct cred *new; in install_thread_keyring() local
174 int install_process_keyring_to_cred(struct cred *new) in install_process_keyring_to_cred()
200 struct cred *new; in install_process_keyring() local
257 struct cred *new; in install_session_keyring() local
756 struct cred *new; in join_session_keyring() local
829 struct cred *new = container_of(twork, struct cred, rcu); in key_change_session_keyring() local
/linux-4.4.14/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
146 #define cmpxchg(ptr, old, new) \ argument
149 #define sync_cmpxchg(ptr, old, new) \ argument
152 #define cmpxchg_local(ptr, old, new) \ argument
Dcmpxchg_32.h46 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64()
59 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64_local()
Datomic.h175 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
180 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg()
Datomic64_64.h164 static inline long atomic64_cmpxchg(atomic64_t *v, long old, long new) in atomic64_cmpxchg()
169 static inline long atomic64_xchg(atomic64_t *v, long new) in atomic64_xchg()
Dspinlock.h76 arch_spinlock_t old, new; in __ticket_check_and_clear_slowpath() local
133 arch_spinlock_t old, new; in arch_spin_trylock() local
Dmc146818rtc.h43 unsigned long new; in lock_cmos() local
/linux-4.4.14/arch/ia64/include/asm/
Dbitops.h41 __u32 bit, old, new; in set_bit() local
82 __u32 mask, old, new; in clear_bit() local
106 __u32 mask, old, new; in clear_bit_unlock() local
131 __u32 const new = *m & ~(1 << (nr & 31)); in __clear_bit_unlock() local
163 __u32 bit, old, new; in change_bit() local
202 __u32 bit, old, new; in test_and_set_bit() local
256 __u32 mask, old, new; in test_and_clear_bit() local
301 __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
Dacenv.h25 unsigned int old, new, val; in ia64_acpi_acquire_global_lock() local
37 unsigned int old, new, val; in ia64_acpi_release_global_lock() local
Datomic.h134 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) argument
135 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
137 #define atomic64_cmpxchg(v, old, new) \ argument
139 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) argument
/linux-4.4.14/arch/powerpc/include/asm/
Dcmpxchg.h149 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32()
173 unsigned long new) in __cmpxchg_u32_local()
195 __cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new) in __cmpxchg_u64()
218 unsigned long new) in __cmpxchg_u64_local()
243 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, in __cmpxchg()
259 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, in __cmpxchg_local()
Dmutex.h7 static inline int __mutex_cmpxchg_lock(atomic_t *v, int old, int new) in __mutex_cmpxchg_lock()
Datomic.h159 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
423 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) argument
/linux-4.4.14/arch/arm64/kernel/
Dftrace.c25 static int ftrace_modify_code(unsigned long pc, u32 old, u32 new, in ftrace_modify_code()
58 u32 new; in ftrace_update_ftrace_func() local
73 u32 old, new; in ftrace_make_call() local
88 u32 old, new; in ftrace_make_nop() local
Dcpufeature.c329 static s64 arm64_ftr_safe_value(struct arm64_ftr_bits *ftrp, s64 new, s64 cur) in arm64_ftr_safe_value()
377 static void __init init_cpu_ftr_reg(u32 sys_reg, u64 new) in init_cpu_ftr_reg()
431 static void update_cpu_ftr_reg(struct arm64_ftr_reg *reg, u64 new) in update_cpu_ftr_reg()
/linux-4.4.14/arch/tile/kernel/
Dftrace.c111 unsigned long new) in ftrace_modify_code()
136 unsigned long new; in ftrace_update_ftrace_func() local
150 unsigned long new, old; in ftrace_make_call() local
164 unsigned long new; in ftrace_make_nop() local
222 unsigned long new = enable ? branch : nop; in __ftrace_modify_caller() local
/linux-4.4.14/arch/arm64/include/asm/
Datomic.h79 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) argument
80 #define atomic_xchg_acquire(v, new) xchg_acquire(&((v)->counter), (new)) argument
81 #define atomic_xchg_release(v, new) xchg_release(&((v)->counter), (new)) argument
82 #define atomic_xchg(v, new) xchg(&((v)->counter), (new)) argument
84 #define atomic_cmpxchg_relaxed(v, old, new) \ argument
86 #define atomic_cmpxchg_acquire(v, old, new) \ argument
88 #define atomic_cmpxchg_release(v, old, new) \ argument
90 #define atomic_cmpxchg(v, old, new) cmpxchg(&((v)->counter), (old), (new)) argument
/linux-4.4.14/arch/powerpc/kernel/
Dftrace.c45 ftrace_modify_code(unsigned long ip, unsigned int old, unsigned int new) in ftrace_modify_code()
245 unsigned int old, new; in ftrace_make_nop() local
377 unsigned int old, new; in ftrace_make_call() local
412 unsigned int old, new; in ftrace_update_ftrace_func() local
491 unsigned int old, new; in ftrace_enable_ftrace_graph_caller() local
504 unsigned int old, new; in ftrace_disable_ftrace_graph_caller() local
/linux-4.4.14/arch/sparc/include/asm/
Dcmpxchg_64.h69 __cmpxchg_u32(volatile int *m, int old, int new) in __cmpxchg_u32()
80 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in __cmpxchg_u64()
95 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
122 unsigned long new, int size) in __cmpxchg_local()
Datomic_64.h77 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() argument
96 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) argument
/linux-4.4.14/arch/m32r/include/asm/
Dcmpxchg.h111 __cmpxchg_u32(volatile unsigned int *p, unsigned int old, unsigned int new) in __cmpxchg_u32()
142 unsigned int new) in __cmpxchg_local_u32()
176 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
198 unsigned long new, int size) in __cmpxchg_local()
/linux-4.4.14/arch/arm/kernel/
Dftrace.c103 unsigned long new, bool validate) in ftrace_modify_code()
134 unsigned long new; in ftrace_update_ftrace_func() local
156 unsigned long new, old; in ftrace_make_call() local
170 unsigned long new; in ftrace_make_nop() local
241 unsigned long new = enable ? branch : nop; in __ftrace_modify_caller() local
/linux-4.4.14/mm/
Dpage_counter.c22 long new; in page_counter_cancel() local
41 long new; in page_counter_charge() local
69 long new; in page_counter_try_charge() local
Dmempolicy.c431 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new, in mpol_rebind_task()
443 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
664 struct mempolicy *new; in vma_replace_policy() local
756 struct mempolicy *new, *old; in do_set_mempolicy() local
1140 struct mempolicy *new; in do_mbind() local
1349 nodemask_t *new; in SYSCALL_DEFINE4() local
2090 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in __mpol_dup() local
2183 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert()
2355 unsigned long end, struct sp_node *new) in shared_policy_replace()
2438 struct mempolicy *new; in mpol_shared_policy_init() local
[all …]
/linux-4.4.14/arch/frv/include/asm/
Dcmpxchg.h84 #define cmpxchg(ptr, test, new) \ argument
124 #define cmpxchg(ptr, test, new) \ argument
151 unsigned long new, int size) in __cmpxchg_local()
Datomic.h164 #define atomic_cmpxchg(v, old, new) (cmpxchg(&(v)->counter, old, new)) argument
165 #define atomic_xchg(v, new) (xchg(&(v)->counter, new)) argument
166 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter)) argument
167 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter)) argument
/linux-4.4.14/arch/x86/kernel/
Dftrace.c140 unsigned const char *new, *old; in ftrace_make_nop() local
164 unsigned const char *new, *old; in ftrace_make_call() local
228 static int update_ftrace_func(unsigned long ip, void *new) in update_ftrace_func()
252 unsigned char *new; in ftrace_update_ftrace_func() local
424 static int add_update_code(unsigned long ip, unsigned const char *new) in add_update_code()
435 unsigned const char *new; in add_update_call() local
444 unsigned const char *new; in add_update_nop() local
479 unsigned const char *new; in finish_update_call() local
489 unsigned const char *new; in finish_update_nop() local
826 unsigned char *new; in arch_ftrace_update_trampoline() local
[all …]
Dtest_nx.c45 static void fudze_exception_table(void *marker, void *new) in fudze_exception_table()
/linux-4.4.14/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()
Datomic.h131 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() argument
132 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() argument
134 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() argument
135 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) in ATOMIC_OPS() argument
148 int c, new, old; in ATOMIC_OPS() local
Drwsem.h53 long old, new, res; in __down_read_trylock() local
/linux-4.4.14/arch/mips/include/asm/
Dcmpxchg.h141 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
198 #define __cmpxchg(ptr, old, new, pre_barrier, post_barrier) \ argument
227 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_mb__before_llsc(), smp_llsc_mb()) argument
228 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, , ) argument
Datomic.h216 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) argument
501 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) argument
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dacl.c101 posix_acl_xattr_header *new; in lustre_posix_acl_xattr_reduce_space() local
121 ext_acl_xattr_header *new; in lustre_ext_acl_xattr_reduce_space() local
142 ext_acl_xattr_header *new; in lustre_posix_acl_xattr_2ext() local
175 posix_acl_xattr_header *new; in lustre_posix_acl_xattr_filter() local
298 ext_acl_xattr_header *new; in lustre_acl_xattr_merge2ext() local
/linux-4.4.14/arch/sparc/lib/
Datomic32.c64 int atomic_xchg(atomic_t *v, int new) in atomic_xchg()
77 int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
156 unsigned long __cmpxchg_u32(volatile u32 *ptr, u32 old, u32 new) in __cmpxchg_u32()
170 unsigned long __xchg_u32(volatile u32 *ptr, u32 new) in __xchg_u32()
/linux-4.4.14/security/
Dcommoncap.c245 int cap_capset(struct cred *new, in cap_capset()
349 struct cred *new = bprm->cred; in bprm_caps_from_vfs_caps() local
492 struct cred *new = bprm->cred; in cap_bprm_set_creds() local
727 static inline void cap_emulate_setxuid(struct cred *new, const struct cred *old) in cap_emulate_setxuid()
764 int cap_task_fix_setuid(struct cred *new, const struct cred *old, int flags) in cap_task_fix_setuid()
871 struct cred *new; in cap_prctl_drop() local
901 struct cred *new; in cap_task_prctl() local
/linux-4.4.14/arch/arc/include/asm/
Dcmpxchg.h20 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg()
50 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg()
159 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
/linux-4.4.14/include/linux/
Drculist.h49 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu()
78 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
99 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu()
172 struct list_head *new) in list_replace_rcu()
354 struct hlist_node *new) in hlist_replace_rcu()
Dlist.h38 static inline void __list_add(struct list_head *new, in __list_add()
61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
75 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
124 struct list_head *new) in list_replace()
133 struct list_head *new) in list_replace_init()
686 struct hlist_head *new) in hlist_move_list()
Dvt.h20 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
Dkcore.h33 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
Dmempolicy.h248 const nodemask_t *new, in mpol_rebind_task()
253 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
Dllist.h178 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
/linux-4.4.14/arch/metag/kernel/
Dftrace.c86 unsigned char old[MCOUNT_INSN_SIZE], *new; in ftrace_update_ftrace_func() local
99 unsigned char *new, *old; in ftrace_make_nop() local
110 unsigned char *new, *old; in ftrace_make_call() local
/linux-4.4.14/fs/cachefiles/
Dsecurity.c22 struct cred *new; in cachefiles_get_security_ID() local
83 struct cred *new; in cachefiles_determine_cache_security() local
/linux-4.4.14/net/netfilter/
Dnf_conntrack_ecache.c171 struct nf_ct_event_notifier *new) in nf_conntrack_register_notifier()
193 struct nf_ct_event_notifier *new) in nf_conntrack_unregister_notifier()
207 struct nf_exp_event_notifier *new) in nf_ct_expect_register_notifier()
229 struct nf_exp_event_notifier *new) in nf_ct_expect_unregister_notifier()
Dnf_conntrack_labels.c53 static void replace_u32(u32 *address, u32 mask, u32 new) in replace_u32()
Dnf_conntrack_extend.c75 struct nf_ct_ext *old, *new; in __nf_ct_ext_add_length() local
/linux-4.4.14/arch/xtensa/include/asm/
Dcmpxchg.h23 __cmpxchg_u32(volatile int *p, int old, int new) in __cmpxchg_u32()
56 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
76 unsigned long new, int size) in __cmpxchg_local()
/linux-4.4.14/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
/linux-4.4.14/arch/hexagon/include/asm/
Datomic.h33 static inline void atomic_set(atomic_t *v, int new) in atomic_set()
58 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) argument
78 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
Dcmpxchg.h68 #define cmpxchg(ptr, old, new) \ argument
/linux-4.4.14/drivers/gpu/drm/
Ddrm_lock.c180 unsigned int old, new, prev; in drm_lock_take() local
229 unsigned int old, new, prev; in drm_lock_transfer() local
254 unsigned int old, new, prev; in drm_legacy_lock_free() local
Ddrm_context.c270 static int drm_context_switch(struct drm_device * dev, int old, int new) in drm_context_switch()
299 struct drm_file *file_priv, int new) in drm_context_switch_complete()
/linux-4.4.14/scripts/dtc/
Dlivetree.c29 struct label *new; in add_label() local
55 struct property *new = xmalloc(sizeof(*new)); in build_property() local
67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local
102 struct node *new = xmalloc(sizeof(*new)); in build_node() local
119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local
301 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local
321 struct reserve_info *new) in add_reserve_entry()
Dutil.h43 void *new = malloc(len); in xmalloc() local
53 void *new = realloc(p, len); in xrealloc() local
/linux-4.4.14/arch/sh/kernel/
Dftrace.c117 int new = old & ~MOD_CODE_WRITE_FLAG; in clear_mod_flag() local
244 unsigned char old[MCOUNT_INSN_SIZE], *new; in ftrace_update_ftrace_func() local
255 unsigned char *new, *old; in ftrace_make_nop() local
266 unsigned char *new, *old; in ftrace_make_call() local
/linux-4.4.14/include/trace/events/
Dkvm.h386 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument
388 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
/linux-4.4.14/arch/arm/include/asm/
Dcmpxchg.h156 unsigned long new, int size) in __cmpxchg()
218 unsigned long new, int size) in __cmpxchg_local()
245 unsigned long long new) in __cmpxchg64()
Datomic.h83 static inline int atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in atomic_cmpxchg_relaxed()
162 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
206 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
365 static inline long long atomic64_xchg_relaxed(atomic64_t *ptr, long long new) in atomic64_xchg_relaxed()
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dgcc_intrin.h307 #define ia64_cmpxchg1_acq(ptr, new, old) \ argument
316 #define ia64_cmpxchg1_rel(ptr, new, old) \ argument
325 #define ia64_cmpxchg2_acq(ptr, new, old) \ argument
334 #define ia64_cmpxchg2_rel(ptr, new, old) \ argument
344 #define ia64_cmpxchg4_acq(ptr, new, old) \ argument
353 #define ia64_cmpxchg4_rel(ptr, new, old) \ argument
362 #define ia64_cmpxchg8_acq(ptr, new, old) \ argument
371 #define ia64_cmpxchg8_rel(ptr, new, old) \ argument
Dcmpxchg.h70 #define ia64_cmpxchg(sem, ptr, old, new, size) \ argument
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_flock.c78 ldlm_same_flock_owner(struct ldlm_lock *lock, struct ldlm_lock *new) in ldlm_same_flock_owner()
86 ldlm_flocks_overlap(struct ldlm_lock *lock, struct ldlm_lock *new) in ldlm_flocks_overlap()
144 struct ldlm_lock *new = req; in ldlm_process_flock_lock() local
/linux-4.4.14/arch/parisc/lib/
Dbitops.c59 unsigned long __cmpxchg_u64(volatile unsigned long *ptr, unsigned long old, unsigned long new) in __cmpxchg_u64()
72 unsigned long __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) in __cmpxchg_u32()
/linux-4.4.14/sound/pci/ice1712/
Dwtm.c81 unsigned char new, old; in stac9460_dac_mute_all() local
158 unsigned char new, old; in stac9460_dac_mute_put() local
298 unsigned char new, old; in stac9460_adc_mute_put() local
429 unsigned char new, old; in stac9460_mic_sw_put() local
454 unsigned char old, new; in stac9460_set_rate_val() local
Dprodigy192.c95 unsigned char new, old; in stac9460_dac_mute() local
220 unsigned char new, old; in stac9460_adc_mute_put() local
306 unsigned char new, old; in stac9460_mic_sw_put() local
320 unsigned char old, new; in stac9460_set_rate_val() local
580 unsigned char new, old, itemvalue; in ak4114_input_sw_put() local
Dquartet.c523 unsigned int old, new, smute; in qtet_mute_put() local
584 unsigned int old, new, tmp, masked_old; in qtet_ain12_sw_put() local
639 unsigned int old, new; in qtet_php_put() local
715 unsigned int old, new; in qtet_sw_put() local
865 unsigned int new; in qtet_set_rate() local
889 unsigned int old, new; in qtet_set_spdif_clock() local
/linux-4.4.14/tools/perf/util/
Dordered-events.c14 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event()
93 struct ordered_event *new = NULL; in alloc_event() local
137 struct ordered_event *new; in ordered_events__new_event() local
Dcomm.c55 struct comm_str *iter, *new; in comm_str__findnew() local
105 struct comm_str *new, *old = comm->comm_str; in comm__override() local
Dcallchain.c357 struct callchain_node *new; in create_child() local
427 struct callchain_node *new; in add_child() local
460 struct callchain_node *new; in split_add_child() local
/linux-4.4.14/fs/overlayfs/
Dcopy_up.c23 int ovl_copy_xattr(struct dentry *old, struct dentry *new) in ovl_copy_xattr()
62 void *new; in ovl_copy_xattr() local
84 static int ovl_copy_up_data(struct path *old, struct path *new, loff_t len) in ovl_copy_up_data()
/linux-4.4.14/arch/m68k/include/asm/
Datomic.h125 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
129 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
142 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg()
Dcmpxchg.h95 unsigned long new, int size) in __cmpxchg()
/linux-4.4.14/arch/mn10300/include/asm/
Dcmpxchg.h40 unsigned long old, unsigned long new) in __cmpxchg()
91 unsigned long old, unsigned long new) in __cmpxchg()
Datomic.h132 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
/linux-4.4.14/arch/metag/include/asm/
Datomic_lock1.h79 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
95 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
Dcmpxchg_irq.h29 unsigned long new) in __cmpxchg_u32()
Dcmpxchg.h44 unsigned long new, int size) in __cmpxchg()
Dcmpxchg_lock1.h33 unsigned long new) in __cmpxchg_u32()
Dcmpxchg_lnkget.h57 unsigned long new) in __cmpxchg_u32()
Datomic_lnkget.h110 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg()
/linux-4.4.14/net/sunrpc/
Dsvcauth_unix.c51 struct unix_domain *new = NULL; in unix_domain_find() local
114 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match() local
120 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init() local
128 struct ip_map *new = container_of(cnew, struct ip_map, h); in update() local
435 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match() local
440 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init() local
446 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_update() local
Dsvcauth.c139 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup()
Dauth.c328 struct rpc_cred_cache *new; in rpcauth_init_credcache() local
551 *entry, *new; in rpcauth_lookup_credcache() local
693 struct rpc_cred *new; in rpcauth_bindcred() local
/linux-4.4.14/arch/s390/kernel/
Djump_label.c40 struct insn *new) in jump_label_bug()
62 struct insn old, new; in __jump_label_transform() local
Dftrace.c107 struct ftrace_insn orig, new, old; in ftrace_make_nop() local
139 struct ftrace_insn orig, new, old; in ftrace_make_call() local
Dperf_cpum_cf_events.c268 struct attribute **new; in merge_attr() local
/linux-4.4.14/fs/nfs/blocklayout/
Dextent_tree.c126 struct pnfs_block_extent *new, bool merge_ok) in __ext_tree_insert()
189 struct pnfs_block_extent *new; in __ext_tree_remove() local
244 ext_tree_insert(struct pnfs_block_layout *bl, struct pnfs_block_extent *new) in ext_tree_insert()
370 struct pnfs_block_extent *new; in ext_tree_split() local
/linux-4.4.14/fs/nfsd/
Dexport.c193 struct svc_expkey *new = container_of(b, struct svc_expkey, h); in expkey_match() local
205 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_init() local
218 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_update() local
275 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
692 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match() local
699 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init() local
716 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update() local
789 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
Dauth.c24 struct cred *new; in nfsd_setuser() local
Dnfs4idmap.c78 struct ent *new = container_of(cnew, struct ent, h); in ent_init() local
276 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
434 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
/linux-4.4.14/arch/mips/kernel/
Dftrace.c194 unsigned int new; in ftrace_make_nop() local
218 unsigned int new; in ftrace_make_call() local
235 unsigned int new; in ftrace_update_ftrace_func() local
Dvpe-cmp.c52 unsigned long new; in ntcs_store() local
/linux-4.4.14/tools/usb/usbip/libsrc/
Dlist.h39 static inline void __list_add(struct list_head *new, in __list_add()
57 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
/linux-4.4.14/arch/alpha/kernel/
Derr_common.c279 cdl_register_subpacket_annotation(struct el_subpacket_annotation *new) in cdl_register_subpacket_annotation()
301 cdl_register_subpacket_handler(struct el_subpacket_handler *new) in cdl_register_subpacket_handler()
/linux-4.4.14/arch/avr32/kernel/
Dsetup.c81 struct resource *new; in resource_init() local
110 struct resource *new, *next, **pprev; in add_physical_memory() local
146 struct resource *new, *next, **pprev; in add_reserved_region() local
/linux-4.4.14/tools/build/feature/
Dtest-sync-compare-and-swap.c7 uint64_t old, new = argc; in main() local
/linux-4.4.14/fs/pstore/
Dram_core.c54 int new; in buffer_start_add_atomic() local
70 size_t new; in buffer_size_add_atomic() local
89 int new; in buffer_start_add_locked() local
109 size_t new; in buffer_size_add_locked() local
/linux-4.4.14/arch/x86/kvm/
Dtrace.h912 #define trace_kvm_ple_window_grow(vcpu_id, new, old) \ argument
914 #define trace_kvm_ple_window_shrink(vcpu_id, new, old) \ argument
/linux-4.4.14/drivers/input/joystick/iforce/
Diforce-ff.c202 struct ff_effect *new) in need_condition_modifier()
278 struct ff_effect *new) in need_period_modifier()
295 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core()
/linux-4.4.14/drivers/watchdog/
Dmachzwd.c151 static inline void zf_set_status(unsigned char new) in zf_set_status()
164 static inline void zf_set_control(unsigned short new) in zf_set_control()
175 static inline void zf_set_timer(unsigned short new, unsigned char n) in zf_set_timer()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c208 static int setup_APIC_mce_threshold(int reserved, int new) in setup_APIC_mce_threshold()
217 static int setup_APIC_deferred_error(int reserved, int new) in setup_APIC_deferred_error()
257 int offset = -1, new; in mce_amd_feature_init() local
458 unsigned long new; in SHOW_FIELDS() local
480 unsigned long new; in store_threshold_limit() local
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c559 struct bmac1_stats *new = bnx2x_sp(bp, mac_stats.bmac1_stats); in bnx2x_bmac_stats_update() local
594 struct bmac2_stats *new = bnx2x_sp(bp, mac_stats.bmac2_stats); in bnx2x_bmac_stats_update() local
660 struct mstat_stats *new = bnx2x_sp(bp, mac_stats.mstat_stats); in bnx2x_mstat_stats_update() local
747 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update() local
804 struct nig_stats *new = bnx2x_sp(bp, nig_stats); in bnx2x_hw_stats_update() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dmkregtable.c63 static inline void __list_add(struct list_head *new, in __list_add()
84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
97 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
139 static inline void list_replace(struct list_head *old, struct list_head *new) in list_replace()
148 struct list_head *new) in list_replace_init()
/linux-4.4.14/security/tomoyo/
Dtomoyo.c18 static int tomoyo_cred_alloc_blank(struct cred *new, gfp_t gfp) in tomoyo_cred_alloc_blank()
33 static int tomoyo_cred_prepare(struct cred *new, const struct cred *old, in tomoyo_cred_prepare()
49 static void tomoyo_cred_transfer(struct cred *new, const struct cred *old) in tomoyo_cred_transfer()
/linux-4.4.14/drivers/char/agp/
Dgeneric.c103 struct agp_memory *new; in agp_create_user_memory() local
133 struct agp_memory *new; in agp_create_memory() local
226 struct agp_memory *new; in agp_allocate_memory() local
1169 struct agp_memory *new; in agp_generic_alloc_user() local
/linux-4.4.14/include/net/
Dnetevent.h19 struct dst_entry *new; member
/linux-4.4.14/arch/x86/um/
Dbugs_32.c24 struct sigaction old, new; in arch_check_bugs() local
/linux-4.4.14/arch/powerpc/mm/
Dvphn.c41 u16 new = be16_to_cpup(field++); in vphn_unpack_associativity() local
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
Dvphn.c41 u16 new = be16_to_cpup(field++); in vphn_unpack_associativity() local
/linux-4.4.14/scripts/
Dbloat-o-meter32 new = getsizes(sys.argv[2]) variable
/linux-4.4.14/drivers/iommu/
Diova.c61 unsigned long limit_pfn, struct iova *new) in __cached_rbnode_insert_update()
103 struct iova *new, bool size_aligned) in __alloc_and_insert_iova_range()
189 struct rb_node **new = &(root->rb_node), *parent = NULL; in iova_insert_rbtree() local
/linux-4.4.14/arch/sh/include/asm/
Dcmpxchg-grb.h49 unsigned long new) in __cmpxchg_u32()
Dcmpxchg-llsc.h47 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
Dcmpxchg-irq.h29 unsigned long new) in __cmpxchg_u32()
Dcmpxchg.h50 unsigned long new, int size) in __cmpxchg()
Datomic.h38 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
/linux-4.4.14/sound/soc/
Dsoc-io.c68 unsigned int old, new; in snd_soc_component_update_bits_legacy() local
185 unsigned int old, new; in snd_soc_component_test_bits() local
/linux-4.4.14/security/apparmor/include/
Dpolicy_unpack.h22 struct aa_profile *new; member
/linux-4.4.14/drivers/net/irda/
Dsir_dongle.c32 int irda_register_dongle(struct dongle_driver *new) in irda_register_dongle()
/linux-4.4.14/arch/arm/plat-samsung/
Dpm-gpio.c133 u32 gpcon, old, new, mask; in samsung_gpio_pm_2bit_resume() local
210 u32 old, new, mask; in samsung_gpio_pm_4bit_mask() local
/linux-4.4.14/fs/fat/
Dfatent.c153 static void fat12_ent_put(struct fat_entry *fatent, int new) in fat12_ent_put()
175 static void fat16_ent_put(struct fat_entry *fatent, int new) in fat16_ent_put()
184 static void fat32_ent_put(struct fat_entry *fatent, int new) in fat32_ent_put()
407 int new, int wait) in fat_ent_write()
Dcache.c117 struct fat_cache_id *new) in fat_cache_merge()
133 static void fat_cache_add(struct inode *inode, struct fat_cache_id *new) in fat_cache_add()
/linux-4.4.14/init/
Ddo_mounts_initrd.c36 static int init_linuxrc(struct subprocess_info *info, struct cred *new) in init_linuxrc()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-event.c326 const struct v4l2_event *new) in v4l2_event_src_replace()
335 struct v4l2_event *new) in v4l2_event_src_merge()
/linux-4.4.14/security/selinux/ss/
Debitmap.c51 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local
258 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
/linux-4.4.14/fs/nfs/
Ddns_resolve.c73 struct nfs_dns_ent *new; in nfs_dns_ent_update() local
86 struct nfs_dns_ent *new; in nfs_dns_ent_init() local
206 struct nfs_dns_ent *new, in nfs_dns_update()
Dnfs4client.c75 struct nfs4_ds_server *new) in nfs4_add_ds_client()
127 struct nfs4_ds_server *dss, *new; in nfs4_find_or_create_ds_client() local
477 int nfs40_walk_client_list(struct nfs_client *new, in nfs40_walk_client_list()
613 int nfs41_walk_client_list(struct nfs_client *new, in nfs41_walk_client_list()
Dread.c91 struct nfs_page *new; in nfs_readpage_async() local
349 struct nfs_page *new; in readpage_async_filler() local
Dnfs4state.c159 struct rpc_cred *cred, *new; in nfs4_root_machine_cred() local
411 nfs4_insert_state_owner_locked(struct nfs4_state_owner *new) in nfs4_insert_state_owner_locked()
558 struct nfs4_state_owner *sp, *new; in nfs4_get_state_owner() local
689 struct nfs4_state *state, *new; in nfs4_get_open_state() local
856 struct nfs4_lock_state *lsp, *new = NULL; in nfs4_get_lock_state() local
1016 struct nfs_seqid *new; in nfs_alloc_seqid() local
Dnfs4namespace.c173 struct rpc_clnt *new; in nfs_find_best_sec() local
215 struct rpc_clnt *new; in nfs4_negotiate_security() local
/linux-4.4.14/arch/ia64/kernel/
Dftrace.c165 char *new; in ftrace_make_nop() local
177 unsigned char *old, *new; in ftrace_make_call() local
/linux-4.4.14/drivers/md/persistent-data/
Ddm-space-map-common.c386 int (*mutator)(void *context, uint32_t old, uint32_t *new), in sm_ll_mutate()
472 static int set_ref_count(void *context, uint32_t old, uint32_t *new) in set_ref_count()
484 static int inc_ref_count(void *context, uint32_t old, uint32_t *new) in inc_ref_count()
495 static int dec_ref_count(void *context, uint32_t old, uint32_t *new) in dec_ref_count()
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c129 struct rsi *new = container_of(cnew, struct rsi, h); in rsi_init() local
148 struct rsi *new = container_of(cnew, struct rsi, h); in update_rsi() local
292 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old) in rsi_update()
363 struct rsc *new = container_of(a, struct rsc, h); in rsc_match() local
372 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init() local
386 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc() local
551 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
777 struct gss_domain *new; in svcauth_gss_register_pseudoflavor() local
/linux-4.4.14/net/irda/irnet/
Dirnet_irda.c751 irnet_socket * new = (irnet_socket *) NULL; in irnet_find_socket() local
833 irnet_socket * new, in irnet_connect_socket()
1341 irnet_socket * new = (irnet_socket *) NULL; in irnet_connect_indication() local
/linux-4.4.14/kernel/locking/
Dqspinlock.c207 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local
284 u32 new, old, tail; in queued_spin_lock_slowpath() local
/linux-4.4.14/arch/score/include/asm/
Dcmpxchg.h27 unsigned long old, unsigned long new) in __cmpxchg()
/linux-4.4.14/fs/
Dfcntl.c611 void fasync_free(struct fasync_struct *new) in fasync_free()
623 …ync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, struct fasync_struct *new) in fasync_insert_entry()
659 struct fasync_struct *new; in fasync_add_entry() local
Dtimerfd.c419 const struct itimerspec *new, in do_timerfd_settime()
518 struct itimerspec new, old; in SYSCALL_DEFINE4() local
546 struct itimerspec new, old; in COMPAT_SYSCALL_DEFINE4() local
Dfs_struct.c48 static inline int replace_path(struct path *p, const struct path *old, const struct path *new) in replace_path()
/linux-4.4.14/tools/perf/scripts/python/
Dsched-migration.py80 def __init__(self, new): argument
131 def __migrate_in(self, new, event): argument
139 def migrate_in(self, new): argument
142 def wake_up(self, new): argument
145 def wake_up_new(self, new): argument
189 def migrate(self, ts_list, new, old_cpu, new_cpu): argument
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_ctlr.c169 static int fcoe_sysfs_fcf_add(struct fcoe_fcf *new) in fcoe_sysfs_fcf_add()
242 static void fcoe_sysfs_fcf_del(struct fcoe_fcf *new) in fcoe_sysfs_fcf_del()
1026 struct fcoe_fcf new; in fcoe_ctlr_recv_adv() local
2446 static void fcoe_ctlr_vn_add(struct fcoe_ctlr *fip, struct fc_rport_priv *new) in fcoe_ctlr_vn_add()
2517 struct fc_rport_priv *new) in fcoe_ctlr_vn_claim_notify()
2560 struct fc_rport_priv *new) in fcoe_ctlr_vn_claim_resp()
2576 struct fc_rport_priv *new) in fcoe_ctlr_vn_beacon()
/linux-4.4.14/arch/um/include/asm/
Dmmu_context.h38 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) in activate_mm()
/linux-4.4.14/arch/h8300/include/asm/
Dcmpxchg.h63 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
/linux-4.4.14/arch/sh/drivers/
Dheartbeat.c38 unsigned int new; in heartbeat_toggle_bit() local
/linux-4.4.14/arch/um/drivers/
Dmconsole_kern.h46 static inline void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev()
Dnet_kern.c47 struct sk_buff *new; in update_drop_skb() local
596 void register_transport(struct transport *new) in register_transport()
651 struct eth_init *new; in eth_setup() local
Dxterm.c88 int pid, fd, new, err; in xterm_open() local
/linux-4.4.14/net/rxrpc/
Dar-peer.c109 const char *new = "old"; in rxrpc_get_peer() local
Dar-transport.c83 const char *new = "old"; in rxrpc_get_transport() local
/linux-4.4.14/arch/x86/mm/
Dpat_internal.h37 static inline int rbt_memtype_check_insert(struct memtype *new, in rbt_memtype_check_insert()
/linux-4.4.14/net/core/
Ddst.c322 unsigned long prev, new; in dst_cow_metrics_generic() local
343 unsigned long prev, new; in __dst_destroy_metrics_generic() local
/linux-4.4.14/net/sctp/
Dauth.c96 struct sctp_shared_key *new; in sctp_auth_shkey_create() local
193 struct sctp_auth_bytes *new; in sctp_auth_make_key_vector() local
362 struct sctp_shared_key *new; in sctp_auth_asoc_copy_shkeys() local
/linux-4.4.14/sound/soc/intel/common/
Dsst-dsp.c166 unsigned int old, new; in sst_dsp_shim_update_bits_unlocked() local
186 u64 old, new; in sst_dsp_shim_update_bits64_unlocked() local
204 unsigned int old, new; in sst_dsp_shim_update_bits_forced_unlocked() local
/linux-4.4.14/arch/x86/pci/
Dmmconfig-shared.c51 static void list_add_sorted(struct pci_mmcfg_region *new) in list_add_sorted()
70 struct pci_mmcfg_region *new; in pci_mmconfig_alloc() local
99 struct pci_mmcfg_region *new; in pci_mmconfig_add() local
/linux-4.4.14/fs/xfs/
Dkmem.c99 void *new; in kmem_realloc() local
/linux-4.4.14/fs/jffs2/
Dnodelist.c26 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full… in jffs2_add_fd_to_list()
436 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new) in jffs2_add_ino_cache()
/linux-4.4.14/arch/um/os-Linux/
Dsigio.c105 struct pollfd *new; in need_poll() local
431 struct sigaction old, new; in check_one_sigio() local
/linux-4.4.14/drivers/firmware/efi/
Dfake_mem.c64 void *old, *new; in efi_fake_memmap() local
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_common.h9 unsigned int new; member
/linux-4.4.14/net/x25/
Dx25_facilities.c271 struct x25_facilities *new, struct x25_dte_facilities *dte) in x25_negotiate_facilities()
/linux-4.4.14/ipc/
Dnamespace.c155 static int ipcns_install(struct nsproxy *nsproxy, struct ns_common *new) in ipcns_install()
/linux-4.4.14/arch/parisc/include/asm/
Datomic.h75 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
232 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) argument
/linux-4.4.14/fs/ocfs2/
Duptodate.c320 struct ocfs2_meta_cache_item *new) in __ocfs2_insert_cache_tree()
405 struct ocfs2_meta_cache_item *new = NULL; in __ocfs2_set_buffer_uptodate() local
/linux-4.4.14/arch/powerpc/boot/
Dsimple_alloc.c100 void *new; in simple_realloc() local
/linux-4.4.14/fs/dlm/
Dconfig.h20 int new; member
/linux-4.4.14/drivers/block/drbd/
Ddrbd_interval.c49 struct rb_node **new = &root->rb_node, *parent = NULL; in drbd_insert_interval() local
/linux-4.4.14/fs/reiserfs/
Dfile.c184 int new; in reiserfs_commit_page() local
/linux-4.4.14/drivers/input/keyboard/
Dmaple_keyb.c43 unsigned char new[8]; member
/linux-4.4.14/fs/notify/inotify/
Dinotify_fsnotify.c42 struct inotify_event_info *old, *new; in event_compare() local
/linux-4.4.14/net/dccp/ccids/lib/
Dloss_interval.c142 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh), *new; in tfrc_lh_interval_add() local
/linux-4.4.14/drivers/xen/events/
Devents_fifo.c234 event_word_t new, old, w; in clear_masked() local
260 event_word_t new, old, w; in clear_linked() local
/linux-4.4.14/arch/m68k/mm/
Dmemory.c76 ptable_desc *new; in get_pointer_table() local
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dvma_map.c72 struct vma_to_fileoffset_map *new = in vma_map_add() local
/linux-4.4.14/drivers/clk/
Dclk-multiplier.c44 static bool __is_best_rate(unsigned long rate, unsigned long new, in __is_best_rate()
/linux-4.4.14/net/6lowpan/
Dnhc.c26 struct rb_node **new = &rb_root.rb_node, *parent = NULL; in lowpan_nhc_insert() local
/linux-4.4.14/drivers/cpufreq/
Dblackfin-cpufreq.c115 unsigned long cpu_set_cclk(int cpu, unsigned long new) in cpu_set_cclk()
/linux-4.4.14/fs/sysfs/
Dsymlink.c166 const char *old, const char *new, const void *new_ns) in sysfs_rename_link_ns()

1234