Home
last modified time | relevance | path

Searched refs:_new (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
HDatomic.h383 atomic_cmpxchg_int(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpxchg_int() argument
389 : "r" (_new), "m" (*_dst) \ in atomic_cmpxchg_int()
395 atomic_cmpxchg_long_test(volatile u_long *_dst, u_long _old, u_long _new) in atomic_cmpxchg_long_test() argument
403 : "r" (_new), "m" (*_dst) \ in atomic_cmpxchg_long_test()
409 atomic_cmpset_short(volatile u_short *_dst, u_short _old, u_short _new) in atomic_cmpset_short() argument
415 : "r" (_new), "m" (*_dst) \ in atomic_cmpset_short()
421 atomic_fcmpset_char(volatile u_char *_dst, u_char *_old, u_char _new) in atomic_fcmpset_char() argument
428 : "r" (_new) /* 2 */ in atomic_fcmpset_char()
434 atomic_fcmpset_short(volatile u_short *_dst, u_short *_old, u_short _new) in atomic_fcmpset_short() argument
441 : "r" (_new) /* 2 */ in atomic_fcmpset_short()
[all …]
/dragonfly/sys/dev/raid/hpt27xx/
HDlist.h46 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument
48 next->prev = _new; in __list_add()
49 _new->next = next; in __list_add()
50 _new->prev = prev; in __list_add()
51 prev->next = _new; in __list_add()
54 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument
56 __list_add(_new, head, head->next); in list_add()
59 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
61 __list_add(_new, head->prev, head); in list_add_tail()
/dragonfly/sys/dev/raid/hptrr/
HDlist.h48 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument
50 next->prev = _new; in __list_add()
51 _new->next = next; in __list_add()
52 _new->prev = prev; in __list_add()
53 prev->next = _new; in __list_add()
56 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument
58 __list_add(_new, head, head->next); in list_add()
61 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
63 __list_add(_new, head->prev, head); in list_add_tail()
/dragonfly/lib/libalias/
HDalias_local.h84 void DifferentialChecksum(u_short *_cksum, u_short *_new, u_short *_old,
/dragonfly/crypto/libressl/include/openssl/
HDasn1t.h801 pre stname *fname##_new(void) \
811 stname *fname##_new(void) \
HDasn1.h278 type *name##_new(void); \