/Linux-v4.19/sound/soc/ |
D | soc-io.c | 79 unsigned int old, new; in snd_soc_component_update_bits_legacy() local 193 unsigned int old, new; in snd_soc_component_test_bits() local
|
/Linux-v4.19/sound/pci/ice1712/ |
D | prodigy192.c | 95 unsigned char new, old; in stac9460_dac_mute() local 220 unsigned char new, old; in stac9460_adc_mute_put() local 306 unsigned char new, old; in stac9460_mic_sw_put() local 320 unsigned char old, new; in stac9460_set_rate_val() local 580 unsigned char new, old, itemvalue; in ak4114_input_sw_put() local
|
/Linux-v4.19/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() 686 struct hlist_head *new) in hlist_move_list()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_iext_tree.c | 461 struct xfs_iext_node *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_node() local 503 struct xfs_iext_node *node, *new; in xfs_iext_insert_node() local 549 struct xfs_iext_leaf *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_leaf() local 604 void *new; in xfs_iext_realloc_root() local 638 struct xfs_iext_leaf *new = NULL; in xfs_iext_insert() local 987 struct xfs_bmbt_irec *new) in xfs_iext_update_extent()
|
/Linux-v4.19/tools/perf/util/ |
D | util-cxx.h | 20 #define new _new macro
|
/Linux-v4.19/scripts/dtc/ |
D | livetree.c | 29 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 361 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local 381 struct reserve_info *new) in add_reserve_entry()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | atomic.h | 111 static inline int atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new) in atomic_cmpxchg_relaxed() 205 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 248 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument 433 static inline long long atomic64_xchg_relaxed(atomic64_t *ptr, long long new) in atomic64_xchg_relaxed()
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 559 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-v4.19/arch/powerpc/include/asm/ |
D | atomic.h | 201 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument 202 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) argument 493 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) argument 494 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) argument
|
/Linux-v4.19/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 198 struct ff_effect *new) in need_condition_modifier() 274 struct ff_effect *new) in need_period_modifier() 291 static int need_core(struct ff_effect *old, struct ff_effect *new) in need_core()
|
/Linux-v4.19/drivers/watchdog/ |
D | machzwd.c | 151 static inline void zf_set_status(unsigned char new) in zf_set_status() 164 static inline void zf_set_control(unsigned short new) in zf_set_control() 175 static inline void zf_set_timer(unsigned short new, unsigned char n) in zf_set_timer()
|
/Linux-v4.19/mm/ |
D | mempolicy.c | 367 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new) in mpol_rebind_task() 378 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm() 649 struct mempolicy *new; in vma_replace_policy() local 741 struct mempolicy *new, *old; in do_set_mempolicy() local 1142 struct mempolicy *new; in do_mbind() local 1378 nodemask_t *new; in kernel_migrate_pages() local 1585 unsigned long __user *new = NULL; in COMPAT_SYSCALL_DEFINE4() local 2125 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in __mpol_dup() local 2222 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert() 2407 unsigned long end, struct sp_node *new) in shared_policy_replace() [all …]
|
/Linux-v4.19/arch/x86/kvm/ |
D | trace.h | 915 #define trace_kvm_ple_window_grow(vcpu_id, new, old) \ argument 917 #define trace_kvm_ple_window_shrink(vcpu_id, new, old) \ argument
|
/Linux-v4.19/tools/testing/selftests/rtc/ |
D | rtctest.c | 117 time_t secs, new; in TEST_F() local 174 time_t secs, new; in TEST_F() local
|
D | setdate.c | 33 struct rtc_time new, current; in main() local
|
/Linux-v4.19/tools/build/feature/ |
D | test-sync-compare-and-swap.c | 8 uint64_t old, new = argc; in main() local
|
/Linux-v4.19/fs/nfs/ |
D | nfs4client.c | 75 struct nfs4_ds_server *new) in nfs4_add_ds_client() 127 struct nfs4_ds_server *dss, *new; in nfs4_find_or_create_ds_client() local 489 static int nfs4_match_client(struct nfs_client *pos, struct nfs_client *new, in nfs4_match_client() 546 int nfs40_walk_client_list(struct nfs_client *new, in nfs40_walk_client_list() 712 int nfs41_walk_client_list(struct nfs_client *new, in nfs41_walk_client_list()
|
/Linux-v4.19/security/tomoyo/ |
D | tomoyo.c | 19 static int tomoyo_cred_alloc_blank(struct cred *new, gfp_t gfp) in tomoyo_cred_alloc_blank() 34 static int tomoyo_cred_prepare(struct cred *new, const struct cred *old, in tomoyo_cred_prepare() 50 static void tomoyo_cred_transfer(struct cred *new, const struct cred *old) in tomoyo_cred_transfer()
|
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | a5xx_preempt.c | 22 enum preempt_state old, enum preempt_state new) in try_preempt_state() 35 enum preempt_state new) in set_preempt_state()
|
/Linux-v4.19/include/linux/ |
D | vt.h | 21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
|
/Linux-v4.19/lib/ |
D | list_debug.c | 20 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid()
|
/Linux-v4.19/drivers/char/agp/ |
D | generic.c | 99 struct agp_memory *new; in agp_create_user_memory() local 129 struct agp_memory *new; in agp_create_memory() local 222 struct agp_memory *new; in agp_allocate_memory() local 1165 struct agp_memory *new; in agp_generic_alloc_user() local
|
/Linux-v4.19/arch/sh/include/asm/ |
D | cmpxchg-cas.h | 6 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
|
/Linux-v4.19/kernel/ |
D | groups.c | 123 void set_groups(struct cred *new, struct group_info *group_info) in set_groups() 141 struct cred *new; in set_current_groups() local
|