/Linux-v4.19/arch/mips/kernel/ |
D | cmpxchg.c | 55 unsigned long new, unsigned int size) in __cmpxchg_small()
|
/Linux-v4.19/fs/afs/ |
D | server_list.c | 105 bool afs_annotate_server_list(struct afs_server_list *new, in afs_annotate_server_list()
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 172 static int fcoe_sysfs_fcf_add(struct fcoe_fcf *new) in fcoe_sysfs_fcf_add() 245 static void fcoe_sysfs_fcf_del(struct fcoe_fcf *new) in fcoe_sysfs_fcf_del() 1030 struct fcoe_fcf new; in fcoe_ctlr_recv_adv() local 2502 static void fcoe_ctlr_vn_add(struct fcoe_ctlr *fip, struct fc_rport_priv *new) in fcoe_ctlr_vn_add() 2579 struct fc_rport_priv *new) in fcoe_ctlr_vn_claim_notify() 2635 struct fc_rport_priv *new) in fcoe_ctlr_vn_claim_resp() 2651 struct fc_rport_priv *new) in fcoe_ctlr_vn_beacon()
|
/Linux-v4.19/tools/testing/radix-tree/linux/ |
D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) argument
|
/Linux-v4.19/arch/mips/include/asm/ |
D | atomic.h | 222 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) argument 415 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) argument
|
/Linux-v4.19/tools/perf/util/ |
D | thread.c | 142 struct namespaces *new, *curr = thread__namespaces(thread); in __thread__set_namespaces() local 198 struct comm *new, *curr = thread__comm(thread); in ____thread__set_comm() local
|
/Linux-v4.19/kernel/ |
D | pid.c | 285 struct pid *new) in __change_pid() 316 void transfer_pid(struct task_struct *old, struct task_struct *new, in transfer_pid()
|
/Linux-v4.19/fs/nfs/ |
D | read.c | 113 struct nfs_page *new; in nfs_readpage_async() local 360 struct nfs_page *new; in readpage_async_filler() local
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_bmap.c | 542 struct xfs_extent_free_item *new; /* new element */ in __xfs_bmap_add_free() local 1162 struct xfs_bmbt_irec new; in xfs_iread_extents() local 1520 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real() local 2025 xfs_bmbt_irec_t *new, /* new data to add to file extents */ in xfs_bmap_add_extent_unwritten_real() 2496 xfs_bmbt_irec_t *new) /* new data to add to file extents */ in xfs_bmap_add_extent_hole_delay() 2637 struct xfs_bmbt_irec *new, in xfs_bmap_add_extent_hole_real() 4642 struct xfs_bmbt_irec new; in xfs_bmap_del_extent_delay() local 4768 struct xfs_bmbt_irec new; in xfs_bmap_del_extent_cow() local 4856 xfs_bmbt_irec_t new; /* new record to be inserted */ in xfs_bmap_del_extent_real() local 5507 struct xfs_bmbt_irec new; in xfs_bmse_merge() local [all …]
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | cmpxchg.h | 64 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
|
/Linux-v4.19/arch/x86/pci/ |
D | mmconfig-shared.c | 52 static void list_add_sorted(struct pci_mmcfg_region *new) in list_add_sorted() 71 struct pci_mmcfg_region *new; in pci_mmconfig_alloc() local 100 struct pci_mmcfg_region *new; in pci_mmconfig_add() local
|
/Linux-v4.19/security/apparmor/ |
D | policy.c | 742 static void __replace_profile(struct aa_profile *old, struct aa_profile *new) in __replace_profile() 814 static void share_name(struct aa_profile *old, struct aa_profile *new) in share_name() 826 static struct aa_profile *update_to_newest_parent(struct aa_profile *new) in update_to_newest_parent()
|
/Linux-v4.19/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-v4.19/net/sctp/ |
D | auth.c | 96 struct sctp_shared_key *new; in sctp_auth_shkey_create() local 205 struct sctp_auth_bytes *new; in sctp_auth_make_key_vector() local 373 struct sctp_shared_key *new; in sctp_auth_asoc_copy_shkeys() local
|
/Linux-v4.19/kernel/rcu/ |
D | rcu.h | 141 static inline bool rcu_seq_completed_gp(unsigned long old, unsigned long new) in rcu_seq_completed_gp() 149 static inline bool rcu_seq_new_gp(unsigned long old, unsigned long new) in rcu_seq_new_gp() 159 static inline unsigned long rcu_seq_diff(unsigned long new, unsigned long old) in rcu_seq_diff()
|
/Linux-v4.19/fs/overlayfs/ |
D | copy_up.c | 42 int ovl_copy_xattr(struct dentry *old, struct dentry *new) in ovl_copy_xattr() 93 void *new; in ovl_copy_xattr() local 122 static int ovl_copy_up_data(struct path *old, struct path *new, loff_t len) in ovl_copy_up_data()
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 395 static int setup_APIC_mce_threshold(int reserved, int new) in setup_APIC_mce_threshold() 404 static int setup_APIC_deferred_error(int reserved, int new) in setup_APIC_deferred_error() 507 int new; in prepare_threshold_block() local 979 unsigned long new; in SHOW_FIELDS() local 1001 unsigned long new; in store_threshold_limit() local
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | process.c | 988 static inline void tm_recheckpoint_new_task(struct task_struct *new) in tm_recheckpoint_new_task() 1027 struct task_struct *new) in __switch_to_tm() 1088 #define tm_recheckpoint_new_task(new) argument 1089 #define __switch_to_tm(prev, new) argument 1169 struct task_struct *new) in __switch_to()
|
/Linux-v4.19/arch/um/drivers/ |
D | mconsole_kern.h | 46 static inline void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev()
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_labels.c | 19 static int replace_u32(u32 *address, u32 mask, u32 new) in replace_u32()
|
/Linux-v4.19/arch/x86/mm/ |
D | pat_internal.h | 38 static inline int rbt_memtype_check_insert(struct memtype *new, in rbt_memtype_check_insert()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | spinlock-cas.h | 16 static inline unsigned __sl_cas(volatile unsigned *p, unsigned old, unsigned new) in __sl_cas()
|
/Linux-v4.19/arch/s390/kernel/ |
D | perf_cpum_cf_events.c | 519 struct attribute **new; in merge_attr() local
|
/Linux-v4.19/arch/x86/include/asm/ |
D | preempt.h | 28 int old, new; in preempt_count_set() local
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | cmpxchg_32.h | 67 #define cmpxchg64(ptr, old, new) __cmpxchg_u64(ptr, old, new) argument
|