Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 64) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h124 #define WEIGHT_GET_ACTIVE(weight) BF64_GET((weight), 61, 3) argument
125 #define WEIGHT_SET_ACTIVE(weight, x) BF64_SET((weight), 61, 3, x) argument
127 #define WEIGHT_IS_SPACEBASED(weight) \ argument
129 #define WEIGHT_SET_SPACEBASED(weight) BF64_SET((weight), 60, 1, 1) argument
134 #define WEIGHT_GET_INDEX(weight) BF64_GET((weight), 54, 6) argument
135 #define WEIGHT_SET_INDEX(weight, x) BF64_SET((weight), 54, 6, x) argument
136 #define WEIGHT_GET_COUNT(weight) BF64_GET((weight), 0, 54) argument
137 #define WEIGHT_SET_COUNT(weight, x) BF64_SET((weight), 0, 54, x) argument
/f-stack/freebsd/net/altq/
H A Daltq_red.c174 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc()
554 wtab_alloc(int weight) in wtab_alloc()
H A Daltq_rio.c180 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) in rio_alloc()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c463 uint32_t priority, uint32_t weight, in ixgbe_node_param_check()
560 uint32_t weight, uint32_t level_id, in ixgbe_node_add()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c355 uint32_t priority, uint32_t weight, in i40e_node_param_check()
452 uint32_t weight, uint32_t level_id, in i40e_node_add()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c2096 uint64_t weight = msp->ms_weight; in metaslab_verify_weight_and_frag() local
2407 uint64_t weight = msp->ms_weight; in metaslab_load_impl() local
2922 uint64_t weight, space; in metaslab_space_weight() local
2992 uint64_t weight = 0; in metaslab_weight_from_range_tree() local
3056 uint64_t weight = 0; in metaslab_weight_from_spacemap() local
3081 uint64_t weight = 0; in metaslab_segment_weight() local
3180 uint64_t weight; in metaslab_weight() local
3349 uint64_t weight) in metaslab_passivate_allocator()
3380 metaslab_passivate(metaslab_t *msp, uint64_t weight) in metaslab_passivate()
3424 uint64_t weight = metaslab_weight_from_range_tree(msp); in metaslab_segment_may_passivate() local
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1435 uint32_t weight, in node_add_check_port()
1509 uint32_t weight, in node_add_check_subport()
1658 uint32_t weight, in node_add_check_tc()
1818 uint32_t weight, in node_add_check()
1964 uint32_t weight, in pmd_tm_node_add()
2834 update_pipe_weight(struct rte_eth_dev *dev, struct tm_node *np, uint32_t weight) in update_pipe_weight()
2874 struct tm_node *nq, uint32_t weight) in update_queue_weight()
2924 uint32_t weight, in pmd_tm_node_parent_update()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.h66 u_short weight; member
73 u_short weight; member
81 u_short weight; member
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_tm.c468 uint32_t priority, uint32_t weight, uint32_t level_id, in mrvl_node_check_params()
574 uint32_t parent_node_id, uint32_t priority, uint32_t weight, in mrvl_node_add()
H A Dmrvl_qos.h36 uint8_t weight; member
/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_osdep_bitmap.h343 int weight = 0; in dlb_bitmap_count() local
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_bitmap.h340 int weight = 0; in dlb2_bitmap_count() local
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.c218 uint32_t weight, in rte_tm_node_add()
274 uint32_t weight, in rte_tm_node_parent_update()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hsi_init_func.h45 u16 weight /* An arbitration weight. Valid only if use_wfq is set. */; member
/f-stack/freebsd/contrib/zstd/programs/
H A Ddatagen.c69 U32 const weight = (((LTSIZE - u) * ld) >> 8) + 1; in RDG_fillLiteralDistrib() local
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream.c409 ngx_int_t weight, max_conns, max_fails; in ngx_stream_upstream_server() local
H A Dngx_stream_upstream_round_robin.h27 ngx_int_t weight; member
H A Dngx_stream_upstream.h56 ngx_uint_t weight; member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.h38 uint32_t weight; member
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream_round_robin.h27 ngx_int_t weight; member
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c1013 uint32_t weight, uint32_t level_id, struct rte_tm_node_params *params, in ipn3ke_tm_node_add_check_parameter()
1171 uint32_t weight, uint32_t level_id, struct rte_tm_node_params *params, in ipn3ke_tm_node_add()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c227 struct hns3_qs_weight_cmd *weight; in hns3_dcb_qs_weight_cfg() local
272 struct hns3_priority_weight_cmd *weight; in hns3_dcb_pri_weight_cfg() local
288 struct hns3_pg_weight_cmd *weight; in hns3_dcb_pg_weight_cfg() local
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_udma_config.h226 uint8_t weight; member
263 uint8_t weight; member
/f-stack/freebsd/net/route/
H A Dnhop.h168 uint32_t weight; member
/f-stack/tools/compat/include/net/route/
H A Dnhop.h168 uint32_t weight; member

123