Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 219) sorted by relevance

123456789

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb_82598.c83 u16 *max, u8 *tsa) in ixgbe_dcb_config_rx_arbiter_82598()
141 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_desc_arbiter_82598()
188 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_data_arbiter_82598()
321 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb.c22 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits()
204 void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max_cee()
431 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local
471 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local
512 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_data_arbiter_cee() local
617 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config_cee() local
677 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, in ixgbe_dcb_hw_config()
H A Dixgbe_dcb_82599.c92 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_rx_arbiter_82599()
154 u16 *max, u8 *bwg_id, u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82599()
203 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_tx_data_arbiter_82599()
567 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599()
/f-stack/app/redis-5.0.5/utils/hyperloglog/
H A Dhll-gnuplot-graph.rb21 def run_experiment(r,seed,max,step) argument
42 def filter_samples(numsets,max,step,filter) argument
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_parse.c17 ssize_t size, scale, max; in ngx_parse_size() local
62 off_t offset, scale, max; in ngx_parse_offset() local
116 ngx_int_t max, cutoff, cutlim; in ngx_parse_time() local
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb_hw.c21 u16 *max, u8 *bwg_id, u8 *tsa, in txgbe_dcb_config_rx_arbiter_raptor()
84 u16 *max, u8 *bwg_id, u8 *tsa) in txgbe_dcb_config_tx_desc_arbiter_raptor()
131 u16 *max, u8 *bwg_id, u8 *tsa, in txgbe_dcb_config_tx_data_arbiter_raptor()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c70 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost()
84 static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max, size_t const total) in ZSTD_entropyCost()
105 unsigned const max) in ZSTD_fseBitCost()
138 unsigned const* count, unsigned const max) in ZSTD_crossEntropyCost()
156 FSE_repeat* repeatMode, unsigned const* count, unsigned const max, in ZSTD_selectEncodingType()
238 unsigned* count, U32 max, in ZSTD_buildCTable()
/f-stack/dpdk/lib/librte_ring/
H A Drte_ring_generic.h62 unsigned int max = n; in __rte_ring_move_prod_head() local
131 unsigned int max = n; in __rte_ring_move_cons_head() local
H A Drte_ring_c11_mem.h61 unsigned int max = n; in __rte_ring_move_prod_head() local
135 unsigned int max = n; in __rte_ring_move_cons_head() local
/f-stack/freebsd/netinet/
H A Dip_reass.c565 int max; in ipreass_init() local
725 int max; in ipreass_zone_change() local
748 int error, max; in sysctl_maxfragpackets() local
845 int error, max; in sysctl_maxfragbucketsize() local
/f-stack/app/redis-5.0.5/src/
H A Dlatency.h49 uint32_t max; /* Max latency observed for this event. */ member
58 uint32_t max; /* Max of current samples. */ member
H A Dsparkline.h43 double min, max; member
/f-stack/app/redis-5.0.5/tests/support/
H A Dutil.tcl103 proc randomInt {max} { argument
108 proc randomSignedInt {max} { argument
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rules.c109 int i, j, err = 0, max; in ipfrule_add_out_() local
178 int i, j, err = 0, max; in ipfrule_add_in_() local
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.h16 int max; /**< Maximum number of entries */ member
/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dparse.c25 unsigned int min, max; in parse_set() local
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Ddiv.c9 size_t max = 1000 * divisor; in TEST_BEGIN() local
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dextent_dss.c231 extent_in_dss_helper(void *addr, void *max) { in extent_in_dss_helper()
246 void *max; in extent_dss_mergeable() local
/f-stack/freebsd/amd64/vmm/amd/
H A Dnpt.c77 svm_npt_alloc(vm_offset_t min, vm_offset_t max) in svm_npt_alloc()
/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_enqdeq.h42 sdp_incr_index(uint32_t index, uint32_t count, uint32_t max) in sdp_incr_index()
/f-stack/dpdk/examples/vm_power_manager/
H A Dparse.c24 unsigned int min, max; in parse_set() local
/f-stack/tools/netstat/
H A Dpfkey.c106 const int max = nitems(pfkey_msgtypenames); in pfkey_msgtype_names() local
/f-stack/dpdk/app/test/
H A Dtest_memory.c32 size_t i, max = ms->len; in check_mem() local
/f-stack/freebsd/contrib/zlib/
H A Duncompr.c35 const uInt max = (uInt)-1; local
H A Dcompress.c31 const uInt max = (uInt)-1; local

123456789