Home
last modified time | relevance | path

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

12345678910>>...48

/linux-6.14.4/arch/x86/include/asm/
Datomic64_64.h93 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg()
99 static __always_inline bool arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg()
105 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 new) in arch_atomic64_xchg()
/linux-6.14.4/scripts/dtc/
Dlivetree.c15 struct label *new; in add_label() local
42 struct property *new = xmalloc(sizeof(*new)); in build_property() local
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local
91 struct node *new = xmalloc(sizeof(*new)); in build_node() local
109 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local
361 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local
381 struct reserve_info *new) in add_reserve_entry()
Dutil.h47 void *new = malloc(len); in xmalloc() local
57 void *new = realloc(p, len); in xrealloc() local
/linux-6.14.4/tools/include/linux/
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()
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_iext_tree.c464 struct xfs_iext_node *new = xfs_iext_alloc_node(NODE_SIZE); in xfs_iext_split_node() local
506 struct xfs_iext_node *node, *new; in xfs_iext_insert_node() local
552 struct xfs_iext_leaf *new = xfs_iext_alloc_node(NODE_SIZE); in xfs_iext_split_leaf() local
607 void *new; in xfs_iext_realloc_root() local
639 struct xfs_iext_leaf *new = NULL; in xfs_iext_insert_raw() local
999 struct xfs_bmbt_irec *new) in xfs_iext_update_extent()
/linux-6.14.4/sound/pci/ice1712/
Dprodigy192.c81 unsigned char new, old; in stac9460_dac_mute() local
201 unsigned char new, old; in stac9460_adc_mute_put() local
287 unsigned char new, old; in stac9460_mic_sw_put() local
301 unsigned char old, new; in stac9460_set_rate_val() local
561 unsigned char new, old, itemvalue; in ak4114_input_sw_put() local
/linux-6.14.4/fs/nfs/blocklayout/
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
/linux-6.14.4/tools/perf/util/
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
Dmaps.c121 static void maps__set_maps_by_address(struct maps *maps, struct map **new) in maps__set_maps_by_address()
144 static void maps__set_maps_by_name(struct maps *maps, struct map **new) in maps__set_maps_by_name()
431 static int __maps__insert(struct maps *maps, struct map *new) in __maps__insert()
796 static int __maps__fixup_overlap_and_insert(struct maps *maps, struct map *new) in __maps__fixup_overlap_and_insert()
930 int maps__fixup_overlap_and_insert(struct maps *maps, struct map *new) in maps__fixup_overlap_and_insert()
974 struct map *new = map__clone(pos); in maps__copy_from() local
1005 struct map *new = map__clone(pos); in maps__copy_from() local
/linux-6.14.4/rust/kernel/init/
D__internal.rs208 pub unsafe fn new(ptr: *mut T) -> Self { in new() method
232 pub unsafe fn new() -> Self { in new() method
248 pub fn new() -> Self { in new() method
/linux-6.14.4/fs/bcachefs/
Dbtree_gc.c114 struct bkey_i_btree_ptr_v2 *new; in set_node_min() local
150 struct bkey_i_btree_ptr_v2 *new; in set_node_max() local
796 struct bch_alloc_v4 old_gc, gc, old_convert, new; in bch2_alloc_write_key() local
948 u32 new = (m ? m->block_sectors[i] : 0); in bch2_gc_write_stripes_key() local
963 struct bkey_i_stripe *new; in bch2_gc_write_stripes_key() local
Dbuckets_waiting_for_journal.c50 struct bucket_hashed *new, in bucket_table_insert()
90 struct bucket_hashed tmp, new = { in bch2_set_bucket_needs_journal_commit() local
Dbkey_methods.h82 struct bkey_s_c old, struct bkey_s new, in bch2_key_trigger()
108 struct bkey_s new, in bch2_key_trigger_new()
/linux-6.14.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c559 struct bmac1_stats *new = bnx2x_sp(bp, mac_stats.bmac1_stats); in bnx2x_bmac_stats_update() local
594 struct bmac2_stats *new = bnx2x_sp(bp, mac_stats.bmac2_stats); in bnx2x_bmac_stats_update() local
660 struct mstat_stats *new = bnx2x_sp(bp, mac_stats.mstat_stats); in bnx2x_mstat_stats_update() local
747 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update() local
804 struct nig_stats *new = bnx2x_sp(bp, nig_stats); in bnx2x_hw_stats_update() local
/linux-6.14.4/fs/afs/
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()
Dserver_list.c133 bool afs_annotate_server_list(struct afs_server_list *new, in afs_annotate_server_list()
187 void afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new, in afs_reattach_volume_to_servers()
/linux-6.14.4/arch/powerpc/include/asm/
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
/linux-6.14.4/tools/usb/usbip/libsrc/
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()
/linux-6.14.4/arch/arm64/kvm/hyp/
Dexception.c94 unsigned long sctlr, vbar, old, new, mode; in enter_exception64() local
195 unsigned long old, new; in get_except32_cpsr() local
Dpgtable.c398 kvm_pte_t new; in hyp_map_walker_try_leaf() local
418 kvm_pte_t *childp, new; in hyp_map_walker() local
730 static bool stage2_pte_needs_update(kvm_pte_t old, kvm_pte_t new) in stage2_pte_needs_update()
753 static bool stage2_try_set_pte(const struct kvm_pgtable_visit_ctx *ctx, kvm_pte_t new) in stage2_try_set_pte()
816 static void stage2_make_pte(const struct kvm_pgtable_visit_ctx *ctx, kvm_pte_t new) in stage2_make_pte()
904 kvm_pte_t new; in stage2_map_walker_try_leaf() local
982 kvm_pte_t *childp, new; in stage2_map_walk_leaf() local
1254 kvm_pte_t new = ctx->old & ~KVM_PTE_LEAF_ATTR_LO_S2_AF; in stage2_age_walker() local
1430 kvm_pte_t pte = ctx->old, new, *childp; in stage2_split_walker() local
/linux-6.14.4/rust/kernel/
Drevocable.rs83 pub fn new(data: impl PinInit<T>) -> impl PinInit<Self> { in new() method
202 fn new(data_ref: *const T, rcu_guard: rcu::Guard) -> Self { in new() method
Ddevres.rs102 fn new(dev: &Device, data: T, flags: Flags) -> Result<Arc<DevresInner<T>>> { in new() method
174 pub fn new(dev: &Device, data: T, flags: Flags) -> Result<Self> { in new() method
/linux-6.14.4/arch/alpha/kernel/
Derr_common.c280 cdl_register_subpacket_annotation(struct el_subpacket_annotation *new) in cdl_register_subpacket_annotation()
302 cdl_register_subpacket_handler(struct el_subpacket_handler *new) in cdl_register_subpacket_handler()
/linux-6.14.4/drivers/watchdog/
Dmachzwd.c145 static inline void zf_set_status(unsigned char new) in zf_set_status()
158 static inline void zf_set_control(unsigned short new) in zf_set_control()
169 static inline void zf_set_timer(unsigned short new, unsigned char n) in zf_set_timer()
/linux-6.14.4/drivers/input/joystick/iforce/
Diforce-ff.c179 struct ff_effect *new) in need_condition_modifier()
255 struct ff_effect *new) in need_period_modifier()
272 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core()

12345678910>>...48