| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_generic.h | 57 unsigned int n, enum rte_ring_queue_behavior behavior, in __rte_ring_move_prod_head() argument 86 n = (behavior == RTE_RING_QUEUE_FIXED) ? in __rte_ring_move_prod_head() 127 unsigned int n, enum rte_ring_queue_behavior behavior, in __rte_ring_move_cons_head() argument 155 n = (behavior == RTE_RING_QUEUE_FIXED) ? 0 : *entries; in __rte_ring_move_cons_head()
|
| H A D | rte_ring_peek.h | 58 enum rte_ring_queue_behavior behavior, uint32_t *free_space) in __rte_ring_do_enqueue_start() argument 65 behavior, &head, &next, &free); in __rte_ring_do_enqueue_start() 68 n = __rte_ring_hts_move_prod_head(r, n, behavior, in __rte_ring_do_enqueue_start() 257 uint32_t esize, uint32_t n, enum rte_ring_queue_behavior behavior, in __rte_ring_do_dequeue_start() argument 265 behavior, &head, &next, &avail); in __rte_ring_do_dequeue_start() 268 n = __rte_ring_hts_move_cons_head(r, n, behavior, in __rte_ring_do_dequeue_start()
|
| H A D | rte_ring_c11_mem.h | 55 unsigned int n, enum rte_ring_queue_behavior behavior, in __rte_ring_move_prod_head() argument 87 n = (behavior == RTE_RING_QUEUE_FIXED) ? in __rte_ring_move_prod_head() 131 unsigned int n, enum rte_ring_queue_behavior behavior, in __rte_ring_move_cons_head() argument 163 n = (behavior == RTE_RING_QUEUE_FIXED) ? 0 : *entries; in __rte_ring_move_cons_head()
|
| H A D | rte_ring_hts_c11_mem.h | 56 enum rte_ring_queue_behavior behavior, uint32_t *old_head, in __rte_ring_hts_move_prod_head() argument 87 n = (behavior == RTE_RING_QUEUE_FIXED) ? in __rte_ring_hts_move_prod_head() 114 enum rte_ring_queue_behavior behavior, uint32_t *old_head, in __rte_ring_hts_move_cons_head() argument 143 n = (behavior == RTE_RING_QUEUE_FIXED) ? 0 : *entries; in __rte_ring_hts_move_cons_head()
|
| H A D | rte_ring_peek_zc.h | 126 uint32_t n, enum rte_ring_queue_behavior behavior, in __rte_ring_do_enqueue_zc_elem_start() argument 134 behavior, &head, &next, &free); in __rte_ring_do_enqueue_zc_elem_start() 137 n = __rte_ring_hts_move_prod_head(r, n, behavior, &head, &free); in __rte_ring_do_enqueue_zc_elem_start() 339 uint32_t esize, uint32_t n, enum rte_ring_queue_behavior behavior, in __rte_ring_do_dequeue_zc_elem_start() argument 347 behavior, &head, &next, &avail); in __rte_ring_do_dequeue_zc_elem_start() 350 n = __rte_ring_hts_move_cons_head(r, n, behavior, in __rte_ring_do_dequeue_zc_elem_start()
|
| H A D | rte_ring_hts.h | 58 uint32_t esize, uint32_t n, enum rte_ring_queue_behavior behavior, in __rte_ring_do_hts_enqueue_elem() argument 63 n = __rte_ring_hts_move_prod_head(r, n, behavior, &head, &free); in __rte_ring_do_hts_enqueue_elem() 99 uint32_t esize, uint32_t n, enum rte_ring_queue_behavior behavior, in __rte_ring_do_hts_dequeue_elem() argument 104 n = __rte_ring_hts_move_cons_head(r, n, behavior, &head, &entries); in __rte_ring_do_hts_dequeue_elem()
|
| H A D | rte_ring_rts_c11_mem.h | 71 enum rte_ring_queue_behavior behavior, uint32_t *old_head, in __rte_ring_rts_move_prod_head() argument 102 n = (behavior == RTE_RING_QUEUE_FIXED) ? in __rte_ring_rts_move_prod_head() 129 enum rte_ring_queue_behavior behavior, uint32_t *old_head, in __rte_ring_rts_move_cons_head() argument 158 n = (behavior == RTE_RING_QUEUE_FIXED) ? 0 : *entries; in __rte_ring_rts_move_cons_head()
|
| H A D | rte_ring_rts.h | 85 uint32_t esize, uint32_t n, enum rte_ring_queue_behavior behavior, in __rte_ring_do_rts_enqueue_elem() argument 90 n = __rte_ring_rts_move_prod_head(r, n, behavior, &head, &free); in __rte_ring_do_rts_enqueue_elem() 126 uint32_t esize, uint32_t n, enum rte_ring_queue_behavior behavior, in __rte_ring_do_rts_dequeue_elem() argument 131 n = __rte_ring_rts_move_cons_head(r, n, behavior, &head, &entries); in __rte_ring_do_rts_dequeue_elem()
|
| H A D | rte_ring_elem.h | 413 enum rte_ring_queue_behavior behavior, unsigned int is_sp, in __rte_ring_do_enqueue_elem() argument 419 n = __rte_ring_move_prod_head(r, is_sp, n, behavior, in __rte_ring_do_enqueue_elem() 460 enum rte_ring_queue_behavior behavior, unsigned int is_sc, in __rte_ring_do_dequeue_elem() argument 466 n = __rte_ring_move_cons_head(r, (int)is_sc, n, behavior, in __rte_ring_do_dequeue_elem()
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_rhs.c | 110 enum ck_rhs_probe_behavior behavior); 588 enum ck_rhs_probe_behavior behavior) in ck_rhs_map_probe_rm() argument 609 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) { in ck_rhs_map_probe_rm() 636 if (behavior != CK_RHS_PROBE_NO_RH) { in ck_rhs_map_probe_rm() 644 if (behavior == CK_RHS_PROBE_RH || in ck_rhs_map_probe_rm() 700 enum ck_rhs_probe_behavior behavior) in ck_rhs_map_probe() argument 732 if (behavior == CK_RHS_PROBE_INSERT) in ck_rhs_map_probe() 750 if ((behavior != CK_RHS_PROBE_NO_RH)) { in ck_rhs_map_probe() 758 if (behavior == CK_RHS_PROBE_RH || in ck_rhs_map_probe() 1318 enum ck_rhs_probe_behavior behavior) in ck_rhs_put_internal() argument [all …]
|
| H A D | ck_hs.c | 427 enum ck_hs_probe_behavior behavior) in ck_hs_map_probe() argument 452 if (behavior == CK_HS_PROBE_INSERT) in ck_hs_map_probe() 483 if (behavior == CK_HS_PROBE_TOMBSTONE) { in ck_hs_map_probe() 814 enum ck_hs_probe_behavior behavior) in ck_hs_put_internal() argument 824 map->probe_limit, behavior); in ck_hs_put_internal()
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | .gitattributes | 1 # Set the default behavior
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | codecov.yml | 22 behavior: once # update if exists; post new; skip if deleted
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | atmel-matrix.txt | 4 behavior (master/slave priorities, undefined burst length type, ...)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | ti-da8xx-ddrctl.txt | 4 a set of registers which allow to tweak the controller's behavior.
|
| /f-stack/app/redis-5.0.5/utils/lru/ |
| H A D | README | 1 The test-lru.rb program can be used in order to check the behavior of the
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | tas2770.txt | 6 real time monitoring of loudspeaker behavior.
|
| H A D | tas2562.txt | 6 real time monitoring of loudspeaker behavior.
|
| H A D | tas2562.yaml | 17 real time monitoring of loudspeaker behavior.
|
| H A D | tas2770.yaml | 17 real time monitoring of loudspeaker behavior.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | README | 4 way into numerous applications that rely on its predictable behavior. In 2010
|
| /f-stack/freebsd/contrib/device-tree/Bindings/devfreq/event/ |
| H A D | exynos-nocp.txt | 10 NoC probes to provide bandwidth information about behavior of the SoC
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | sata-uctl.txt | 11 - control the behavior of the UAHC
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 14 behavior. 67 The lock-free behavior is selected by passing the *RTE_STACK_F_LF* flag to
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | l2c2x0.yaml | 157 description: The default behavior of the L220 or PL310 cache 201 disable), <1> (forcibly enable), property absent (OS specific behavior, 208 <1> (forcibly enable), property absent (OS specific behavior,
|