/linux-4.4.14/arch/s390/include/asm/ |
D | rwsem.h | 54 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
|
D | atomic.h | 134 #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/ |
D | cred.c | 208 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 …]
|
D | resource.c | 208 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 …]
|
D | sys.c | 333 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
|
D | groups.c | 159 void set_groups(struct cred *new, struct group_info *group_info) in set_groups() 178 struct cred *new; in set_current_groups() local
|
D | kmod.c | 218 struct cred *new; in call_usermodehelper_exec_async() local 521 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup()
|
D | utsname.c | 119 static int utsns_install(struct nsproxy *nsproxy, struct ns_common *new) in utsns_install()
|
D | tracepoint.c | 98 struct tracepoint_func *old, *new; in func_add() local 146 struct tracepoint_func *old, *new; in func_remove() local
|
D | user.c | 174 struct user_struct *up, *new; in alloc_uid() local
|
/linux-4.4.14/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() 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
|
D | resource.c | 121 void __aa_transition_rlimits(struct aa_profile *old, struct aa_profile *new) in __aa_transition_rlimits()
|
/linux-4.4.14/include/asm-generic/ |
D | atomic-long.h | 80 #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
|
D | cmpxchg-local.h | 15 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/ |
D | rbtree.c | 62 __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/ |
D | rbtree.c | 87 __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()
|
D | list_debug.c | 22 void __list_add(struct list_head *new, in __list_add() 86 void __list_add_rcu(struct list_head *new, in __list_add_rcu()
|
D | idr.c | 96 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
|
D | rbtree_test.c | 26 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/ |
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 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/ |
D | cmpxchg.h | 47 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/ |
D | process_keys.c | 131 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/ |
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 146 #define cmpxchg(ptr, old, new) \ argument 149 #define sync_cmpxchg(ptr, old, new) \ argument 152 #define cmpxchg_local(ptr, old, new) \ argument
|
D | cmpxchg_32.h | 46 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()
|
D | atomic.h | 175 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()
|
D | atomic64_64.h | 164 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()
|
D | spinlock.h | 76 arch_spinlock_t old, new; in __ticket_check_and_clear_slowpath() local 133 arch_spinlock_t old, new; in arch_spin_trylock() local
|
D | mc146818rtc.h | 43 unsigned long new; in lock_cmos() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | bitops.h | 41 __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
|
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
|
D | acenv.h | 25 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
|
D | atomic.h | 134 #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/ |
D | cmpxchg.h | 149 __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()
|
D | mutex.h | 7 static inline int __mutex_cmpxchg_lock(atomic_t *v, int old, int new) in __mutex_cmpxchg_lock()
|
D | atomic.h | 159 #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/ |
D | ftrace.c | 25 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
|
D | cpufeature.c | 329 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/ |
D | ftrace.c | 111 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/ |
D | atomic.h | 79 #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/ |
D | ftrace.c | 45 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/ |
D | cmpxchg_64.h | 69 __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()
|
D | atomic_64.h | 77 #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/ |
D | cmpxchg.h | 111 __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/ |
D | ftrace.c | 103 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/ |
D | page_counter.c | 22 long new; in page_counter_cancel() local 41 long new; in page_counter_charge() local 69 long new; in page_counter_try_charge() local
|
D | mempolicy.c | 431 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/ |
D | cmpxchg.h | 84 #define cmpxchg(ptr, test, new) \ argument 124 #define cmpxchg(ptr, test, new) \ argument 151 unsigned long new, int size) in __cmpxchg_local()
|
D | atomic.h | 164 #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/ |
D | ftrace.c | 140 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 …]
|
D | test_nx.c | 45 static void fudze_exception_table(void *marker, void *new) in fudze_exception_table()
|
/linux-4.4.14/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()
|
D | atomic.h | 131 #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
|
D | rwsem.h | 53 long old, new, res; in __down_read_trylock() local
|
/linux-4.4.14/arch/mips/include/asm/ |
D | cmpxchg.h | 141 #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
|
D | atomic.h | 216 #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/ |
D | acl.c | 101 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/ |
D | atomic32.c | 64 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/ |
D | commoncap.c | 245 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/ |
D | cmpxchg.h | 20 __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/ |
D | rculist.h | 49 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()
|
D | list.h | 38 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()
|
D | vt.h | 20 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
|
D | kcore.h | 33 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
|
D | mempolicy.h | 248 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()
|
D | llist.h | 178 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
|
/linux-4.4.14/arch/metag/kernel/ |
D | ftrace.c | 86 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/ |
D | security.c | 22 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/ |
D | nf_conntrack_ecache.c | 171 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()
|
D | nf_conntrack_labels.c | 53 static void replace_u32(u32 *address, u32 mask, u32 new) in replace_u32()
|
D | nf_conntrack_extend.c | 75 struct nf_ct_ext *old, *new; in __nf_ct_ext_add_length() local
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | cmpxchg.h | 23 __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/ |
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
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | atomic.h | 33 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()
|
D | cmpxchg.h | 68 #define cmpxchg(ptr, old, new) \ argument
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_lock.c | 180 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
|
D | drm_context.c | 270 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/ |
D | livetree.c | 29 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()
|
D | util.h | 43 void *new = malloc(len); in xmalloc() local 53 void *new = realloc(p, len); in xrealloc() local
|
/linux-4.4.14/arch/sh/kernel/ |
D | ftrace.c | 117 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/ |
D | kvm.h | 386 #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/ |
D | cmpxchg.h | 156 unsigned long new, int size) in __cmpxchg() 218 unsigned long new, int size) in __cmpxchg_local() 245 unsigned long long new) in __cmpxchg64()
|
D | atomic.h | 83 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/ |
D | gcc_intrin.h | 307 #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
|
D | cmpxchg.h | 70 #define ia64_cmpxchg(sem, ptr, old, new, size) \ argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_flock.c | 78 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/ |
D | bitops.c | 59 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/ |
D | wtm.c | 81 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
|
D | prodigy192.c | 95 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
|
D | quartet.c | 523 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/ |
D | ordered-events.c | 14 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
|
D | comm.c | 55 struct comm_str *iter, *new; in comm_str__findnew() local 105 struct comm_str *new, *old = comm->comm_str; in comm__override() local
|
D | callchain.c | 357 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/ |
D | copy_up.c | 23 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/ |
D | atomic.h | 125 #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()
|
D | cmpxchg.h | 95 unsigned long new, int size) in __cmpxchg()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | cmpxchg.h | 40 unsigned long old, unsigned long new) in __cmpxchg() 91 unsigned long old, unsigned long new) in __cmpxchg()
|
D | atomic.h | 132 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
/linux-4.4.14/arch/metag/include/asm/ |
D | atomic_lock1.h | 79 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
|
D | cmpxchg_irq.h | 29 unsigned long new) in __cmpxchg_u32()
|
D | cmpxchg.h | 44 unsigned long new, int size) in __cmpxchg()
|
D | cmpxchg_lock1.h | 33 unsigned long new) in __cmpxchg_u32()
|
D | cmpxchg_lnkget.h | 57 unsigned long new) in __cmpxchg_u32()
|
D | atomic_lnkget.h | 110 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg()
|
/linux-4.4.14/net/sunrpc/ |
D | svcauth_unix.c | 51 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
|
D | svcauth.c | 139 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup()
|
D | auth.c | 328 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/ |
D | jump_label.c | 40 struct insn *new) in jump_label_bug() 62 struct insn old, new; in __jump_label_transform() local
|
D | ftrace.c | 107 struct ftrace_insn orig, new, old; in ftrace_make_nop() local 139 struct ftrace_insn orig, new, old; in ftrace_make_call() local
|
D | perf_cpum_cf_events.c | 268 struct attribute **new; in merge_attr() local
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | extent_tree.c | 126 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/ |
D | export.c | 193 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()
|
D | auth.c | 24 struct cred *new; in nfsd_setuser() local
|
D | nfs4idmap.c | 78 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/ |
D | ftrace.c | 194 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
|
D | vpe-cmp.c | 52 unsigned long new; in ntcs_store() local
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
D | list.h | 39 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/ |
D | err_common.c | 279 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/ |
D | setup.c | 81 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/ |
D | test-sync-compare-and-swap.c | 7 uint64_t old, new = argc; in main() local
|
/linux-4.4.14/fs/pstore/ |
D | ram_core.c | 54 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/ |
D | trace.h | 912 #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/ |
D | iforce-ff.c | 202 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/ |
D | machzwd.c | 151 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/ |
D | mce_amd.c | 208 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/ |
D | bnx2x_stats.c | 559 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/ |
D | mkregtable.c | 63 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/ |
D | tomoyo.c | 18 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/ |
D | generic.c | 103 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/ |
D | netevent.h | 19 struct dst_entry *new; member
|
/linux-4.4.14/arch/x86/um/ |
D | bugs_32.c | 24 struct sigaction old, new; in arch_check_bugs() local
|
/linux-4.4.14/arch/powerpc/mm/ |
D | vphn.c | 41 u16 new = be16_to_cpup(field++); in vphn_unpack_associativity() local
|
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/ |
D | vphn.c | 41 u16 new = be16_to_cpup(field++); in vphn_unpack_associativity() local
|
/linux-4.4.14/scripts/ |
D | bloat-o-meter | 32 new = getsizes(sys.argv[2]) variable
|
/linux-4.4.14/drivers/iommu/ |
D | iova.c | 61 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/ |
D | cmpxchg-grb.h | 49 unsigned long new) in __cmpxchg_u32()
|
D | cmpxchg-llsc.h | 47 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
|
D | cmpxchg-irq.h | 29 unsigned long new) in __cmpxchg_u32()
|
D | cmpxchg.h | 50 unsigned long new, int size) in __cmpxchg()
|
D | atomic.h | 38 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
|
/linux-4.4.14/sound/soc/ |
D | soc-io.c | 68 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/ |
D | policy_unpack.h | 22 struct aa_profile *new; member
|
/linux-4.4.14/drivers/net/irda/ |
D | sir_dongle.c | 32 int irda_register_dongle(struct dongle_driver *new) in irda_register_dongle()
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | pm-gpio.c | 133 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/ |
D | fatent.c | 153 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()
|
D | cache.c | 117 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/ |
D | do_mounts_initrd.c | 36 static int init_linuxrc(struct subprocess_info *info, struct cred *new) in init_linuxrc()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-event.c | 326 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/ |
D | ebitmap.c | 51 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/ |
D | dns_resolve.c | 73 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()
|
D | nfs4client.c | 75 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()
|
D | read.c | 91 struct nfs_page *new; in nfs_readpage_async() local 349 struct nfs_page *new; in readpage_async_filler() local
|
D | nfs4state.c | 159 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
|
D | nfs4namespace.c | 173 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/ |
D | ftrace.c | 165 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/ |
D | dm-space-map-common.c | 386 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/ |
D | svcauth_gss.c | 129 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/ |
D | irnet_irda.c | 751 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/ |
D | qspinlock.c | 207 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/ |
D | cmpxchg.h | 27 unsigned long old, unsigned long new) in __cmpxchg()
|
/linux-4.4.14/fs/ |
D | fcntl.c | 611 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
|
D | timerfd.c | 419 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
|
D | fs_struct.c | 48 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/ |
D | sched-migration.py | 80 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/ |
D | fcoe_ctlr.c | 169 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/ |
D | mmu_context.h | 38 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) in activate_mm()
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | cmpxchg.h | 63 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
|
/linux-4.4.14/arch/sh/drivers/ |
D | heartbeat.c | 38 unsigned int new; in heartbeat_toggle_bit() local
|
/linux-4.4.14/arch/um/drivers/ |
D | mconsole_kern.h | 46 static inline void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev()
|
D | net_kern.c | 47 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
|
D | xterm.c | 88 int pid, fd, new, err; in xterm_open() local
|
/linux-4.4.14/net/rxrpc/ |
D | ar-peer.c | 109 const char *new = "old"; in rxrpc_get_peer() local
|
D | ar-transport.c | 83 const char *new = "old"; in rxrpc_get_transport() local
|
/linux-4.4.14/arch/x86/mm/ |
D | pat_internal.h | 37 static inline int rbt_memtype_check_insert(struct memtype *new, in rbt_memtype_check_insert()
|
/linux-4.4.14/net/core/ |
D | dst.c | 322 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/ |
D | auth.c | 96 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/ |
D | sst-dsp.c | 166 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/ |
D | mmconfig-shared.c | 51 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/ |
D | kmem.c | 99 void *new; in kmem_realloc() local
|
/linux-4.4.14/fs/jffs2/ |
D | nodelist.c | 26 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/ |
D | sigio.c | 105 struct pollfd *new; in need_poll() local 431 struct sigaction old, new; in check_one_sigio() local
|
/linux-4.4.14/drivers/firmware/efi/ |
D | fake_mem.c | 64 void *old, *new; in efi_fake_memmap() local
|
/linux-4.4.14/include/linux/netfilter/ |
D | nf_conntrack_common.h | 9 unsigned int new; member
|
/linux-4.4.14/net/x25/ |
D | x25_facilities.c | 271 struct x25_facilities *new, struct x25_dte_facilities *dte) in x25_negotiate_facilities()
|
/linux-4.4.14/ipc/ |
D | namespace.c | 155 static int ipcns_install(struct nsproxy *nsproxy, struct ns_common *new) in ipcns_install()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | atomic.h | 75 #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/ |
D | uptodate.c | 320 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/ |
D | simple_alloc.c | 100 void *new; in simple_realloc() local
|
/linux-4.4.14/fs/dlm/ |
D | config.h | 20 int new; member
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_interval.c | 49 struct rb_node **new = &root->rb_node, *parent = NULL; in drbd_insert_interval() local
|
/linux-4.4.14/fs/reiserfs/ |
D | file.c | 184 int new; in reiserfs_commit_page() local
|
/linux-4.4.14/drivers/input/keyboard/ |
D | maple_keyb.c | 43 unsigned char new[8]; member
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_fsnotify.c | 42 struct inotify_event_info *old, *new; in event_compare() local
|
/linux-4.4.14/net/dccp/ccids/lib/ |
D | loss_interval.c | 142 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh), *new; in tfrc_lh_interval_add() local
|
/linux-4.4.14/drivers/xen/events/ |
D | events_fifo.c | 234 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/ |
D | memory.c | 76 ptable_desc *new; in get_pointer_table() local
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 72 struct vma_to_fileoffset_map *new = in vma_map_add() local
|
/linux-4.4.14/drivers/clk/ |
D | clk-multiplier.c | 44 static bool __is_best_rate(unsigned long rate, unsigned long new, in __is_best_rate()
|
/linux-4.4.14/net/6lowpan/ |
D | nhc.c | 26 struct rb_node **new = &rb_root.rb_node, *parent = NULL; in lowpan_nhc_insert() local
|
/linux-4.4.14/drivers/cpufreq/ |
D | blackfin-cpufreq.c | 115 unsigned long cpu_set_cclk(int cpu, unsigned long new) in cpu_set_cclk()
|
/linux-4.4.14/fs/sysfs/ |
D | symlink.c | 166 const char *old, const char *new, const void *new_ns) in sysfs_rename_link_ns()
|