Home
last modified time | relevance | path

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

12

/include/asm-generic/
Datomic-long.h81 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument
84 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument
87 #define atomic_long_cmpxchg_release(l, old, new) \ argument
90 #define atomic_long_cmpxchg(l, old, new) \ argument
93 #define atomic_long_xchg_relaxed(v, new) \ argument
95 #define atomic_long_xchg_acquire(v, new) \ argument
97 #define atomic_long_xchg_release(v, new) \ argument
99 #define atomic_long_xchg(v, new) \ argument
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.h224 #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.h49 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu()
77 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
98 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu()
171 struct list_head *new) in list_replace_rcu()
439 struct hlist_node *new) in hlist_replace_rcu()
Dlist.h38 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid()
56 static inline void __list_add(struct list_head *new, in __list_add()
77 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
91 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
138 struct list_head *new) in list_replace()
147 struct list_head *new) in list_replace_init()
756 struct hlist_head *new) in hlist_move_list()
Dvt.h21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
Drbtree_augmented.h134 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
147 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
Dkcore.h35 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
Dmempolicy.h263 const nodemask_t *new) in mpol_rebind_task()
267 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
Dllist.h219 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
DmISDNdsp.h13 void *(*new)(const char *arg); member
Daudit.h428 const struct cred *new, in audit_log_bprm_fcaps()
436 static inline void audit_log_capset(const struct cred *new, in audit_log_capset()
556 const struct cred *new, in audit_log_bprm_fcaps()
561 static inline void audit_log_capset(const struct cred *new, in audit_log_capset()
Dsbitmap.h421 int new = sbq_index_inc(old); in sbq_index_atomic_inc() local
Dmigrate.h87 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
Dsecurity.h470 static inline int security_capset(struct cred *new, in security_capset()
636 struct cred *new) in security_dentry_create_files_as()
801 static inline int security_inode_copy_up(struct dentry *src, struct cred **new) in security_inode_copy_up()
899 static inline int security_prepare_creds(struct cred *new, in security_prepare_creds()
906 static inline void security_transfer_creds(struct cred *new, in security_transfer_creds()
940 static inline int security_task_fix_setuid(struct cred *new, in security_task_fix_setuid()
Duser_namespace.h127 static inline int create_user_ns(struct cred *new) in create_user_ns()
Dnodemask.h336 #define node_remap(oldbit, old, new) \ argument
344 #define nodes_remap(dst, src, old, new) \ argument
Dswapops.h302 struct page *new) in remove_migration_pmd()
Ddevfreq.h169 unsigned long new; member
Dhdlcdrv.h43 unsigned char new; in hdlcdrv_add_bitbuffer() local
/include/net/
Dnetevent.h20 struct dst_entry *new; member
Dchecksum.h141 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
/include/linux/sched/
Dtask_stack.h24 #define setup_thread_stack(new,old) do { } while(0) argument
/include/net/netfilter/
Dnf_conntrack_l4proto.h51 bool (*new)(struct nf_conn *ct, const struct sk_buff *skb, member

12