Searched refs:old_val (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-atomic.h | 238 static inline uint32_t cvmx_atomic_compare_and_store32_nosync(uint32_t *ptr, uint32_t old_val, uint… in cvmx_atomic_compare_and_store32_nosync() argument 254 : [old] "r" (old_val), [new_val] "r" (new_val) in cvmx_atomic_compare_and_store32_nosync() 273 static inline uint32_t cvmx_atomic_compare_and_store32(uint32_t *ptr, uint32_t old_val, uint32_t ne… in cvmx_atomic_compare_and_store32() argument 277 ret = cvmx_atomic_compare_and_store32_nosync(ptr, old_val, new_val); in cvmx_atomic_compare_and_store32() 296 static inline uint64_t cvmx_atomic_compare_and_store64_nosync(uint64_t *ptr, uint64_t old_val, uint… in cvmx_atomic_compare_and_store64_nosync() argument 312 : [old] "r" (old_val), [new_val] "r" (new_val) in cvmx_atomic_compare_and_store64_nosync() 331 static inline uint64_t cvmx_atomic_compare_and_store64(uint64_t *ptr, uint64_t old_val, uint64_t ne… in cvmx_atomic_compare_and_store64() argument 335 ret = cvmx_atomic_compare_and_store64_nosync(ptr, old_val, new_val); in cvmx_atomic_compare_and_store64()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_list/ |
| H A D | zfs_list_007_pos.ksh | 62 typeset -i old_val=0 67 (( j=old_val+1 )) 87 (( old_val=dp ))
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_io.h | 61 uint64_t old_val; in octeontx_reg_ldadd_u64() local 66 : "=r" (old_val) : "r" (off), "r" (addr) : "memory"); in octeontx_reg_ldadd_u64() 68 return old_val; in octeontx_reg_ldadd_u64()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
| H A D | zfs_get_009_pos.ksh | 78 typeset -i old_val=0 82 (( j=old_val+1 )) 92 (( old_val=dp ))
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_generic.h | 14 update_tail(struct rte_ring_headtail *ht, uint32_t old_val, uint32_t new_val, in update_tail() argument 26 while (unlikely(ht->tail != old_val)) in update_tail()
|
| H A D | rte_ring_c11_mem.h | 14 update_tail(struct rte_ring_headtail *ht, uint32_t old_val, uint32_t new_val, in update_tail() argument 24 while (unlikely(ht->tail != old_val)) in update_tail()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_distributor_perf.c | 37 uint64_t old_val = 0; in flip_bit() local 38 while (old_val != 2) { in flip_bit() 41 old_val = *arg; in flip_bit()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.set_props.zcp | 70 old_val, src = zfs.get_prop(fs, prop) 85 if (old_val ~= nil) then 86 err = zfs.sync.set_prop(fs, prop, old_val)
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 754 pmap_di_store_invl(struct pmap_invl_gen *ptr, struct pmap_invl_gen *old_val, in pmap_di_store_invl() argument 762 old_low = old_val->gen; in pmap_di_store_invl() 763 old_high = (uintptr_t)old_val->next; in pmap_di_store_invl()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 2591 …truct tcp_bbr *bbr, uint32_t cts, uint32_t tsosz, uint32_t tls, uint32_t old_val, uint32_t maxseg,… in bbr_log_type_tsosize() argument 2601 log.u_bbr.flex5 = old_val; in bbr_log_type_tsosize()
|