Home
last modified time | relevance | path

Searched defs:new (Results 101 – 125 of 1188) sorted by relevance

12345678910>>...48

/linux-6.14.4/security/selinux/ss/
Dhashtab.c139 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/
D8xx.c53 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/
Dbuckets.c278 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
Dtrace.h1951 …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()
Dstr_hash.c41 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/
Dquartet.c507 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/
Dgeneric.c98 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/
Dsetget_sockopt.c26 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/
Dvalidation.c202 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/
Dbackchannel_rqst.c237 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/
Dnfs4client.c79 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()
Ddns_resolve.c74 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/
Dglobal.rs46 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/
Dirqchip.c173 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/
Dllist.h246 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/
Dmempolicy.c405 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/
Ddm-cache-background-tracker.c80 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/
Da5xx_preempt.c13 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/
Drtmutex.c218 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/
Dcalipso.c910 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/
Dsmc_cdc.h151 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/
Dgroups.c118 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/
Dmemcat_p.c12 void **p = a, **new; in __memcat_p() local
/linux-6.14.4/arch/riscv/lib/
Dclear_page.S14 #define CBOZ_ALT(order, old, new) \ argument
/linux-6.14.4/arch/x86/include/asm/fpu/
Dsched.h65 static inline void switch_fpu_finish(struct task_struct *new) in switch_fpu_finish()

12345678910>>...48