Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dextent_hooks.h10 size_t size, bool committed, unsigned arena_ind);
12 size_t size, bool committed, unsigned arena_ind);
22 size_t size, size_t size_a, size_t size_b, bool committed,
25 size_t size_a, void *addr_b, size_t size_b, bool committed,
105 bool committed, unsigned arena_ind) { in extent_dalloc_hook() argument
126 bool committed, unsigned arena_ind) { in extent_destroy_hook() argument
138 default_hooks->destroy(default_hooks, addr, size, committed, 0); in extent_destroy_hook()
239 addr, size, size_a, size_b, committed ? "true" : "false", in extent_split_hook()
251 committed, 0)); in extent_split_hook()
263 addr_a, size_a, addr_b, size_b, committed ? "true" : "false", in extent_merge_hook()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h.in14 * bool committed, unsigned arena_ind);
22 * bool committed, unsigned arena_ind);
54 * size_t size_a, size_t size_b, bool committed, unsigned arena_ind);
62 * void *addr_b, size_t size_b, bool committed, unsigned arena_ind);
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h280 extent_committed_set(extent_t *extent, bool committed) { in extent_committed_set() argument
282 ((uint64_t)committed << EXTENT_BITS_COMMITTED_SHIFT); in extent_committed_set()
305 bool committed, bool dumpable) { in extent_init() argument
316 extent_committed_set(extent, committed); in extent_init()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c214 if (param->committed.rate) in shaper_config_to_nix()
228 if (param->committed.size) in shaper_config_to_nix()
1757 if (profile->params.committed.rate && in nix_tm_shaper_profile_update_min()
1758 profile->params.committed.rate < rate_min) in nix_tm_shaper_profile_update_min()
1759 rate_min = profile->params.committed.rate; in nix_tm_shaper_profile_update_min()
2131 if (params->committed.size || params->committed.rate) { in otx2_nix_tm_shaper_profile_add()
2185 params->committed.rate * 8, in otx2_nix_tm_shaper_profile_add()
2186 params->committed.size, in otx2_nix_tm_shaper_profile_add()
2192 profile->params.committed.rate = profile->params.committed.rate * 8; in otx2_nix_tm_shaper_profile_add()
2196 memset(&profile->params.committed, 0, in otx2_nix_tm_shaper_profile_add()
[all …]
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c79 tm_conf->committed = false; in ixgbe_tm_conf_init()
233 if (profile->committed.rate) { in ixgbe_shaper_profile_param_check()
239 if (profile->committed.size) { in ixgbe_shaper_profile_param_check()
580 if (tm_conf->committed) { in ixgbe_node_add()
756 if (tm_conf->committed) { in ixgbe_node_delete()
1043 tm_conf->committed = true; in ixgbe_hierarchy_commit()
H A Dixgbe_ethdev.h471 bool committed; member
H A Dixgbe_ethdev.c2798 if (tm_conf->root && !tm_conf->committed) in ixgbe_dev_start()
2896 tm_conf->committed = false; in ixgbe_dev_stop()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c79 pf->tm_conf.committed = false; in i40e_tm_conf_init()
224 if (profile->committed.rate) { in i40e_shaper_profile_param_check()
230 if (profile->committed.size) { in i40e_shaper_profile_param_check()
470 if (pf->tm_conf.committed) { in i40e_node_add()
635 if (pf->tm_conf.committed) { in i40e_node_delete()
983 pf->tm_conf.committed = true; in i40e_hierarchy_commit()
H A Di40e_ethdev.h1038 bool committed; member
H A Di40e_ethdev.c2526 if (pf->tm_conf.root && !pf->tm_conf.committed) in i40e_dev_start()
2597 pf->tm_conf.committed = false; in i40e_dev_stop()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Darena_reset.c270 bool committed, unsigned arena_ind) { in extent_dalloc_unmap() argument
272 "arena_ind=%u)\n", __func__, extent_hooks, addr, size, committed ? in extent_dalloc_unmap()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dextent.c29 size_t size, bool committed, unsigned arena_ind);
31 size_t size, bool committed, unsigned arena_ind);
55 size_t size, size_t size_a, size_t size_b, bool committed,
64 size_t size_a, void *addr_b, size_t size_b, bool committed,
1260 bool committed = false; in extent_grow_retained() local
1265 alloc_size, PAGE, &zeroed, &committed); in extent_grow_retained()
1269 alloc_size, PAGE, &zeroed, &committed, in extent_grow_retained()
1276 committed, true); in extent_grow_retained()
1664 bool committed, unsigned arena_ind) { in extent_dalloc_default() argument
1765 bool committed, unsigned arena_ind) { in extent_destroy_default() argument
[all …]
H A Dpages.c593 bool committed = false; in pages_boot() local
594 void *madv_free_page = os_pages_map(NULL, PAGE, PAGE, &committed); in pages_boot()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst92 configured by setting the rate of the committed bucket to zero, which
95 committed and the peak token buckets. The rate of the peak bucket has to be
96 bigger than zero, as well as greater than or equal to the rate of the committed
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_tm.c374 if (params->committed.rate) in mrvl_shaper_profile_add()
379 if (params->committed.size) in mrvl_shaper_profile_add()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.h1046 struct rte_tm_token_bucket committed; member
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c905 sp.committed.rate = res->cmit_tb_rate; in cmd_add_port_tm_node_shaper_profile_parsed()
906 sp.committed.size = res->cmit_tb_size; in cmd_add_port_tm_node_shaper_profile_parsed()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml78 ENTRY: The hardware is committed to idle mode. This period must run
/f-stack/dpdk/doc/guides/nics/
H A Dmvpp2.rst608 After hierarchy is complete it can be committed.
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c792 if (profile->committed.rate > IPN3KE_TM_SHAPER_COMMITTED_RATE_MAX) in ipn3ke_tm_shaper_profile_add()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1001 if (profile->committed.rate != 0) in shaper_profile_check()