/linux-4.4.14/scripts/ |
H A D | bloat-o-meter | 32 new = getsizes(sys.argv[2]) variable
|
/linux-4.4.14/tools/build/feature/ |
H A D | test-sync-compare-and-swap.c | 7 uint64_t old, new = argc; main() local
|
/linux-4.4.14/drivers/net/irda/ |
H A D | sir_dongle.c | 32 int irda_register_dongle(struct dongle_driver *new) irda_register_dongle() argument
|
/linux-4.4.14/fs/nfsd/ |
H A D | auth.c | 24 struct cred *new; nfsd_setuser() local
|
/linux-4.4.14/lib/ |
H A D | list_debug.c | 22 void __list_add(struct list_head *new, __list_add() argument 86 void __list_add_rcu(struct list_head *new, __list_add_rcu() argument 97 rcu_assign_pointer(list_next_rcu(prev), new); __list_add_rcu() local
|
H A D | atomic64.c | 143 long long atomic64_xchg(atomic64_t *v, long long new) atomic64_xchg() argument
|
H A D | rbtree.c | 87 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, __rb_rotate_set_parents() argument 411 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} dummy_rotate() argument 412 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} dummy_rotate() argument 537 void rb_replace_node(struct rb_node *victim, struct rb_node *new, rb_replace_node() argument 97 __rb_insert(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_insert() argument 228 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) ____rb_erase_color() argument 396 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_erase_color() argument 440 __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_insert_augmented() argument
|
H A D | rbtree_test.c | 26 struct rb_node **new = &root->rb_node, *parent = NULL; insert() local 69 struct rb_node **new = &root->rb_node, *rb_parent = NULL; insert_augmented() local
|
/linux-4.4.14/fs/cachefiles/ |
H A D | security.c | 22 struct cred *new; cachefiles_get_security_ID() local 83 struct cred *new; cachefiles_determine_cache_security() local
|
/linux-4.4.14/include/linux/ |
H A D | vt.h | 20 static inline int vt_kmsg_redirect(int new) vt_kmsg_redirect() argument
|
H A D | kcore.h | 33 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) kclist_add() argument
|
H A D | llist.h | 178 static inline bool llist_add(struct llist_node *new, struct llist_head *head) llist_add() argument
|
H A D | user_namespace.h | 82 static inline int create_user_ns(struct cred *new) create_user_ns() argument
|
H A D | migrate.h | 49 static inline int migrate_pages(struct list_head *l, new_page_t new, migrate_pages() argument
|
H A D | rbtree_augmented.h | 121 __rb_change_child(struct rb_node *old, struct rb_node *new, __rb_change_child() argument
|
H A D | rculist.h | 49 static inline void __list_add_rcu(struct list_head *new, __list_add_rcu() argument 78 static inline void list_add_rcu(struct list_head *new, struct list_head *head) list_add_rcu() argument 99 static inline void list_add_tail_rcu(struct list_head *new, list_add_tail_rcu() argument 171 list_replace_rcu(struct list_head *old, struct list_head *new) list_replace_rcu() argument 353 hlist_replace_rcu(struct hlist_node *old, struct hlist_node *new) hlist_replace_rcu() argument
|
/linux-4.4.14/include/asm-generic/ |
H A D | cmpxchg-local.h | 14 __cmpxchg_local_generic(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg_local_generic() argument 53 __cmpxchg64_local_generic(volatile void *ptr, u64 old, u64 new) __cmpxchg64_local_generic() argument
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | cmpxchg-grb.h | 48 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) __cmpxchg_u32() argument
|
H A D | cmpxchg-irq.h | 28 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) __cmpxchg_u32() argument
|
H A D | cmpxchg-llsc.h | 47 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) __cmpxchg_u32() argument
|
H A D | cmpxchg.h | 49 __cmpxchg(volatile void * ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | cmpxchg.h | 43 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument
|
H A D | cmpxchg_irq.h | 28 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) __cmpxchg_u32() argument
|
H A D | cmpxchg_lnkget.h | 56 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) __cmpxchg_u32() argument
|
H A D | cmpxchg_lock1.h | 32 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) __cmpxchg_u32() argument
|
H A D | atomic_lnkget.h | 85 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() argument 110 static inline int atomic_xchg(atomic_t *v, int new) atomic_xchg() argument
|
H A D | atomic_lock1.h | 79 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() argument
|
/linux-4.4.14/arch/um/drivers/ |
H A D | mconsole_kern.h | 46 static inline void mconsole_register_dev(struct mc_device *new) mconsole_register_dev() argument
|
H A D | chan_user.c | 77 struct termios save, new; generic_console_write() local
|
H A D | port_user.c | 169 int new, err; port_connection() local
|
H A D | xterm.c | 88 int pid, fd, new, err; xterm_open() local
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | cmpxchg_32.h | 46 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) __cmpxchg64() argument 59 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) __cmpxchg64_local() argument
|
H A D | atomic.h | 175 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() argument 180 static inline int atomic_xchg(atomic_t *v, int new) atomic_xchg() argument
|
H A D | atomic64_64.h | 164 static inline long atomic64_cmpxchg(atomic64_t *v, long old, long new) atomic64_cmpxchg() argument 169 static inline long atomic64_xchg(atomic64_t *v, long new) atomic64_xchg() argument
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | test_nx.c | 45 static void fudze_exception_table(void *marker, void *new) fudze_exception_table() argument
|
H A D | apb_timer.c | 366 u64 old, new; apbt_quick_calibrate() local
|
/linux-4.4.14/arch/x86/um/ |
H A D | bugs_32.c | 24 struct sigaction old, new; arch_check_bugs() local
|
H A D | tls_32.c | 218 int arch_copy_tls(struct task_struct *new) arch_copy_tls() argument
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | xchg.h | 137 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) ____cmpxchg() argument 164 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) ____cmpxchg() argument 191 ____cmpxchg(_u32, volatile int *m, int old, int new) ____cmpxchg() argument 214 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) ____cmpxchg() argument 241 ____cmpxchg(, volatile void *ptr, unsigned long old, unsigned long new, ____cmpxchg() argument
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | cmpxchg.h | 20 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) __cmpxchg() argument 50 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) __cmpxchg() argument
|
/linux-4.4.14/security/apparmor/ |
H A D | context.c | 63 void aa_dup_task_context(struct aa_task_cxt *new, const struct aa_task_cxt *old) aa_dup_task_context() argument 97 struct cred *new; aa_replace_current_profile() local 135 struct cred *new = prepare_creds(); aa_set_current_onexec() local 161 struct cred *new = prepare_creds(); aa_set_current_hat() local 199 struct cred *new = prepare_creds(); aa_restore_previous_profile() local
|
H A D | resource.c | 121 void __aa_transition_rlimits(struct aa_profile *old, struct aa_profile *new) __aa_transition_rlimits() argument
|
/linux-4.4.14/init/ |
H A D | do_mounts_initrd.c | 36 static int init_linuxrc(struct subprocess_info *info, struct cred *new) init_linuxrc() argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | mutex.h | 7 static inline int __mutex_cmpxchg_lock(atomic_t *v, int old, int new) __mutex_cmpxchg_lock() argument
|
H A D | cmpxchg.h | 149 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) __cmpxchg_u32() argument 195 __cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new) __cmpxchg_u64() argument 243 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, __cmpxchg() argument 259 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, __cmpxchg_local() argument 172 __cmpxchg_u32_local(volatile unsigned int *p, unsigned long old, unsigned long new) __cmpxchg_u32_local() argument 217 __cmpxchg_u64_local(volatile unsigned long *p, unsigned long old, unsigned long new) __cmpxchg_u64_local() argument
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | vphn.c | 41 u16 new = be16_to_cpup(field++); vphn_unpack_associativity() local
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | perf_cpum_cf_events.c | 268 struct attribute **new; merge_attr() local
|
H A D | ftrace.c | 107 struct ftrace_insn orig, new, old; ftrace_make_nop() local 139 struct ftrace_insn orig, new, old; ftrace_make_call() local
|
H A D | jump_label.c | 62 struct insn old, new; __jump_label_transform() local 39 jump_label_bug(struct jump_entry *entry, struct insn *expected, struct insn *new) jump_label_bug() argument
|
H A D | irq.c | 165 unsigned long old, new; do_softirq_own_stack() local
|
/linux-4.4.14/arch/score/include/asm/ |
H A D | cmpxchg.h | 26 __cmpxchg(volatile unsigned long *m, unsigned long old, unsigned long new) __cmpxchg() argument
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | cmpxchg.h | 94 __cmpxchg(volatile void *p, unsigned long old, unsigned long new, int size) __cmpxchg() argument
|
H A D | atomic.h | 129 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() argument 142 static inline int atomic_xchg(atomic_t *v, int new) atomic_xchg() argument
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | cmpxchg.h | 39 __cmpxchg(volatile unsigned long *m, unsigned long old, unsigned long new) __cmpxchg() argument 90 __cmpxchg(volatile unsigned long *m, unsigned long old, unsigned long new) __cmpxchg() argument
|
/linux-4.4.14/arch/parisc/lib/ |
H A D | bitops.c | 59 unsigned long __cmpxchg_u64(volatile unsigned long *ptr, unsigned long old, unsigned long new) __cmpxchg_u64() argument 72 unsigned long __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) __cmpxchg_u32() argument
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | cmpxchg.h | 149 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg_local() argument
|
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/ |
H A D | vphn.c | 41 u16 new = be16_to_cpup(field++); vphn_unpack_associativity() local
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_lock.c | 180 unsigned int old, new, prev; drm_lock_take() local 229 unsigned int old, new, prev; drm_lock_transfer() local 254 unsigned int old, new, prev; drm_legacy_lock_free() local
|
H A D | drm_vma_manager.c | 298 struct drm_vma_offset_file *new, *entry; drm_vma_node_allow() local
|
H A D | drm_context.c | 270 static int drm_context_switch(struct drm_device * dev, int old, int new) drm_context_switch() argument 298 drm_context_switch_complete(struct drm_device *dev, struct drm_file *file_priv, int new) drm_context_switch_complete() argument
|
H A D | drm_probe_helper.c | 371 const char *old, *new; drm_for_each_connector() local
|
H A D | drm_mm.c | 513 void drm_mm_replace_node(struct drm_mm_node *old, struct drm_mm_node *new) drm_mm_replace_node() argument
|
/linux-4.4.14/arch/um/include/asm/ |
H A D | mmu_context.h | 38 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) activate_mm() argument
|
/linux-4.4.14/arch/x86/mm/ |
H A D | pat_internal.h | 37 static inline int rbt_memtype_check_insert(struct memtype *new, rbt_memtype_check_insert() argument
|
H A D | pat_rbtree.c | 191 int rbt_memtype_check_insert(struct memtype *new, rbt_memtype_check_insert() argument
|
/linux-4.4.14/arch/xtensa/include/asm/ |
H A D | cmpxchg.h | 23 __cmpxchg_u32(volatile int *p, int old, int new) __cmpxchg_u32() argument 56 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument 74 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg_local() argument
|
/linux-4.4.14/mm/ |
H A D | page_counter.c | 22 long new; page_counter_cancel() local 41 long new; page_counter_charge() local 69 long new; page_counter_try_charge() local
|
H A D | swap_cgroup.c | 87 swap_cgroup_cmpxchg(swp_entry_t ent, unsigned short old, unsigned short new) swap_cgroup_cmpxchg() argument
|
/linux-4.4.14/net/rxrpc/ |
H A D | ar-peer.c | 109 const char *new = "old"; rxrpc_get_peer() local
|
H A D | ar-transport.c | 83 const char *new = "old"; rxrpc_get_transport() local
|
/linux-4.4.14/kernel/ |
H A D | utsname.c | 119 static int utsns_install(struct nsproxy *nsproxy, struct ns_common *new) utsns_install() argument
|
H A D | nsproxy.c | 201 void switch_task_namespaces(struct task_struct *p, struct nsproxy *new) switch_task_namespaces() argument
|
H A D | user.c | 174 struct user_struct *up, *new; alloc_uid() local
|
H A D | groups.c | 159 void set_groups(struct cred *new, struct group_info *group_info) set_groups() argument 178 struct cred *new; set_current_groups() local
|
/linux-4.4.14/fs/xfs/ |
H A D | kmem.c | 99 void *new; kmem_realloc() local
|
H A D | xfs_extent_busy.c | 42 struct xfs_extent_busy *new; xfs_extent_busy_insert() local
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | syscall.c | 99 static inline int mips_atomic_set(unsigned long addr, unsigned long new) mips_atomic_set() argument
|
H A D | vpe-cmp.c | 52 unsigned long new; ntcs_store() local
|
H A D | vpe-mt.c | 291 unsigned long new; ntcs_store() local
|
/linux-4.4.14/arch/sh/drivers/ |
H A D | heartbeat.c | 38 unsigned int new; heartbeat_toggle_bit() local
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | cmpxchg_64.h | 69 __cmpxchg_u32(volatile int *m, int old, int new) __cmpxchg_u32() argument 80 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) __cmpxchg_u64() argument 95 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument 120 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg_local() argument
|
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | cmpxchg.h | 111 __cmpxchg_u32(volatile unsigned int *p, unsigned int old, unsigned int new) __cmpxchg_u32() argument 176 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument 141 __cmpxchg_local_u32(volatile unsigned int *p, unsigned int old, unsigned int new) __cmpxchg_local_u32() argument 196 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg_local() argument
|
/linux-4.4.14/arch/avr32/include/asm/ |
H A D | cmpxchg.h | 46 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) __cmpxchg_u32() argument 73 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument 94 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg_local() argument
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | cmpxchg.h | 49 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | io.c | 69 unsigned new = count - ca->set->error_decay; bch_count_io_errors() local
|
/linux-4.4.14/drivers/input/keyboard/ |
H A D | maple_keyb.c | 43 unsigned char new[8]; member in struct:dc_kbd
|
H A D | jornada680_kbd.c | 85 unsigned char new = jornadakbd->new_scan[i]; jornada_parse_kbd() local
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_interval.c | 49 struct rb_node **new = &root->rb_node, *parent = NULL; drbd_insert_interval() local
|
/linux-4.4.14/arch/sparc/lib/ |
H A D | atomic32.c | 64 int atomic_xchg(atomic_t *v, int new) atomic_xchg() argument 77 int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() argument 156 unsigned long __cmpxchg_u32(volatile u32 *ptr, u32 old, u32 new) __cmpxchg_u32() argument 170 unsigned long __xchg_u32(volatile u32 *ptr, u32 new) __xchg_u32() argument
|
/linux-4.4.14/drivers/clk/ |
H A D | clk-multiplier.c | 44 static bool __is_best_rate(unsigned long rate, unsigned long new, __is_best_rate() argument
|
/linux-4.4.14/fs/ |
H A D | fs_struct.c | 48 static inline int replace_path(struct path *p, const struct path *old, const struct path *new) replace_path() argument
|
/linux-4.4.14/net/6lowpan/ |
H A D | nhc.c | 26 struct rb_node **new = &rb_root.rb_node, *parent = NULL; lowpan_nhc_insert() local
|
/linux-4.4.14/net/dccp/ccids/lib/ |
H A D | loss_interval.c | 142 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh), *new; tfrc_lh_interval_add() local
|
/linux-4.4.14/net/sunrpc/ |
H A D | svcauth.c | 139 auth_domain_lookup(char *name, struct auth_domain *new) auth_domain_lookup() argument
|
/linux-4.4.14/net/x25/ |
H A D | x25_facilities.c | 270 x25_negotiate_facilities(struct sk_buff *skb, struct sock *sk, struct x25_facilities *new, struct x25_dte_facilities *dte) x25_negotiate_facilities() argument
|
/linux-4.4.14/security/selinux/ |
H A D | netnode.c | 204 struct sel_netnode *new = NULL; sel_netnode_sid_slow() local
|
H A D | netport.c | 152 struct sel_netport *new = NULL; sel_netport_sid_slow() local
|
H A D | netif.c | 140 struct sel_netif *new = NULL; sel_netif_sid_slow() local
|
/linux-4.4.14/ipc/ |
H A D | namespace.c | 155 static int ipcns_install(struct nsproxy *nsproxy, struct ns_common *new) ipcns_install() argument
|
/linux-4.4.14/fs/sysfs/ |
H A D | symlink.c | 165 sysfs_rename_link_ns(struct kobject *kobj, struct kobject *targ, const char *old, const char *new, const void *new_ns) sysfs_rename_link_ns() argument
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | ftrace.c | 25 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) ftrace_modify_code() argument 58 u32 old, new; ftrace_make_nop() local 68 u32 old, new; ftrace_make_call() local 78 u32 old, new; ftrace_update_ftrace_func() local 99 u32 old, new; ftrace_enable_ftrace_graph_caller() local 109 u32 old, new; ftrace_disable_ftrace_graph_caller() local
|
/linux-4.4.14/arch/m68k/mm/ |
H A D | memory.c | 76 ptable_desc *new; get_pointer_table() local
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | ftrace.c | 86 unsigned char old[MCOUNT_INSN_SIZE], *new; ftrace_update_ftrace_func() local 99 unsigned char *new, *old; ftrace_make_nop() local 110 unsigned char *new, *old; ftrace_make_call() local
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | simple_alloc.c | 100 void *new; simple_realloc() local
|
/linux-4.4.14/arch/h8300/include/asm/ |
H A D | atomic.h | 66 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() argument
|
/linux-4.4.14/arch/hexagon/include/asm/ |
H A D | atomic.h | 33 static inline void atomic_set(atomic_t *v, int new) atomic_set() argument 78 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) atomic_cmpxchg() argument
|
/linux-4.4.14/arch/arm/xen/ |
H A D | p2m.c | 31 static int xen_add_phys_to_mach_entry(struct xen_p2m_entry *new) xen_add_phys_to_mach_entry() argument
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | ftrace.c | 25 static int ftrace_modify_code(unsigned long pc, u32 old, u32 new, ftrace_modify_code() argument 58 u32 new; ftrace_update_ftrace_func() local 73 u32 old, new; ftrace_make_call() local 88 u32 old, new; ftrace_make_nop() local
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | cmpxchg.h | 155 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument 216 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg_local() argument 243 __cmpxchg64(unsigned long long *ptr, unsigned long long old, unsigned long long new) __cmpxchg64() argument
|
/linux-4.4.14/drivers/firmware/efi/ |
H A D | fake_mem.c | 64 void *old, *new; efi_fake_memmap() local
|
/linux-4.4.14/net/netfilter/ |
H A D | nf_conntrack_extend.c | 75 struct nf_ct_ext *old, *new; __nf_ct_ext_add_length() local
|
H A D | nf_conntrack_labels.c | 53 static void replace_u32(u32 *address, u32 mask, u32 new) replace_u32() argument
|
H A D | nf_conntrack_ecache.c | 170 nf_conntrack_register_notifier(struct net *net, struct nf_ct_event_notifier *new) nf_conntrack_register_notifier() argument 192 nf_conntrack_unregister_notifier(struct net *net, struct nf_ct_event_notifier *new) nf_conntrack_unregister_notifier() argument 206 nf_ct_expect_register_notifier(struct net *net, struct nf_exp_event_notifier *new) nf_ct_expect_register_notifier() argument 228 nf_ct_expect_unregister_notifier(struct net *net, struct nf_exp_event_notifier *new) nf_ct_expect_unregister_notifier() argument
|
H A D | nft_rbtree.c | 79 __nft_rbtree_insert(const struct nft_set *set, struct nft_rbtree_elem *new) __nft_rbtree_insert() argument
|
/linux-4.4.14/sound/soc/ |
H A D | soc-io.c | 68 unsigned int old, new; snd_soc_component_update_bits_legacy() local 185 unsigned int old, new; snd_soc_component_test_bits() local
|
/linux-4.4.14/tools/perf/util/ |
H A D | comm.c | 55 struct comm_str *iter, *new; comm_str__findnew() local 105 struct comm_str *new, *old = comm->comm_str; comm__override() local
|
H A D | ordered-events.c | 14 static void queue_event(struct ordered_events *oe, struct ordered_event *new) queue_event() argument 93 struct ordered_event *new = NULL; alloc_event() local 137 struct ordered_event *new; ordered_events__new_event() local
|
H A D | thread.c | 127 struct comm *new, *curr = thread__comm(thread); __thread__set_comm() local
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
H A D | list.h | 39 static inline void __list_add(struct list_head *new, __list_add() argument 57 static inline void list_add(struct list_head *new, struct list_head *head) list_add() argument
|
/linux-4.4.14/drivers/s390/char/ |
H A D | tape_char.c | 99 struct idal_buffer *new; tapechar_check_idalbuffer() local
|
H A D | tape_std.c | 219 struct idal_buffer *new; tape_std_mtsetblk() local
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_misc.h | 65 static inline void __sym_que_add(struct sym_quehead * new, __sym_que_add() argument
|
H A D | sym_fw.c | 367 u32 opcode, new, old, tmp1, tmp2; sym_fw_bind_script() local
|
/linux-4.4.14/drivers/uwb/ |
H A D | est.c | 220 void *new = kmalloc(2 * actual_size, GFP_ATOMIC); uwb_est_grow() local
|
H A D | lc-dev.c | 49 int uwb_notifs_register(struct uwb_rc *rc, struct uwb_notifs_handler *new) uwb_notifs_register() argument
|
/linux-4.4.14/drivers/md/ |
H A D | dm-snap-transient.c | 31 transient_read_metadata(struct dm_exception_store *store, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context) transient_read_metadata() argument
|
/linux-4.4.14/drivers/ide/ |
H A D | trm290.c | 281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; init_hwif_trm290() local
|
H A D | ns87415.c | 126 unsigned int bit, other, new, *old = (unsigned int *) hwif->select_data; ns87415_prepare_drive() local
|
/linux-4.4.14/drivers/misc/echo/ |
H A D | echo.c | 413 int new, old; oslec_update() local
|
/linux-4.4.14/drivers/pci/ |
H A D | setup-res.c | 34 u32 new, check, mask; pci_update_resource() local
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | blackfin-cpufreq.c | 115 unsigned long cpu_set_cclk(int cpu, unsigned long new) cpu_set_cclk() argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 237 struct nvif_ioctl_new_v0 new; nvif_object_init() member in struct:__anon4412
|
/linux-4.4.14/arch/um/os-Linux/ |
H A D | start_up.c | 344 struct iomem_region *new; parse_iomem() local
|
H A D | sigio.c | 105 struct pollfd *new; need_poll() local 431 struct sigaction old, new; check_one_sigio() local
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | err_common.c | 279 cdl_register_subpacket_annotation(struct el_subpacket_annotation *new) cdl_register_subpacket_annotation() argument 301 cdl_register_subpacket_handler(struct el_subpacket_handler *new) cdl_register_subpacket_handler() argument
|
/linux-4.4.14/fs/isofs/ |
H A D | dir.c | 16 int isofs_name_translate(struct iso_directory_record *de, char *new, struct inode *inode) isofs_name_translate() argument
|
/linux-4.4.14/fs/jffs2/ |
H A D | nodemgmt.c | 505 struct jffs2_raw_node_ref *new; jffs2_add_physical_node_ref() local
|
H A D | nodelist.c | 26 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full_dirent **list) jffs2_add_fd_to_list() argument 436 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new) jffs2_add_ino_cache() argument
|
/linux-4.4.14/fs/nfs/ |
H A D | pnfs_dev.c | 192 struct nfs4_deviceid_node *d, *new; nfs4_find_get_deviceid() local
|
H A D | dns_resolve.c | 73 struct nfs_dns_ent *new; nfs_dns_ent_update() local 86 struct nfs_dns_ent *new; nfs_dns_ent_init() local 205 nfs_dns_update(struct cache_detail *cd, struct nfs_dns_ent *new, struct nfs_dns_ent *key) nfs_dns_update() argument
|
H A D | nfs4namespace.c | 173 struct rpc_clnt *new; nfs_find_best_sec() local 215 struct rpc_clnt *new; nfs4_negotiate_security() local
|
H A D | nfs4super.c | 174 struct nfs_referral_count *p, *new; nfs_referral_loop_protect() local
|
/linux-4.4.14/net/sched/ |
H A D | cls_cgroup.c | 78 struct cls_cgroup_head *new; cls_cgroup_change() local
|
H A D | sch_mq.c | 148 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, mq_graft() argument
|
/linux-4.4.14/net/sctp/ |
H A D | tsnmap.c | 358 unsigned long *new; sctp_tsnmap_grow() local
|
/linux-4.4.14/fs/affs/ |
H A D | bitmap.c | 320 u32 old, new; affs_init_bitmap() local
|
/linux-4.4.14/fs/afs/ |
H A D | flock.c | 569 static void afs_fl_copy_lock(struct file_lock *new, struct file_lock *fl) afs_fl_copy_lock() argument
|
/linux-4.4.14/fs/bfs/ |
H A D | file.c | 35 struct buffer_head *bh, *new; bfs_move_block() local
|
/linux-4.4.14/kernel/locking/ |
H A D | qspinlock.c | 207 u32 old, new, val = atomic_read(&lock->val); xchg_tail() local 284 u32 new, old, tail; queued_spin_lock_slowpath() local
|
/linux-4.4.14/fs/notify/fanotify/ |
H A D | fanotify.c | 17 struct fanotify_event_info *old, *new; should_merge() local
|
/linux-4.4.14/fs/notify/inotify/ |
H A D | inotify_fsnotify.c | 42 struct inotify_event_info *old, *new; event_compare() local
|
/linux-4.4.14/fs/reiserfs/ |
H A D | file.c | 184 int new; reiserfs_commit_page() local
|
/linux-4.4.14/include/net/ |
H A D | checksum.h | 136 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) csum_replace2() argument
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | book3s_hv_rm_xics.c | 89 icp_rm_try_update(struct kvmppc_icp *icp, union kvmppc_icp_state old, union kvmppc_icp_state new) icp_rm_try_update() argument
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
H A D | vma_map.c | 72 struct vma_to_fileoffset_map *new = vma_map_add() local
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | spinlock.h | 19 _raw_compare_and_swap(unsigned int *lock, unsigned int old, unsigned int new) _raw_compare_and_swap() argument
|
/linux-4.4.14/arch/m68k/sun3/ |
H A D | mmu_emu.c | 246 unsigned long new = 1; get_free_context() local
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | irq.c | 314 unsigned int self, new; migrate_irqs() local
|
/linux-4.4.14/arch/openrisc/kernel/ |
H A D | process.c | 217 __switch_to(struct task_struct *old, struct task_struct *new) __switch_to() argument
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
H A D | pci-dma-nommu.c | 39 struct dma_alloc_record *new; dma_alloc_coherent() local
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | ftrace.c | 165 char *new; ftrace_make_nop() local 177 unsigned char *old, *new; ftrace_make_call() local
|
/linux-4.4.14/arch/m68k/bvme6000/ |
H A D | config.c | 146 unsigned long *new = (unsigned long *)vectors; bvme6000_abort_int() local
|
/linux-4.4.14/arch/arm/plat-samsung/ |
H A D | pm-gpio.c | 133 u32 gpcon, old, new, mask; samsung_gpio_pm_2bit_resume() local 210 u32 old, new, mask; samsung_gpio_pm_4bit_mask() local
|
/linux-4.4.14/net/irda/ |
H A D | discovery.c | 60 void irlmp_add_discovery(hashbin_t *cachelog, discovery_t *new) irlmp_add_discovery() argument
|
/linux-4.4.14/tools/include/linux/ |
H A D | rbtree_augmented.h | 124 __rb_change_child(struct rb_node *old, struct rb_node *new, __rb_change_child() argument
|
/linux-4.4.14/tools/lib/ |
H A D | rbtree.c | 62 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, __rb_rotate_set_parents() argument 377 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} dummy_rotate() argument 378 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} dummy_rotate() argument 496 void rb_replace_node(struct rb_node *victim, struct rb_node *new, rb_replace_node() argument 72 __rb_insert(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_insert() argument 201 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) ____rb_erase_color() argument 363 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_erase_color() argument 404 __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_insert_augmented() argument
|
/linux-4.4.14/virt/kvm/ |
H A D | irqchip.c | 174 struct kvm_irq_routing_table *new, *old; kvm_set_irq_routing() local
|
/linux-4.4.14/drivers/thunderbolt/ |
H A D | nhi.c | 43 u32 old, new; ring_interrupt_active() local
|
/linux-4.4.14/drivers/tty/ |
H A D | tty_ldsem.c | 87 static inline int ldsem_cmpxchg(long *old, long new, struct ld_semaphore *sem) ldsem_cmpxchg() argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_flock.c | 78 ldlm_same_flock_owner(struct ldlm_lock *lock, struct ldlm_lock *new) ldlm_same_flock_owner() argument 86 ldlm_flocks_overlap(struct ldlm_lock *lock, struct ldlm_lock *new) ldlm_flocks_overlap() argument 144 struct ldlm_lock *new = req; ldlm_process_flock_lock() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
H A D | lov_pool.c | 318 __u32 *new; lov_ost_pool_extend() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
H A D | mdc_lib.c | 393 mdc_rename_pack(struct ptlrpc_request *req, struct md_op_data *op_data, const char *old, int oldlen, const char *new, int newlen) mdc_rename_pack() argument
|
H A D | mdc_reint.c | 400 mdc_rename(struct obd_export *exp, struct md_op_data *op_data, const char *old, int oldlen, const char *new, int newlen, struct ptlrpc_request **request) mdc_rename() argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | acl.c | 101 posix_acl_xattr_header *new; lustre_posix_acl_xattr_reduce_space() local 121 ext_acl_xattr_header *new; lustre_ext_acl_xattr_reduce_space() local 142 ext_acl_xattr_header *new; lustre_posix_acl_xattr_2ext() local 175 posix_acl_xattr_header *new; lustre_posix_acl_xattr_filter() local 298 ext_acl_xattr_header *new; lustre_acl_xattr_merge2ext() local
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | pio_copy.c | 292 u64 new, temp; merge_write8() local
|
/linux-4.4.14/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 219 u32 old, new; knav_range_setup_acc_irq() local
|
/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.c | 268 dm_block_t new; __shadow_block() local
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | phram.c | 99 struct phram_mtd_list *new; register_device() local
|
/linux-4.4.14/drivers/mtd/ |
H A D | mtd_blkdevs.c | 319 int add_mtd_blktrans_dev(struct mtd_blktrans_dev *new) add_mtd_blktrans_dev() argument
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
H A D | cm.c | 210 static void sl_id_map_add(struct ib_device *ibdev, struct id_map_entry *new) sl_id_map_add() argument
|
/linux-4.4.14/drivers/hid/usbhid/ |
H A D | usbkbd.c | 102 unsigned char *new; member in struct:usb_kbd
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_pcie.c | 423 u16 cw, new; qib_enable_intx() local
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 295 static int need_core(struct ff_effect *old, struct ff_effect *new) need_core() argument 200 need_condition_modifier(struct iforce *iforce, struct ff_effect *old, struct ff_effect *new) need_condition_modifier() argument 277 need_period_modifier(struct iforce *iforce, struct ff_effect *old, struct ff_effect *new) need_period_modifier() argument
|
/linux-4.4.14/drivers/iommu/ |
H A D | iova.c | 189 struct rb_node **new = &(root->rb_node), *parent = NULL; iova_insert_rbtree() local 60 __cached_rbnode_insert_update(struct iova_domain *iovad, unsigned long limit_pfn, struct iova *new) __cached_rbnode_insert_update() argument 101 __alloc_and_insert_iova_range(struct iova_domain *iovad, unsigned long size, unsigned long limit_pfn, struct iova *new, bool size_aligned) __alloc_and_insert_iova_range() argument
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | v4l2-event.c | 325 v4l2_event_src_replace(struct v4l2_event *old, const struct v4l2_event *new) v4l2_event_src_replace() argument 334 v4l2_event_src_merge(const struct v4l2_event *old, struct v4l2_event *new) v4l2_event_src_merge() argument
|
/linux-4.4.14/drivers/nfc/s3fwrn5/ |
H A D | firmware.c | 415 struct s3fwrn5_fw_version *new = (void *) &fw_info->fw.version; s3fwrn5_fw_check_version() local
|
/linux-4.4.14/drivers/of/ |
H A D | dynamic.c | 366 struct property *new; __of_prop_dup() local
|
/linux-4.4.14/drivers/pci/pcie/aer/ |
H A D | aerdrv.h | 82 merge_result(enum pci_ers_result orig, enum pci_ers_result new) merge_result() argument
|
/linux-4.4.14/drivers/pci/pcie/ |
H A D | portdrv_core.c | 555 int pcie_port_service_register(struct pcie_port_service_driver *new) pcie_port_service_register() argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | dynack.c | 32 static inline u32 ath_dynack_ewma(u32 old, u32 new) ath_dynack_ewma() argument
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | adf_cfg.c | 193 static void adf_cfg_keyval_add(struct adf_cfg_key_val *new, adf_cfg_keyval_add() argument
|
/linux-4.4.14/drivers/firewire/ |
H A D | core-iso.c | 238 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0; manage_bandwidth() local
|
/linux-4.4.14/drivers/acpi/ |
H A D | acpi_memhotplug.c | 87 struct acpi_memory_info *info, *new; acpi_memory_get_resource() local
|
/linux-4.4.14/drivers/base/ |
H A D | component.c | 235 struct component_match *new; component_match_realloc() local
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | ftrace.c | 136 unsigned long new; ftrace_update_ftrace_func() local 150 unsigned long new, old; ftrace_make_call() local 164 unsigned long new; ftrace_make_nop() local 222 unsigned long new = enable ? branch : nop; __ftrace_modify_caller() local 110 ftrace_modify_code(unsigned long pc, unsigned long old, unsigned long new) ftrace_modify_code() argument
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_amd.c | 298 int idx, new = -1; __amd_get_nb_event_constraints() local
|
/linux-4.4.14/drivers/char/agp/ |
H A D | isoch.c | 22 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new) agp_3_5_dev_list_insert() argument
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | smp.c | 220 unsigned long old, new; ipi_send_msg_one() local
|
/linux-4.4.14/fs/fat/ |
H A D | cache.c | 133 static void fat_cache_add(struct inode *inode, struct fat_cache_id *new) fat_cache_add() argument 116 fat_cache_merge(struct inode *inode, struct fat_cache_id *new) fat_cache_merge() argument
|
/linux-4.4.14/fs/nfs/blocklayout/ |
H A D | extent_tree.c | 189 struct pnfs_block_extent *new; __ext_tree_remove() local 244 ext_tree_insert(struct pnfs_block_layout *bl, struct pnfs_block_extent *new) ext_tree_insert() argument 370 struct pnfs_block_extent *new; ext_tree_split() local 125 __ext_tree_insert(struct rb_root *root, struct pnfs_block_extent *new, bool merge_ok) __ext_tree_insert() argument
|