HomeSort by: relevance | last modified time | path
    Searched refs:_new (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/uatomic/
sparc64.h 28 unsigned long _new, int len)
37 : "+&r" (_new)
41 return _new;
50 : "+&r" (_new)
54 return _new;
63 #define uatomic_cmpxchg_mo(addr, old, _new, mos, mof) \
66 caa_cast_long_keep_sign(_new), \
x86.h 54 unsigned long _new, int len)
64 : "q"((unsigned char)_new)
75 : "r"((unsigned short)_new)
86 : "r"((unsigned int)_new)
98 : "r"((unsigned long)_new)
112 #define _uatomic_cmpxchg(addr, old, _new) \
115 caa_cast_long_keep_sign(_new),\
547 unsigned long _new, int len);
548 #define compat_uatomic_set(addr, _new) \
550 caa_cast_long_keep_sign(_new), \
    [all...]
ppc.h 105 unsigned long _new, int len)
122 : "r"(addr), "r"((unsigned int)_new),
143 : "r"(addr), "r"((unsigned long)_new),
160 #define uatomic_cmpxchg_mo(addr, old, _new, mos, mof) \
163 caa_cast_long_keep_sign(_new),\
s390.h 111 unsigned long _new, int len)
121 : "r" (_new), MEMOP_IN (__hp(4, addr))
131 : "r" (_new), MEMOP_IN (__hp(8, addr))
143 #define uatomic_cmpxchg_mo(addr, old, _new, mos, mof) \
146 caa_cast_long_keep_sign(_new),\
api.h 65 #define uatomic_cmpxchg(addr, value, _new, mo...) \
66 uatomic_cmpxchg_mo(addr, value, _new, \
generic.h 170 unsigned long _new, int len)
176 _new);
181 _new);
185 _new);
189 _new);
196 #define uatomic_cmpxchg_mo(addr, old, _new, mos, mof) \
199 caa_cast_long_keep_sign(_new), \
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
rculist.h 46 void cds_list_replace_rcu(struct cds_list_head *old, struct cds_list_head *_new)
48 _new->next = old->next;
49 _new->prev = old->prev;
50 rcu_assign_pointer(_new->prev->next, _new);
51 _new->next->prev = _new;
ref.h 38 long old, _new, res; local
45 _new = old + 1;
46 res = uatomic_cmpxchg(&ref->refcount, old, _new);
81 long old, _new, res; local
87 _new = old + 1;
88 res = uatomic_cmpxchg(&ref->refcount, old, _new);
pointer.h 62 extern void *rcu_cmpxchg_pointer_sym(void **p, void *old, void *_new);
63 #define rcu_cmpxchg_pointer(p, old, _new) \
67 __typeof__(*(p)) _________pnew = (_new); \
urcu-bp.h 92 extern void *urcu_bp_cmpxchg_pointer_sym(void **p, void *old, void *_new);
93 #define urcu_bp_cmpxchg_pointer(p, old, _new) \
97 __typeof__(*(p)) _________pnew = (_new); \
list.h 91 void cds_list_replace(const struct cds_list_head *old, struct cds_list_head *_new)
93 _new->next = old->next;
94 _new->prev = old->prev;
95 _new->prev->next = _new;
96 _new->next->prev = _new;
179 struct cds_list_head *_new)
184 cds_list_add_tail(_new, head);
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-pointer.c 36 void *rcu_cmpxchg_pointer_sym(void **p, void *old, void *_new)
38 return uatomic_cmpxchg_mo(p, old, _new, CMM_SEQ_CST, CMM_RELAXED);
compat_arch.c 101 unsigned long _compat_uatomic_set(void *addr, unsigned long _new, int len)
109 *(unsigned char *)addr = (unsigned char)_new;
113 *(unsigned short *)addr = (unsigned short)_new;
117 *(unsigned int *)addr = (unsigned int)_new;
132 unsigned long _compat_uatomic_xchg(void *addr, unsigned long _new, int len)
141 *(unsigned char *)addr = (unsigned char)_new;
145 *(unsigned short *)addr = (unsigned short)_new;
149 *(unsigned int *)addr = (unsigned int)_new;
164 unsigned long _new, int len)
175 *(unsigned char *)addr = (unsigned char)_new;
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
pointer.h 198 #define _rcu_cmpxchg_pointer(p, old, _new) \
202 __typeof__(*p) _________pnew = (_new); \
  /src/etc/
security 88 _new=$2
89 if [ -z "$_old" ] || [ -z "$_new" ]; then
92 if [ ! -d "${_new%/*}" ]; then
93 mkdir -p "${_new%/*}"
95 if [ -f "${_old}" ] && ! [ -f "${_new}" ]; then
97 echo " to ${_new}"
98 mv "${_old}" "${_new}"
100 if [ -f "${_old}.current" ] && ! [ -f "${_new}.current" ]; then
102 echo " to ${_new}.current"
103 mv "${_old}.current" "${_new}.current
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_typ.c 19 sname *sname##_new(void) \
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_typ.c 19 sname *sname##_new(void) \
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_typ.c 19 sname *sname##_new(void) \
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdio.h 86 extern int rename(const char *_old, const char *_new);
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdio.h 86 extern int rename(const char *_old, const char *_new);
  /src/crypto/external/apache2/openssl/dist/include/internal/
priority_queue.h 21 static ossl_unused ossl_inline PRIORITY_QUEUE_OF(type) * ossl_pqueue_##type##_new(int (*compare)(const ctype *, const ctype *)) \
  /src/crypto/external/bsd/openssl/dist/include/crypto/
sparse_array.h 26 ossl_sa_##type##_new(void) \
  /src/crypto/external/apache2/openssl/dist/include/crypto/
sparse_array.h 25 static ossl_unused ossl_inline SPARSE_ARRAY_OF(type) * ossl_sa_##type##_new(void) \
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm 304 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
350 static ossl_inline STACK_OF($1) *sk_$1_new(sk_$1_compfunc compare);
447 int $2_new(void);
455 int $1_new(void);
465 int $2_new(void);
475 int $1_new(void);
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm 298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
344 static ossl_inline STACK_OF($1) *sk_$1_new(sk_$1_compfunc compare);
441 int $2_new(void);
449 int $1_new(void);
459 int $2_new(void);
469 int $1_new(void);

Completed in 79 milliseconds

1 2