Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 182) sorted by relevance

12345678

/f-stack/freebsd/sys/
H A Dstdatomic.h234 desired, success, failure) \ argument
238 desired, success, failure) \ argument
259 desired, success, failure) \ argument
261 desired, 0, success, failure)
263 desired, success, failure) \ argument
265 desired, 1, success, failure)
281 __atomic_store_n(object, desired, order)
291 __e, desired)) == __e); \
294 desired, success, failure) \ argument
296 desired, success, failure)
[all …]
/f-stack/dpdk/app/test/
H A Dtest_atomic.c277 rte_int128_t desired; in test_atomic128_cmp_exchange() local
279 desired.val[0] = expected.val[0] + 2; in test_atomic128_cmp_exchange()
280 desired.val[1] = expected.val[1] + 1; in test_atomic128_cmp_exchange()
283 &expected, &desired, 1, in test_atomic128_cmp_exchange()
288 rte_int128_t desired; in test_atomic128_cmp_exchange() local
290 desired.val[0] = expected.val[0] + 2; in test_atomic128_cmp_exchange()
294 &expected, &desired, 1, in test_atomic128_cmp_exchange()
299 rte_int128_t desired; in test_atomic128_cmp_exchange() local
305 &expected, &desired, 1, in test_atomic128_cmp_exchange()
310 rte_int128_t desired; in test_atomic128_cmp_exchange() local
[all …]
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_atomic_64.h111 rte_int128_t desired = *src; in rte_atomic128_cmp_exchange() local
116 old = __cas_128_relaxed(dst, expected, desired); in rte_atomic128_cmp_exchange()
118 old = __cas_128_acquire(dst, expected, desired); in rte_atomic128_cmp_exchange()
120 old = __cas_128_release(dst, expected, desired); in rte_atomic128_cmp_exchange()
122 old = __cas_128_acq_rel(dst, expected, desired); in rte_atomic128_cmp_exchange()
167 __STORE_128("stxp", dst, desired, ret) in rte_atomic128_cmp_exchange()
169 __STORE_128("stlxp", dst, desired, ret) in rte_atomic128_cmp_exchange()
/f-stack/freebsd/mips/mips/
H A Dstdatomic.c189 uintN_t desired) \
199 put_##N(&desired32, mem, desired); \
298 uint32_t desired) in do_compare_and_swap_4() argument
312 : "r" (expected), "r" (desired), "m" (*mem)); in do_compare_and_swap_4()
318 uint32_t desired) in __sync_val_compare_and_swap_4() argument
321 return (do_compare_and_swap_4(mem, expected, desired)); in __sync_val_compare_and_swap_4()
326 uint32_t desired) in __sync_bool_compare_and_swap_4() argument
329 return (do_compare_and_swap_4(mem, expected, desired) == in __sync_bool_compare_and_swap_4()
370 uint64_t desired) in __sync_val_compare_and_swap_8() argument
384 : "r" (expected), "r" (desired), "m" (*mem)); in __sync_val_compare_and_swap_8()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h48 type *expected, type desired, atomic_memory_order_t success_mo, \
51 desired, success_mo, failure_mo); \
56 type *expected, type desired, atomic_memory_order_t success_mo, \
59 desired, success_mo, failure_mo); \
H A Datomic_gcc_atomic.h70 type *expected, type desired, atomic_memory_order_t success_mo, \
72 return __atomic_compare_exchange(&a->repr, expected, &desired, \
79 type *expected, type desired, atomic_memory_order_t success_mo, \
81 return __atomic_compare_exchange(&a->repr, expected, &desired, \
H A Datomic_gcc_sync.h132 type *expected, type desired, atomic_memory_order_t success_mo, \
135 desired); \
145 type *expected, type desired, atomic_memory_order_t success_mo, \
148 desired); \
H A Datomic_msvc.h90 type *expected, type desired, atomic_memory_order_t success_mo, \
95 (ATOMIC_INTERLOCKED_REPR(lg_size))desired; \
109 type *expected, type desired, atomic_memory_order_t success_mo, \
113 desired, success_mo, failure_mo); \
/f-stack/freebsd/vm/
H A Dvm_swapout.c208 long desired) in vm_swapout_object_deactivate() argument
218 if (pmap_resident_count(pmap) <= desired) in vm_swapout_object_deactivate()
233 if (pmap_resident_count(pmap) <= desired) in vm_swapout_object_deactivate()
255 vm_swapout_map_deactivate_pages(vm_map_t map, long desired) in vm_swapout_map_deactivate_pages() argument
291 vm_swapout_object_deactivate(map->pmap, bigobj, desired); in vm_swapout_map_deactivate_pages()
299 if (pmap_resident_count(vm_map_pmap(map)) <= desired) in vm_swapout_map_deactivate_pages()
306 desired); in vm_swapout_map_deactivate_pages()
316 if (desired == 0 && nothingwired) { in vm_swapout_map_deactivate_pages()
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rza2-pinctrl.yaml53 (or a single) pin in some desired alternate function mode.
55 pin number and the desired function index. Use the RZA2_PINMUX macro
59 to express the desired port pin.
H A Drenesas,rza2-pinctrl.txt44 (or a single) pin in some desired alternate function mode.
46 number and the desired function index. Use the RZA2_PINMUX macro located
49 to express the desired port pin.
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dcsr,atlas7-car.txt9 The clock consumer should specify the desired clock by having the clock
13 The reset consumer should specify the desired reset by having the reset
H A Dpxa-clock.txt7 The clock consumer should specify the desired clock by having the clock
H A Dfujitsu,mb86s70-crg11.txt8 The consumer specifies the desired clock pointing to its phandle.
H A Defm32-clock.txt9 The clock consumer should specify the desired clock by having the clock ID in
H A Dclps711x-clock.txt9 The clock consumer should specify the desired clock by having the clock
H A Dlsi,axm5516-clks.txt9 The consumer specifies the desired clock by having the clock ID in its "clocks"
/f-stack/freebsd/arm/arm/
H A Dstdatomic.c228 uintN_t desired) \
238 put_##N(&desired32, mem, desired); \
360 uint32_t desired) in __sync_val_compare_and_swap_4_c() argument
375 : "r" (expected), "r" (desired), "m" (*mem)); in __sync_val_compare_and_swap_4_c()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra186-dspk.yaml12 the desired sampling rate by interpolation and then converts the
13 over sampled Pulse Code Modulation (PCM) input to the desired 1-bit
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dtpo,tpg110.yaml16 driver is strapped up in electronics to the desired resolution
27 If some electrical strap or alternate resolution is desired,
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Dbrcm,bcm2835-i2c.txt12 - clock-frequency : desired I2C bus clock frequency in Hz.
H A Di2c-sirf.txt10 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
H A Di2c-zx2967.txt10 - clock-frequency: the desired I2C bus clock frequency.
H A Di2c-wmt.txt12 - clock-frequency : desired I2C bus clock frequency in Hz.
H A Di2c-digicolor.txt12 - clock-frequency: the desired I2C bus clock frequency in Hz; in

12345678