/linux-6.14.4/security/selinux/ss/ |
D | hashtab.c | 139 int hashtab_duplicate(struct hashtab *new, const struct hashtab *orig, in hashtab_duplicate() 140 int (*copy)(struct hashtab_node *new, in hashtab_duplicate()
|
/linux-6.14.4/arch/powerpc/mm/nohash/ |
D | 8xx.c | 53 pgprot_t prot, int psize, bool new) in __early_map_kernel_hugepage() 120 pgprot_t prot, bool new) in mmu_mapin_ram_chunk()
|
/linux-6.14.4/fs/bcachefs/ |
D | buckets.c | 278 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, k); in bch2_check_fix_ptrs() local 509 u64 old, new; in bch2_trans_account_disk_usage_change() local 610 struct bch_alloc_v4 old = bucket_m_to_alloc(*g), new = old; in bch2_trigger_pointer() local 842 struct bkey_s_c old, struct bkey_s new, in bch2_trigger_extent() 937 struct bkey_s_c old, struct bkey_s new, in bch2_trigger_reservation() 1015 struct bch_alloc_v4 new = bucket_m_to_alloc(*g); in bch2_mark_metadata_bucket() local
|
D | trace.h | 1951 …ace_btree_path_clone(struct btree_trans *trans, struct btree_path *path, struct btree_path *new) {} in trace_btree_path_clone() 1952 …_btree_path_save_pos(struct btree_trans *trans, struct btree_path *path, struct btree_path *new) {} in trace_btree_path_save_pos()
|
D | str_hash.c | 41 struct bkey_i_dirent *new = bch2_trans_kmalloc(trans, bkey_bytes(old.k) + 32); in fsck_rename_dirent() local 239 struct bkey_i *new = bch2_bkey_make_mut_noupdate(trans, hash_k); in __bch2_str_hash_check_key() local
|
/linux-6.14.4/sound/pci/ice1712/ |
D | quartet.c | 507 unsigned int old, new, smute; in qtet_mute_put() local 568 unsigned int old, new, tmp, masked_old; in qtet_ain12_sw_put() local 623 unsigned int old, new; in qtet_php_put() local 699 unsigned int old, new; in qtet_sw_put() local 830 unsigned int new; in qtet_set_rate() local 854 unsigned int old, new; in qtet_set_spdif_clock() local
|
/linux-6.14.4/drivers/char/agp/ |
D | generic.c | 98 struct agp_memory *new; in agp_create_user_memory() local 128 struct agp_memory *new; in agp_create_memory() local 222 struct agp_memory *new; in agp_allocate_memory() local 1161 struct agp_memory *new; in agp_generic_alloc_user() local
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | setget_sockopt.c | 26 int new; member 87 int old, tmp, new, opt = t->opt; in bpf_test_sockopt_flip() local 114 int old, tmp, new, expected, opt; in bpf_test_sockopt_int() local
|
/linux-6.14.4/fs/afs/ |
D | validation.c | 202 time64_t new = op->volsync.creation; in afs_update_volume_creation_time() local 269 time64_t new = op->volsync.update; in afs_update_volume_update_time() local
|
/linux-6.14.4/net/sunrpc/ |
D | backchannel_rqst.c | 237 struct rpc_rqst *new) in xprt_get_bc_request() 326 struct rpc_rqst *req, *new = NULL; in xprt_lookup_bc_request() local
|
/linux-6.14.4/fs/nfs/ |
D | nfs4client.c | 79 struct nfs4_ds_server *new) in nfs4_add_ds_client() 135 struct nfs4_ds_server *dss, *new; in nfs4_find_or_create_ds_client() local 528 static int nfs4_match_client(struct nfs_client *pos, struct nfs_client *new, in nfs4_match_client() 585 int nfs40_walk_client_list(struct nfs_client *new, in nfs40_walk_client_list() 752 int nfs41_walk_client_list(struct nfs_client *new, in nfs41_walk_client_list()
|
D | dns_resolve.c | 74 struct nfs_dns_ent *new; in nfs_dns_ent_update() local 87 struct nfs_dns_ent *new; in nfs_dns_ent_init() local 216 struct nfs_dns_ent *new, in nfs_dns_update()
|
/linux-6.14.4/rust/kernel/sync/lock/ |
D | global.rs | 46 pub const unsafe fn new(data: B::Item) -> Self { in new() method 144 pub fn new(val: T) -> Self { in new() method
|
/linux-6.14.4/virt/kvm/ |
D | irqchip.c | 173 struct kvm_irq_routing_table *new, *old; in kvm_set_irq_routing() local 248 struct kvm_irq_routing_table *new; in kvm_init_irq_routing() local
|
/linux-6.14.4/include/linux/ |
D | llist.h | 246 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add() 251 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add()
|
/linux-6.14.4/mm/ |
D | mempolicy.c | 405 void mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new) in mpol_rebind_task() 415 void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm() 794 struct mempolicy *new; in vma_replace_policy() local 850 struct mempolicy *new, *old; in do_set_mempolicy() local 1274 struct mempolicy *new; in do_mbind() local 1545 struct mempolicy *new, *old; in SYSCALL_DEFINE4() local 1649 nodemask_t *new; in kernel_migrate_pages() local 2603 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in __mpol_dup() local 2701 static void sp_insert(struct shared_policy *sp, struct sp_node *new) in sp_insert() 2911 pgoff_t end, struct sp_node *new) in shared_policy_replace() [all …]
|
/linux-6.14.4/drivers/md/ |
D | dm-cache-background-tracker.c | 80 struct rb_node **new = &b->pending.rb_node, *parent = NULL; in __insert_pending() local 109 struct rb_node **new = &b->pending.rb_node; in __find_pending() local
|
/linux-6.14.4/drivers/gpu/drm/msm/adreno/ |
D | a5xx_preempt.c | 13 enum preempt_state old, enum preempt_state new) in try_preempt_state() 26 enum preempt_state new) in set_preempt_state()
|
/linux-6.14.4/kernel/locking/ |
D | rtmutex.c | 218 struct task_struct *new) in rt_mutex_cmpxchg_acquire() 230 struct task_struct *new) in rt_mutex_cmpxchg_release() 243 unsigned long owner, new; in mark_rt_mutex_waiters() local 302 struct task_struct *new) in rt_mutex_cmpxchg_acquire() 324 struct task_struct *new) in rt_mutex_cmpxchg_release()
|
/linux-6.14.4/net/ipv6/ |
D | calipso.c | 910 struct ipv6_opt_hdr *new; in calipso_opt_insert() local 969 struct ipv6_opt_hdr **new) in calipso_opt_del() 1132 struct ipv6_opt_hdr *old, *new; in calipso_sock_setattr() local 1207 struct ipv6_opt_hdr *old, *new; in calipso_req_setattr() local 1246 struct ipv6_opt_hdr *new; in calipso_req_delattr() local
|
/linux-6.14.4/net/smc/ |
D | smc_cdc.h | 151 union smc_host_cursor *new) in smc_curs_diff() 165 union smc_host_cursor *new) in smc_curs_comp() 178 union smc_host_cursor *new) in smc_curs_diff_large()
|
/linux-6.14.4/kernel/ |
D | groups.c | 118 void set_groups(struct cred *new, struct group_info *group_info) in set_groups() 136 struct cred *new; in set_current_groups() local
|
/linux-6.14.4/lib/ |
D | memcat_p.c | 12 void **p = a, **new; in __memcat_p() local
|
/linux-6.14.4/arch/riscv/lib/ |
D | clear_page.S | 14 #define CBOZ_ALT(order, old, new) \ argument
|
/linux-6.14.4/arch/x86/include/asm/fpu/ |
D | sched.h | 65 static inline void switch_fpu_finish(struct task_struct *new) in switch_fpu_finish()
|