Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 43) sorted by relevance

12

/include/asm-generic/
Dcmpxchg-local.h16 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic()
55 u64 old, u64 new) in __cmpxchg64_local_generic()
Datomic-long.h411 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg()
417 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire()
423 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release()
429 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed()
435 atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg()
441 atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_acquire()
447 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release()
453 atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_relaxed()
905 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg()
911 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire()
[all …]
Datomic-instrumented.h652 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
662 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire()
672 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release()
682 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed()
692 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
703 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
714 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
725 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed()
1462 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg()
1472 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire()
[all …]
Datomic.h194 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
/include/trace/events/
Dkvm.h397 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument
399 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
/include/linux/
Drculist.h85 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu()
113 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
134 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu()
207 struct list_head *new) in list_replace_rcu()
526 struct hlist_node *new) in hlist_replace_rcu()
Diversion.h200 u64 cur, old, new; in inode_maybe_inc_iversion() local
307 u64 cur, old, new; in inode_query_iversion() local
Datomic-arch-fallback.h874 arch_atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_acquire()
885 arch_atomic_cmpxchg_release(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_release()
895 arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg()
917 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg()
930 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire()
943 arch_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_release()
956 arch_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_relaxed()
971 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire()
982 arch_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_release()
992 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg()
[all …]
Dlist.h45 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid()
63 static inline void __list_add(struct list_head *new, in __list_add()
84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
98 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
159 struct list_head *new) in list_replace()
175 struct list_head *new) in list_replace_init()
964 struct hlist_head *new) in hlist_move_list()
Dvt.h21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
Datomic-fallback.h966 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire()
977 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release()
987 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
1014 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
1027 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
1040 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
1053 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed()
1068 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
1079 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
1089 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
[all …]
Drbtree_augmented.h169 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
182 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
Dmempolicy.h245 const nodemask_t *new) in mpol_rebind_task()
249 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
Dkcore.h45 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
Dllist.h207 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
DmISDNdsp.h13 void *(*new)(const char *arg); member
Drbtree.h153 struct rb_node *new, in rb_replace_node_cached()
Daudit.h482 const struct cred *new, in audit_log_bprm_fcaps()
490 static inline void audit_log_capset(const struct cred *new, in audit_log_capset()
645 const struct cred *new, in audit_log_bprm_fcaps()
650 static inline void audit_log_capset(const struct cred *new, in audit_log_capset()
Dmigrate.h57 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
Dsecurity.h545 static inline int security_capset(struct cred *new, in security_capset()
732 struct cred *new) in security_dentry_create_files_as()
904 static inline int security_inode_copy_up(struct dentry *src, struct cred **new) in security_inode_copy_up()
1014 static inline int security_prepare_creds(struct cred *new, in security_prepare_creds()
1021 static inline void security_transfer_creds(struct cred *new, in security_transfer_creds()
1073 static inline int security_task_fix_setuid(struct cred *new, in security_task_fix_setuid()
1080 static inline int security_task_fix_setgid(struct cred *new, in security_task_fix_setgid()
/include/net/sctp/
Dchecksum.h56 __wsum new; in sctp_compute_cksum() local
/include/net/
Dnetevent.h20 struct dst_entry *new; member
Dchecksum.h138 static __always_inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
143 static inline void csum_replace(__wsum *csum, __wsum old, __wsum new) in csum_replace()
/include/linux/sched/
Dtask_stack.h24 #define setup_thread_stack(new,old) do { } while(0) argument
/include/linux/soc/samsung/
Ds3c-cpu-freq.h63 struct s3c_freq new; member

12