/Linux-v4.19/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 129 struct rsi *new = container_of(cnew, struct rsi, h); in rsi_init() local 148 struct rsi *new = container_of(cnew, struct rsi, h); in update_rsi() local 292 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old) in rsi_update() 363 struct rsc *new = container_of(a, struct rsc, h); in rsc_match() local 372 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init() local 386 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc() local 552 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update() 785 struct gss_domain *new; in svcauth_gss_register_pseudoflavor() local
|
/Linux-v4.19/drivers/md/persistent-data/ |
D | dm-space-map-common.c | 386 int (*mutator)(void *context, uint32_t old, uint32_t *new), in sm_ll_mutate() 473 static int set_ref_count(void *context, uint32_t old, uint32_t *new) in set_ref_count() 485 static int inc_ref_count(void *context, uint32_t old, uint32_t *new) in inc_ref_count() 496 static int dec_ref_count(void *context, uint32_t old, uint32_t *new) in dec_ref_count()
|
/Linux-v4.19/include/net/sctp/ |
D | checksum.h | 70 __wsum new; in sctp_compute_cksum() local
|
/Linux-v4.19/tools/arch/x86/include/asm/ |
D | atomic.h | 68 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
|
/Linux-v4.19/include/net/ |
D | netevent.h | 20 struct dst_entry *new; member
|
/Linux-v4.19/arch/sh/include/asm/ |
D | cmpxchg.h | 56 unsigned long new, int size) in __cmpxchg()
|
D | cmpxchg-grb.h | 72 unsigned long new) in __cmpxchg_u32()
|
D | cmpxchg-irq.h | 41 unsigned long new) in __cmpxchg_u32()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | init-common.c | 68 struct kmem_cache *new; in pgtable_cache_add() local
|
/Linux-v4.19/arch/ia64/kernel/ |
D | ftrace.c | 163 char *new; in ftrace_make_nop() local 175 unsigned char *old, *new; in ftrace_make_call() local
|
/Linux-v4.19/security/selinux/ss/ |
D | ebitmap.c | 54 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local 261 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
|
/Linux-v4.19/include/linux/ |
D | rbtree_augmented.h | 135 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() 148 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
|
/Linux-v4.19/init/ |
D | do_mounts_initrd.c | 27 static int init_linuxrc(struct subprocess_info *info, struct cred *new) in init_linuxrc()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 76 union xfs_btree_ptr *new, in __xfs_inobt_alloc_block() 114 union xfs_btree_ptr *new, in xfs_inobt_alloc_block() 124 union xfs_btree_ptr *new, in xfs_finobt_alloc_block()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | cputime.h | 30 #define cmpxchg_cputime(ptr, old, new) cmpxchg(ptr, old, new) argument
|
D | pgtable-be-types.h | 86 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() 98 static inline bool pmd_xchg(pmd_t *pmdp, pmd_t old, pmd_t new) in pmd_xchg()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 60 static inline void __list_add(struct list_head *new, in __list_add() 81 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | sched-migration.py | 84 def __init__(self, new): argument 135 def __migrate_in(self, new, event): argument 143 def migrate_in(self, new): argument 146 def wake_up(self, new): argument 149 def wake_up_new(self, new): argument 193 def migrate(self, ts_list, new, old_cpu, new_cpu): argument
|
/Linux-v4.19/fs/fat/ |
D | fatent.c | 154 static void fat12_ent_put(struct fat_entry *fatent, int new) in fat12_ent_put() 176 static void fat16_ent_put(struct fat_entry *fatent, int new) in fat16_ent_put() 185 static void fat32_ent_put(struct fat_entry *fatent, int new) in fat32_ent_put() 408 int new, int wait) in fat_ent_write()
|
/Linux-v4.19/arch/sh/drivers/ |
D | heartbeat.c | 38 unsigned int new; in heartbeat_toggle_bit() local
|
/Linux-v4.19/security/apparmor/include/ |
D | task.h | 70 static inline void aa_dup_task_ctx(struct aa_task_ctx *new, in aa_dup_task_ctx()
|
/Linux-v4.19/fs/ |
D | timerfd.c | 436 const struct itimerspec64 *new, in do_timerfd_settime() 539 struct itimerspec64 new, old; in SYSCALL_DEFINE4() local 567 struct itimerspec64 new, old; in COMPAT_SYSCALL_DEFINE4() local
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_pool.c | 275 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index() 302 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key()
|
/Linux-v4.19/kernel/bpf/ |
D | local_storage.c | 86 struct rb_node **new = &(root->rb_node), *parent = NULL; in cgroup_storage_insert() local 130 struct bpf_storage_buffer *new; in cgroup_storage_update_elem() local
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_extend.c | 47 struct nf_ct_ext *old, *new; in nf_ct_ext_add() local
|