| /f-stack/freebsd/sys/ |
| H A D | _atomic_subword.h | 77 _atomic_cmpset_masked_word(uint32_t *addr, uint32_t old, uint32_t val, in _atomic_cmpset_masked_word() 103 _atomic_fcmpset_masked_word(uint32_t *addr, uint32_t *old, uint32_t val, in _atomic_fcmpset_masked_word() 121 atomic_cmpset_8(__volatile uint8_t *addr, uint8_t old, uint8_t val) in atomic_cmpset_8() 134 atomic_fcmpset_8(__volatile uint8_t *addr, uint8_t *old, uint8_t val) in atomic_fcmpset_8() 151 atomic_cmpset_16(__volatile uint16_t *addr, uint16_t old, uint16_t val) in atomic_cmpset_16() 164 atomic_fcmpset_16(__volatile uint16_t *addr, uint16_t *old, uint16_t val) in atomic_fcmpset_16() 224 u_long bit, old; in atomic_testandset_acq_long() local 242 u_long bit, old; in atomic_testandset_long() local 260 u_long bit, old; in atomic_testandclear_long() local
|
| H A D | refcount.h | 78 u_int old; in refcount_acquire() local 90 u_int old; in refcount_acquiren() local 104 u_int old; in refcount_acquire_checked() local 123 u_int old; in refcount_acquire_if_gt() local 146 u_int old; in refcount_releasen() local
|
| H A D | blockcount.h | 58 u_int old; in blockcount_acquire() local 70 u_int old; in blockcount_release() local
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_atomic.h | 33 #define ngx_atomic_cmp_set(lock, old, new) \ argument 64 #define ngx_atomic_cmp_set(lock, old, new) \ argument 76 #define ngx_atomic_cmp_set(lock, old, new) \ argument 109 #define ngx_atomic_cmp_set(lock, old, set) \ argument 278 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() 293 ngx_atomic_int_t old; in ngx_atomic_fetch_add() local
|
| H A D | ngx_sunpro_atomic_sparc64.h | 25 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() 37 ngx_atomic_uint_t old, res; in ngx_atomic_fetch_add() local
|
| H A D | ngx_gcc_atomic_sparc64.h | 34 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() 50 ngx_atomic_uint_t old, res; in ngx_atomic_fetch_add() local
|
| H A D | ngx_gcc_atomic_x86.h | 38 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() 104 ngx_atomic_uint_t old; in ngx_atomic_fetch_add() local
|
| H A D | ngx_gcc_atomic_ppc.h | 29 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set() 92 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set()
|
| H A D | ngx_gcc_atomic_amd64.h | 37 ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, in ngx_atomic_cmp_set()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_copyout.c | 106 int old; in futex_orl_slow0() local 132 int old; in futex_andl_slow0() local 158 int old; in futex_xorl_slow0() local
|
| /f-stack/freebsd/kern/ |
| H A D | sysv_ipc.c | 159 ipcperm_old2new(struct ipc_perm_old *old, struct ipc_perm *new) in ipcperm_old2new() 172 ipcperm_new2old(struct ipc_perm *new, struct ipc_perm_old *old) in ipcperm_new2old()
|
| H A D | subr_atomic64.c | 108 int atomic_cmpset_64(volatile u_int64_t *p, u_int64_t old, u_int64_t new) in atomic_cmpset_64() 121 int atomic_fcmpset_64(volatile u_int64_t *p, u_int64_t *old, u_int64_t new) in atomic_fcmpset_64()
|
| H A D | kern_synch.c | 392 _blockcount_wakeup(blockcount_t *bc, u_int old) in _blockcount_wakeup() 416 u_int old; in _blockcount_sleep() local
|
| /f-stack/freebsd/netipsec/ |
| H A D | subr_ipsec.c | 132 u_int old, new; in ipsec_kmod_enter() local 146 u_int old, new; in ipsec_kmod_exit() local 157 u_int old, new; in ipsec_kmod_drain() local
|
| /f-stack/freebsd/amd64/include/xen/ |
| H A D | synch_bitops.h | 65 #define synch_cmpxchg(ptr, old, new) \ argument 72 unsigned long old, in __synch_cmpxchg()
|
| /f-stack/freebsd/i386/include/xen/ |
| H A D | synch_bitops.h | 64 #define synch_cmpxchg(ptr, old, new) \ argument 71 unsigned long old, in __synch_cmpxchg()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_page.c | 2026 u_int limit, old, new; in _vm_domain_allocate() local 3533 vm_page_astate_t new, old; in vm_pqbatch_process_page() local 3669 vm_page_astate_t new, old; in vm_page_dequeue_deferred() local 3693 vm_page_astate_t new, old; in vm_page_dequeue() local 3903 u_int old; in vm_page_wire() local 3934 u_int old; in vm_page_wire_mapped() local 3960 u_int old; in vm_page_unwire_managed() local 4039 u_int old; in vm_page_unwire_noq() local 4250 u_int old; in vm_page_try_blocked_op() local 4955 uint64_t old; in vm_page_bits_swap() local [all …]
|
| H A D | vm_unix.c | 94 vm_offset_t new, old, base; in kern_break() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | prof_active.c | 5 bool old; in mallctl_bool_get() local 18 bool old; in mallctl_bool_set() local
|
| /f-stack/tools/compat/ |
| H A D | sysctl.c | 34 sysctl(int *name, unsigned namelen, void *old, in sysctl()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | stdatomic.c | 344 uint32_t old, temp; in __sync_lock_test_and_set_4_c() local 362 uint32_t old, temp; in __sync_val_compare_and_swap_4_c() local
|
| /f-stack/freebsd/mips/mips/ |
| H A D | stdatomic.c | 300 uint32_t old, temp; in do_compare_and_swap_4() local 372 uint64_t old, temp; in __sync_val_compare_and_swap_8() local
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/asm-generic/ |
| H A D | atomic.c | 343 void *old; local 383 void *old; in ATOMIC_SWAP() local
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_util.c | 159 u_short *old = oldp; in DifferentialChecksum() local
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.c | 130 int old = ls->current; in inclinenumber() local 182 char old = ls->decpoint; in trydecpoint() local
|