/Linux-v6.6/arch/x86/include/asm/ |
D | atomic.h | 107 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()
|
D | atomic64_64.h | 101 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()
|
/Linux-v6.6/scripts/dtc/ |
D | util.h | 45 void *new = malloc(len); in xmalloc() local 55 void *new = realloc(p, len); in xrealloc() local
|
D | livetree.c | 15 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 360 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local 380 struct reserve_info *new) in add_reserve_entry()
|
/Linux-v6.6/tools/perf/util/ |
D | ordered-events.c | 18 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
|
D | comm.c | 65 struct comm_str *iter, *new; in __comm_str__findnew() local 129 struct comm_str *new, *old = comm->comm_str; in comm__override() local
|
/Linux-v6.6/arch/s390/include/asm/ |
D | atomic.h | 75 #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()
|
/Linux-v6.6/fs/nfs/blocklayout/ |
D | extent_tree.c | 137 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-v6.6/sound/pci/ice1712/ |
D | prodigy192.c | 81 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
|
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_iext_tree.c | 457 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()
|
/Linux-v6.6/tools/include/linux/ |
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() 697 struct hlist_head *new) in hlist_move_list()
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/32/ |
D | hugetlb-8xx.h | 33 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()
|
/Linux-v6.6/mm/ |
D | mempolicy.c | 370 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new) in mpol_rebind_task() 381 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm() 780 struct mempolicy *new; in vma_replace_policy() local 861 struct mempolicy *new, *old; in do_set_mempolicy() local 1268 struct mempolicy *new; in do_mbind() local 1509 struct mempolicy *new, *old; in SYSCALL_DEFINE4() local 1613 nodemask_t *new; in kernel_migrate_pages() local 2424 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in __mpol_dup() local 2521 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert() 2713 unsigned long end, struct sp_node *new) in shared_policy_replace() [all …]
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | qspinlock.h | 94 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-v6.6/arch/arm64/kvm/hyp/ |
D | exception.c | 94 unsigned long sctlr, vbar, old, new, mode; in enter_exception64() local 195 unsigned long old, new; in get_except32_cpsr() local
|
/Linux-v6.6/tools/usb/usbip/libsrc/ |
D | list.h | 40 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-v6.6/fs/afs/ |
D | dir_silly.c | 29 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()
|
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 561 struct bmac1_stats *new = bnx2x_sp(bp, mac_stats.bmac1_stats); in bnx2x_bmac_stats_update() local 596 struct bmac2_stats *new = bnx2x_sp(bp, mac_stats.bmac2_stats); in bnx2x_bmac_stats_update() local 662 struct mstat_stats *new = bnx2x_sp(bp, mac_stats.mstat_stats); in bnx2x_mstat_stats_update() local 749 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update() local 806 struct nig_stats *new = bnx2x_sp(bp, nig_stats); in bnx2x_hw_stats_update() local
|
/Linux-v6.6/arch/alpha/kernel/ |
D | err_common.c | 280 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-v6.6/drivers/watchdog/ |
D | machzwd.c | 145 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-v6.6/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 183 struct ff_effect *new) in need_condition_modifier() 259 struct ff_effect *new) in need_period_modifier() 276 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core()
|
/Linux-v6.6/security/selinux/ss/ |
D | hashtab.c | 134 int hashtab_duplicate(struct hashtab *new, struct hashtab *orig, in hashtab_duplicate() 135 int (*copy)(struct hashtab_node *new, in hashtab_duplicate()
|
/Linux-v6.6/include/linux/ |
D | llist.h | 219 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add() 224 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add()
|
/Linux-v6.6/net/sunrpc/ |
D | backchannel_rqst.c | 238 struct rpc_rqst *new) in xprt_get_bc_request() 327 struct rpc_rqst *req, *new = NULL; in xprt_lookup_bc_request() local
|
/Linux-v6.6/arch/powerpc/mm/nohash/ |
D | 8xx.c | 64 pgprot_t prot, int psize, bool new) in __early_map_kernel_hugepage() 121 pgprot_t prot, bool new) in mmu_mapin_ram_chunk()
|