| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-atomic.h | 254 : [old] "r" (old_val), [new_val] "r" (new_val) in cvmx_atomic_compare_and_store32_nosync() 277 ret = cvmx_atomic_compare_and_store32_nosync(ptr, old_val, new_val); in cvmx_atomic_compare_and_store32() 312 : [old] "r" (old_val), [new_val] "r" (new_val) in cvmx_atomic_compare_and_store64_nosync() 663 if (__builtin_constant_p(new_val) && new_val == 0) in cvmx_atomic_swap64_nosync() 669 else if (__builtin_constant_p(new_val) && new_val == ~0ull) in cvmx_atomic_swap64_nosync() 679 : "=r" (ret) : "r" (ptr), "r" (new_val) : "memory"); in cvmx_atomic_swap64_nosync() 695 : [new_val] "r" (new_val) in cvmx_atomic_swap64_nosync() 725 if (__builtin_constant_p(new_val) && new_val == 0) in cvmx_atomic_swap32_nosync() 731 else if (__builtin_constant_p(new_val) && new_val == ~0u) in cvmx_atomic_swap32_nosync() 741 : "=r" (ret) : "r" (ptr), "r" (new_val) : "memory"); in cvmx_atomic_swap32_nosync() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_inherit/ |
| H A D | zfs_inherit_001_neg.ksh | 71 new_val=$(get_prop ${prop[i]} $obj) 73 if [[ $new_val != $orig_val ]]; then 75 " to $new_val"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | version_001_neg.ksh | 75 new_val=$(get_prop version $obj) 77 if [[ $new_val != $orig_val ]]; then 79 "($orig_val : $new_val)"
|
| /f-stack/freebsd/i386/include/xen/ |
| H A D | hypercall.h | 258 unsigned long va, uint64_t new_val, unsigned long flags) in HYPERVISOR_update_va_mapping() argument 262 lo = (uint32_t)(new_val & 0xffffffff); in HYPERVISOR_update_va_mapping() 263 hi = (uint32_t)(new_val >> 32); in HYPERVISOR_update_va_mapping() 327 unsigned long va, uint64_t new_val, unsigned long flags, domid_t domid) in HYPERVISOR_update_va_mapping_otherdomain() argument 331 lo = (uint32_t)(new_val & 0xffffffff); in HYPERVISOR_update_va_mapping_otherdomain() 332 hi = (uint32_t)(new_val >> 32); in HYPERVISOR_update_va_mapping_otherdomain()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | background_thread.c | 6 test_switch_background_thread_ctl(bool new_val) { in test_switch_background_thread_ctl() argument 10 e1 = new_val; in test_switch_background_thread_ctl()
|
| /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 29 ht->tail = new_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 27 __atomic_store_n(&ht->tail, new_val, __ATOMIC_RELEASE); in update_tail()
|
| /f-stack/freebsd/amd64/include/xen/ |
| H A D | hypercall.h | 278 unsigned long va, uint64_t new_val, unsigned long flags) in HYPERVISOR_update_va_mapping() argument 280 return _hypercall3(int, update_va_mapping, va, new_val, flags); in HYPERVISOR_update_va_mapping() 344 unsigned long va, uint64_t new_val, unsigned long flags, domid_t domid) in HYPERVISOR_update_va_mapping_otherdomain() argument 347 new_val, flags, domid); in HYPERVISOR_update_va_mapping_otherdomain()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.set_props.zcp | 79 new_val, src = zfs.get_prop(fs, prop) 80 if (tostring(new_val) ~= tostring(val)) then 81 val_fail[prop] = new_val
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 918 #define PATCH_RAW(program, line, mask, new_val) \ argument 919 rta_patch_raw(program, line, mask, new_val)
|
| /f-stack/freebsd/kern/ |
| H A D | sched_4bsd.c | 197 int error, new_val, period; in sysctl_kern_quantum() local 200 new_val = period * sched_slice; in sysctl_kern_quantum() 201 error = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_kern_quantum() 204 if (new_val <= 0) in sysctl_kern_quantum() 206 sched_slice = imax(1, (new_val + period / 2) / period); in sysctl_kern_quantum()
|
| H A D | kern_sig.c | 3415 int new_val; in sysctl_debug_num_cores_check() local 3417 new_val = num_cores; in sysctl_debug_num_cores_check() 3418 error = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_debug_num_cores_check() 3421 if (new_val > MAX_NUM_CORE_FILES) in sysctl_debug_num_cores_check() 3422 new_val = MAX_NUM_CORE_FILES; in sysctl_debug_num_cores_check() 3423 if (new_val < 0) in sysctl_debug_num_cores_check() 3424 new_val = 0; in sysctl_debug_num_cores_check() 3425 num_cores = new_val; in sysctl_debug_num_cores_check()
|
| H A D | sched_ule.c | 3070 int error, new_val, period; in sysctl_kern_quantum() local 3073 new_val = period * sched_slice; in sysctl_kern_quantum() 3074 error = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_kern_quantum() 3077 if (new_val <= 0) in sysctl_kern_quantum() 3079 sched_slice = imax(1, (new_val + period / 2) / period); in sysctl_kern_quantum()
|
| /f-stack/dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_port_ext.h | 2241 uint16_t new_val); 2259 uint16_t new_val); 2277 uint16_t new_val);
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | sec_run_time_asm.h | 779 unsigned int new_val) in rta_patch_raw() argument 790 opcode |= new_val & mask; in rta_patch_raw()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 3304 uint32_t new_val = orig_val; in txgbe_convert_vm_rx_mask_to_val() local 3307 new_val |= TXGBE_POOLETHCTL_UTA; in txgbe_convert_vm_rx_mask_to_val() 3309 new_val |= TXGBE_POOLETHCTL_MCHA; in txgbe_convert_vm_rx_mask_to_val() 3311 new_val |= TXGBE_POOLETHCTL_UCHA; in txgbe_convert_vm_rx_mask_to_val() 3313 new_val |= TXGBE_POOLETHCTL_BCA; in txgbe_convert_vm_rx_mask_to_val() 3315 new_val |= TXGBE_POOLETHCTL_MCP; in txgbe_convert_vm_rx_mask_to_val() 3317 return new_val; in txgbe_convert_vm_rx_mask_to_val()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | identcpu.c | 1092 update_lower_register(uint64_t val, uint64_t new_val, u_int shift, in update_lower_register() argument 1103 new_field = (new_val >> shift) & mask; in update_lower_register()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 5711 uint32_t new_val = orig_val; in ixgbe_convert_vm_rx_mask_to_val() local 5714 new_val |= IXGBE_VMOLR_AUPE; in ixgbe_convert_vm_rx_mask_to_val() 5716 new_val |= IXGBE_VMOLR_ROMPE; in ixgbe_convert_vm_rx_mask_to_val() 5718 new_val |= IXGBE_VMOLR_ROPE; in ixgbe_convert_vm_rx_mask_to_val() 5720 new_val |= IXGBE_VMOLR_BAM; in ixgbe_convert_vm_rx_mask_to_val() 5722 new_val |= IXGBE_VMOLR_MPE; in ixgbe_convert_vm_rx_mask_to_val() 5724 return new_val; in ixgbe_convert_vm_rx_mask_to_val()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 755 struct pmap_invl_gen *new_val) in pmap_di_store_invl() argument 760 new_low = new_val->gen; in pmap_di_store_invl() 761 new_high = (uintptr_t)new_val->next; in pmap_di_store_invl()
|