Home
last modified time | relevance | path

Searched defs:new (Results 76 - 100 of 1982) sorted by relevance

12345678910>>...80

/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dhugetlb-e500.h31 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate() argument
/kernel/linux/linux-5.10/tools/testing/selftests/rtc/
H A Dsetdate.c24 struct rtc_time new, current; in main() local
[all...]
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dxchg.h129 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg() argument
155 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg() argument
181 ____cmpxchg(_u32, volatile int *m, int old, int new) in ____cmpxchg() argument
203 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg() argument
229 ____cmpxchg(, volatile void *ptr, unsigned long old, unsigned long new, int size) ____cmpxchg() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/
H A D8xx.c16 pte_basic_t *new; in kasan_init_shadow_8M() local
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dpageattr.c18 pte_update_delta(pte_t *ptep, unsigned long addr, unsigned long old, unsigned long new) pte_update_delta() argument
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dbitops-cas.h5 static inline unsigned __bo_cas(volatile unsigned *p, unsigned old, unsigned new) in __bo_cas() argument
H A Dspinlock-cas.h13 static inline unsigned __sl_cas(volatile unsigned *p, unsigned old, unsigned new) in __sl_cas() argument
/kernel/linux/linux-6.6/arch/sh/drivers/
H A Dheartbeat.c35 unsigned int new; in heartbeat_toggle_bit() local
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_cpum_cf_events.c811 struct attribute **new; in merge_attr() local
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dpgtable_64.c69 unsigned long new = bios_start; in find_trampoline_placement() local
[all...]
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dmconsole_kern.h46 static inline void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev() argument
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dmmu_context.h19 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) in activate_mm() argument
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dtask.h56 static inline void aa_dup_task_ctx(struct aa_task_ctx *new, in aa_dup_task_ctx() argument
/kernel/linux/linux-5.10/security/apparmor/
H A Dtask.c45 struct cred *new; in aa_replace_current_label() local
118 struct cred *new; in aa_set_current_hat() local
158 struct cred *new; aa_restore_previous_label() local
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dwalt.h37 static inline s64 __rq_update_sum(struct rq *rq, bool curr, bool new) in __rq_update_sum() argument
52 static inline s64 __grp_update_sum(struct rq *rq, bool curr, bool new) in __grp_update_sum() argument
67 __get_update_sum(struct rq *rq, enum migrate_types migrate_type, bool src, bool new, bool curr) __get_update_sum() argument
[all...]
/kernel/linux/linux-5.10/fs/afs/
H A Dserver_list.c103 bool afs_annotate_server_list(struct afs_server_list *new, in afs_annotate_server_list() argument
/kernel/linux/linux-5.10/lib/
H A Drefcount.c76 unsigned int new, val = atomic_read(&r->refs); in refcount_dec_not_one() local
H A Derrseq.c78 errseq_t new; in errseq_set() local
177 errseq_t old, new; errseq_check_and_advance() local
[all...]
/kernel/linux/linux-5.10/kernel/sched/rtg/
H A Drtg.h44 static inline void add_new_task_to_grp(struct task_struct *new) {} in add_new_task_to_grp() argument
62 static inline void add_new_task_to_grp(struct task_struct *new) {} in add_new_task_to_grp() argument
/kernel/linux/linux-6.6/fs/netfs/
H A Diterator.c36 netfs_extract_user_iter(struct iov_iter *orig, size_t orig_len, struct iov_iter *new, iov_iter_extraction_t extraction_flags) netfs_extract_user_iter() argument
/kernel/linux/linux-6.6/fs/afs/
H A Dserver_list.c103 bool afs_annotate_server_list(struct afs_server_list *new, in afs_annotate_server_list() argument
/kernel/linux/linux-6.6/include/trace/events/
H A Dwalt.h37 static inline s64 __rq_update_sum(struct rq *rq, bool curr, bool new) in __rq_update_sum() argument
52 static inline s64 __grp_update_sum(struct rq *rq, bool curr, bool new) in __grp_update_sum() argument
67 __get_update_sum(struct rq *rq, enum migrate_types migrate_type, bool src, bool new, bool curr) __get_update_sum() argument
[all...]
/kernel/linux/linux-6.6/drivers/dax/hmem/
H A Ddevice.c39 struct resource *new; in __hmem_register_resource() local
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcmpxchg_32.h22 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() argument
35 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64_local() argument
48 static inline bool __try_cmpxchg64(volatile u64 *ptr, u64 *pold, u64 new) in __try_cmpxchg64() argument
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dpage_track.h41 __kvm_page_track_write(struct kvm *kvm, gpa_t gpa, const u8 *new, int bytes) __kvm_page_track_write() argument
50 kvm_page_track_write(struct kvm_vcpu *vcpu, gpa_t gpa, const u8 *new, int bytes) kvm_page_track_write() argument

Completed in 7 milliseconds

12345678910>>...80