Home
last modified time | relevance | path

Searched refs:profile_type (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in1171 if ($main::profile_type eq 'heap') {
2701 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2740 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2894 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
3522 $main::profile_type = 'cpu';
3867 $main::profile_type = '';
3870 $main::profile_type = 'growth';
3873 $main::profile_type = 'heap';
3876 $main::profile_type = 'heap';
3889 $main::profile_type = 'cpu';
[all …]
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.c1711 enum gft_profile_type profile_type) in ecore_gft_config() argument
1720 if (profile_type >= MAX_GFT_PROFILE_TYPE) in ecore_gft_config()
1783 if (profile_type == GFT_PROFILE_TYPE_4_TUPLE) { in ecore_gft_config()
1790 } else if (profile_type == GFT_PROFILE_TYPE_L4_DST_PORT) { in ecore_gft_config()
1794 } else if (profile_type == GFT_PROFILE_TYPE_IP_DST_ADDR) { in ecore_gft_config()
1797 } else if (profile_type == GFT_PROFILE_TYPE_IP_SRC_ADDR) { in ecore_gft_config()
1800 } else if (profile_type == GFT_PROFILE_TYPE_TUNNEL_TYPE) { in ecore_gft_config()
H A Decore_init_fw_funcs.h410 enum gft_profile_type profile_type);
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.c3902 u8 profile_type; in ice_sched_add_rl_profile() local
3908 profile_type = ICE_AQC_RL_PROFILE_TYPE_CIR; in ice_sched_add_rl_profile()
3911 profile_type = ICE_AQC_RL_PROFILE_TYPE_EIR; in ice_sched_add_rl_profile()
3914 profile_type = ICE_AQC_RL_PROFILE_TYPE_SRL; in ice_sched_add_rl_profile()
3925 profile_type && rl_prof_elem->bw == bw) in ice_sched_add_rl_profile()
3943 rl_prof_elem->profile.flags = profile_type; in ice_sched_add_rl_profile()
4129 profile_type && in ice_sched_rm_rl_profile()
4164 u8 profile_type; in ice_sched_set_node_bw_dflt() local
4171 profile_type = ICE_AQC_RL_PROFILE_TYPE_CIR; in ice_sched_set_node_bw_dflt()
4175 profile_type = ICE_AQC_RL_PROFILE_TYPE_EIR; in ice_sched_set_node_bw_dflt()
[all …]
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_pcd_ext.h2023 ioc_fm_pcd_profile_type_selection profile_type; member