/include/asm-generic/ |
D | cmpxchg-local.h | 14 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic() 53 u64 old, u64 new) in __cmpxchg64_local_generic()
|
D | atomic-long.h | 134 #define atomic_long_cmpxchg(l, old, new) \ argument 136 #define atomic_long_xchg(v, new) \ argument 251 #define atomic_long_cmpxchg(l, old, new) \ argument 253 #define atomic_long_xchg(v, new) \ argument
|
D | atomic.h | 137 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
/include/linux/ |
D | rculist.h | 33 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 58 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 79 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 152 struct list_head *new) in list_replace_rcu() 341 struct hlist_node *new) in hlist_replace_rcu()
|
D | list.h | 37 static inline void __list_add(struct list_head *new, in __list_add() 60 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 123 struct list_head *new) in list_replace() 132 struct list_head *new) in list_replace_init() 652 struct hlist_head *new) in hlist_move_list()
|
D | atomic.h | 93 int new; in atomic_or() local
|
D | mempolicy.h | 276 struct mempolicy *new) in mpol_set_shared_policy() 308 const nodemask_t *new, in mpol_rebind_task() 313 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
|
D | user_namespace.h | 50 static inline int create_user_ns(struct cred *new) in create_user_ns()
|
D | llist.h | 152 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 | kmod.h | 88 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_fns()
|
D | wait.h | 121 static inline void __add_wait_queue(wait_queue_head_t *head, wait_queue_t *new) in __add_wait_queue() 137 wait_queue_t *new) in __add_wait_queue_tail()
|
D | vt.h | 102 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
|
D | nodemask.h | 328 #define node_remap(oldbit, old, new) \ argument 336 #define nodes_remap(dst, src, old, new) \ argument
|
D | cpufreq.h | 132 unsigned int new; member
|
D | proc_fs.h | 256 kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
|
D | netfilter.h | 393 static inline void nf_ct_attach(struct sk_buff *new, struct sk_buff *skb) {} in nf_ct_attach()
|
D | security.h | 1894 static inline int security_capset(struct cred *new, in security_capset() 2282 static inline int security_prepare_creds(struct cred *new, in security_prepare_creds() 2289 static inline void security_transfer_creds(struct cred *new, in security_transfer_creds() 2310 static inline int security_task_fix_setuid(struct cred *new, in security_task_fix_setuid()
|
/include/net/ |
D | netevent.h | 18 struct dst_entry *new; member
|
D | inetpeer.h | 117 int old, new; in inet_getid() local
|
D | ip6_fib.h | 161 struct dst_entry *new = (struct dst_entry *) from; in rt6_set_from() local
|
D | ip_vs.h | 1324 static inline __wsum ip_vs_check_diff4(__be32 old, __be32 new, __wsum oldsum) in ip_vs_check_diff4() 1332 static inline __wsum ip_vs_check_diff16(const __be32 *old, const __be32 *new, in ip_vs_check_diff16() 1342 static inline __wsum ip_vs_check_diff2(__be16 old, __be16 new, __wsum oldsum) in ip_vs_check_diff2()
|
/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 47 bool (*new)(struct nf_conn *ct, const struct sk_buff *skb, member
|
/include/linux/netfilter/ |
D | nf_conntrack_common.h | 116 unsigned int new; member
|
/include/drm/ttm/ |
D | ttm_bo_driver.h | 583 ttm_flag_masked(uint32_t *old, uint32_t new, uint32_t mask) in ttm_flag_masked()
|