Home
last modified time | relevance | path

Searched defs:new (Results 76 – 100 of 1166) sorted by relevance

12345678910>>...47

/openbmc/linux/arch/mips/kernel/
H A Dftrace.c165 unsigned int new; in ftrace_make_nop() local
189 unsigned int new; in ftrace_make_call() local
206 unsigned int new; in ftrace_update_ftrace_func() local
/openbmc/linux/arch/s390/lib/
H A Dspinlock.c84 static inline int arch_cmpxchg_niai8(int *lock, int old, int new) in arch_cmpxchg_niai8()
120 int lockval, ix, node_id, tail_id, old, new, owner, count; in arch_spin_lock_queued() local
213 int lockval, old, new, owner, count; in arch_spin_lock_classic() local
/openbmc/linux/arch/s390/include/asm/
H A Dcmpxchg.h89 unsigned long new, int size) in __cmpxchg()
195 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128()
H A Datomic.h75 #define arch_atomic_xchg(v, new) (arch_xchg(&((v)->counter), new)) in ATOMIC_OPS() argument
115 #define arch_atomic64_xchg(v, new) (arch_xchg(&((v)->counter), new)) argument
117 static inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg()
/openbmc/linux/include/linux/
H A Dlist.h65 static __always_inline bool __list_add_valid(struct list_head *new, in __list_add_valid()
128 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid()
146 static inline void __list_add(struct list_head *new, in __list_add()
167 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
181 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
242 struct list_head *new) in list_replace()
258 struct list_head *new) in list_replace_init()
1106 struct hlist_head *new) in hlist_move_list()
/openbmc/linux/scripts/dtc/
H A Dutil.h45 void *new = malloc(len); in xmalloc() local
55 void *new = realloc(p, len); in xrealloc() local
/openbmc/linux/kernel/futex/
H A Drequeue.c95 int old, new; in futex_requeue_pi_prepare() local
127 int old, new; in futex_requeue_pi_complete() local
158 int old, new; in futex_requeue_pi_wakeup_sync() local
/openbmc/linux/net/sunrpc/
H A Dsvcauth_unix.c60 struct unix_domain *new = NULL; in unix_domain_find() local
124 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match() local
130 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init() local
138 struct ip_map *new = container_of(cnew, struct ip_map, h); in update() local
442 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_match() local
447 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_init() local
453 struct unix_gid *new = container_of(cnew, struct unix_gid, h); in unix_gid_update() local
/openbmc/linux/arch/x86/include/asm/
H A Datomic.h107 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg()
113 static __always_inline bool arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg()
119 static __always_inline int arch_atomic_xchg(atomic_t *v, int new) in arch_atomic_xchg()
H A Datomic64_64.h101 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg()
107 static __always_inline bool arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg()
113 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 new) in arch_atomic64_xchg()
/openbmc/u-boot/include/asm-generic/
H A Datomic-long.h135 #define atomic_long_cmpxchg(l, old, new) \ argument
137 #define atomic_long_xchg(v, new) \ argument
254 #define atomic_long_cmpxchg(l, old, new) \ argument
256 #define atomic_long_xchg(v, new) \ argument
/openbmc/u-boot/scripts/dtc/
H A 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
341 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local
361 struct reserve_info *new) in add_reserve_entry()
/openbmc/linux/tools/perf/util/
H A Dordered-events.c18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event()
103 struct ordered_event *new = NULL; in alloc_event() local
175 struct ordered_event *new; in ordered_events__new_event() local
H A Dcomm.c65 struct comm_str *iter, *new; in __comm_str__findnew() local
129 struct comm_str *new, *old = comm->comm_str; in comm__override() local
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dhugetlb-8xx.h33 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate()
38 static inline void hugepd_populate_kernel(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate_kernel()
/openbmc/linux/net/openvswitch/
H A Dflow_table.c220 struct mask_array *new; in tbl_mask_array_alloc() local
251 struct mask_array *new; in tbl_mask_array_realloc() local
274 struct sw_flow_mask *new) in tbl_mask_array_add_mask()
365 struct mask_cache *new; in tbl_mask_cache_alloc() local
395 struct mask_cache *new; in ovs_flow_tbl_masks_cache_resize() local
580 struct table_instance *new, bool ufid) in flow_table_copy_flows()
1010 const struct sw_flow_mask *new) in flow_mask_insert()
1112 struct mask_array *new; in ovs_flow_masks_rebalance() local
/openbmc/linux/fs/nfsd/
H A Dexport.c205 struct svc_expkey *new = container_of(b, struct svc_expkey, h); in expkey_match() local
217 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_init() local
230 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_update() local
300 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
802 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match() local
809 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init() local
827 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update() local
907 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
/openbmc/linux/fs/nfs/blocklayout/
H A Dextent_tree.c137 struct pnfs_block_extent *new, bool merge_ok) in __ext_tree_insert()
201 struct pnfs_block_extent *new; in __ext_tree_remove() local
255 ext_tree_insert(struct pnfs_block_layout *bl, struct pnfs_block_extent *new) in ext_tree_insert()
383 struct pnfs_block_extent *new; in ext_tree_split() local
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dlist.h40 static inline void __list_add(struct list_head *new, in __list_add()
58 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
/openbmc/linux/fs/afs/
H A Ddir_silly.c29 struct dentry *new = op->dentry_2; in afs_silly_rename_edit_dir() local
61 struct dentry *old, struct dentry *new, in afs_do_silly_rename()
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c94 unsigned long sctlr, vbar, old, new, mode; in enter_exception64() local
195 unsigned long old, new; in get_except32_cpsr() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dqspinlock.h94 u32 new = queued_spin_encode_locked_val(); in __queued_spin_trylock_nosteal() local
116 u32 new = queued_spin_encode_locked_val(); in __queued_spin_trylock_steal() local
/openbmc/linux/sound/pci/ice1712/
H A Dprodigy192.c81 unsigned char new, old; in stac9460_dac_mute() local
206 unsigned char new, old; in stac9460_adc_mute_put() local
292 unsigned char new, old; in stac9460_mic_sw_put() local
306 unsigned char old, new; in stac9460_set_rate_val() local
566 unsigned char new, old, itemvalue; in ak4114_input_sw_put() local
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_iext_tree.c457 struct xfs_iext_node *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_node() local
499 struct xfs_iext_node *node, *new; in xfs_iext_insert_node() local
545 struct xfs_iext_leaf *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_leaf() local
600 void *new; in xfs_iext_realloc_root() local
633 struct xfs_iext_leaf *new = NULL; in xfs_iext_insert() local
982 struct xfs_bmbt_irec *new) in xfs_iext_update_extent()
/openbmc/linux/tools/include/linux/
H A 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()
697 struct hlist_head *new) in hlist_move_list()

12345678910>>...47