| /include/asm-generic/ |
| D | atomic-long.h | 80 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument 83 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument 86 #define atomic_long_cmpxchg_release(l, old, new) \ argument 89 #define atomic_long_cmpxchg(l, old, new) \ argument 92 #define atomic_long_xchg_relaxed(v, new) \ argument 94 #define atomic_long_xchg_acquire(v, new) \ argument 96 #define atomic_long_xchg_release(v, new) \ argument 98 #define atomic_long_xchg(v, new) \ argument
|
| D | cmpxchg-local.h | 15 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic() 54 u64 old, u64 new) in __cmpxchg64_local_generic()
|
| D | cputime_jiffies.h | 6 #define cmpxchg_cputime(ptr, old, new) cmpxchg(ptr, old, new) argument
|
| D | atomic.h | 224 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
| D | cputime_nsecs.h | 24 #define cmpxchg_cputime(ptr, old, new) cmpxchg64(ptr, old, new) argument
|
| /include/trace/events/ |
| D | kvm.h | 394 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument 396 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
|
| /include/linux/ |
| D | rculist.h | 49 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 78 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 99 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 172 struct list_head *new) in list_replace_rcu() 440 struct hlist_node *new) in hlist_replace_rcu()
|
| D | vt.h | 20 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
|
| D | list.h | 38 static inline void __list_add(struct list_head *new, in __list_add() 61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 75 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 124 struct list_head *new) in list_replace() 133 struct list_head *new) in list_replace_init() 699 struct hlist_head *new) in hlist_move_list()
|
| D | rbtree_augmented.h | 121 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() 134 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
|
| D | kcore.h | 33 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
|
| D | mempolicy.h | 255 const nodemask_t *new, in mpol_rebind_task() 260 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
|
| D | llist.h | 195 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
|
| D | mISDNdsp.h | 12 void *(*new)(const char *arg); member
|
| D | audit.h | 432 const struct cred *new, in audit_log_bprm_fcaps() 440 static inline void audit_log_capset(const struct cred *new, in audit_log_capset() 554 const struct cred *new, in audit_log_bprm_fcaps() 559 static inline void audit_log_capset(const struct cred *new, in audit_log_capset()
|
| D | migrate.h | 55 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
|
| D | sbitmap.h | 346 int new = sbq_index_inc(old); in sbq_index_atomic_inc() local
|
| D | user_namespace.h | 118 static inline int create_user_ns(struct cred *new) in create_user_ns()
|
| D | security.h | 440 static inline int security_capset(struct cred *new, in security_capset() 609 struct cred *new) in security_dentry_create_files_as() 774 static inline int security_inode_copy_up(struct dentry *src, struct cred **new) in security_inode_copy_up() 871 static inline int security_prepare_creds(struct cred *new, in security_prepare_creds() 878 static inline void security_transfer_creds(struct cred *new, in security_transfer_creds() 912 static inline int security_task_fix_setuid(struct cred *new, in security_task_fix_setuid()
|
| D | edac.h | 49 static inline void set_edac_report_status(int new) in set_edac_report_status() 59 static inline void set_edac_report_status(int new) in set_edac_report_status()
|
| D | nodemask.h | 335 #define node_remap(oldbit, old, new) \ argument 343 #define nodes_remap(dst, src, old, new) \ argument
|
| D | wait.h | 165 static inline void __add_wait_queue(wait_queue_head_t *head, wait_queue_t *new) in __add_wait_queue() 181 wait_queue_t *new) in __add_wait_queue_tail()
|
| /include/net/ |
| D | netevent.h | 19 struct dst_entry *new; member
|
| D | checksum.h | 141 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
|
| /include/net/netfilter/ |
| D | nf_conntrack_l4proto.h | 51 bool (*new)(struct nf_conn *ct, const struct sk_buff *skb, member
|