Home
last modified time | relevance | path

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

123

/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dlist.h40 static inline void __list_add(struct list_head *new, in __list_add()
50 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
55 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/
A Dcmpxchg.h58 volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
125 unsigned long new, int size) in __cmpxchg_mb()
A Datomic.h99 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg()
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Dcmpxchg.h67 unsigned long new, int size) in __cmpxchg()
141 unsigned long new, int size) in __cmpxchg_mb()
A Datomic.h94 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) in atomic_cmpxchg()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlist.h60 static inline void __list_add(struct list_head *new, in __list_add()
78 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()
102 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu()
129 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
150 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu()
222 struct list_head *new) in list_replace()
231 struct list_head *new) in list_replace_init()
246 struct list_head *new) in list_replace_rcu()
781 struct hlist_node *new) in hlist_replace_rcu()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dlist.h57 static inline void __list_add(struct list_head *new, in __list_add()
75 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
88 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
99 static __inline__ void __list_add_rcu(struct list_head * new, in __list_add_rcu()
117 static __inline__ void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
130 static __inline__ void list_add_tail_rcu(struct list_head *new, struct list_head *head) in list_add_tail_rcu()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dmonitor.h38 #define hvm_monitor_crX(cr, new, old) \ argument
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Debitmap.c46 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local
127 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpaging.h299 struct vcpu *v, intpte_t *p, intpte_t new, mfn_t gmfn) in paging_write_guest_entry()
317 struct vcpu *v, intpte_t *p, intpte_t *old, intpte_t new, mfn_t gmfn) in paging_cmpxchg_guest_entry()
329 static inline void safe_write_pte(l1_pgentry_t *p, l1_pgentry_t new) in safe_write_pte()
A Datomic.h108 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
227 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
A Dsystem.h76 volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmctelem.c53 #define MCTE_SET_CLASS(tep, new) do { \ argument
58 #define MCTE_TRANSITION_STATE(tep, old, new) do { \ argument
137 struct mctelem_ent *new) in mctelem_xchg_head()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dirq.c316 struct irqaction *new) in __setup_irq()
342 int setup_irq(unsigned int irq, unsigned int irqflags, struct irqaction *new) in setup_irq()
605 static bool irq_validate_new_type(unsigned int curr, unsigned new) in irq_validate_new_type()
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dmain.c70 struct rlimit lim, new = { min_fds, min_fds }; in increase_fd_limit() local
/xen-4.10.0-shim-comet/xen/common/
A Ddomain.c927 int old, new, prev = v->controller_pause_count; in vcpu_pause_by_systemcontroller() local
947 int old, new, prev = v->controller_pause_count; in vcpu_unpause_by_systemcontroller() local
1003 int old, new, prev = d->controller_pause_count; in __domain_pause_by_systemcontroller() local
1027 int old, new, prev = d->controller_pause_count; in domain_unpause_by_systemcontroller() local
A Drbtree.c369 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Dsystem.h22 } new = { .raw = *newp }, old = { .raw = *oldp }, prev; in __cmpxchg16b() local
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dguest_walk.c42 guest_intpte_t new, old = *walk_p; in set_ad_bits() local
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dnone.c64 l1_pgentry_t *p, l1_pgentry_t new, in _write_p2m_entry()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dmm.h39 static inline bool update_intpte(intpte_t *p, intpte_t old, intpte_t new, in update_intpte()
A Dro-page-fault.c221 paddr_t old = 0, new = 0; in ptwr_emulated_cmpxchg() local
/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt_rw.c152 char *new; in _fdt_find_add_string() local
392 static void _fdt_packblocks(const char *old, char *new, in _fdt_packblocks()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dnested_hap.c79 l1_pgentry_t *p, l1_pgentry_t new, unsigned int level) in nestedp2m_write_p2m_entry()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Datomic.h177 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument

Completed in 35 milliseconds

123