Home
last modified time | relevance | path

Searched refs:max_id (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c470 uint64_t *hole_array, max_id; in get_configs() local
525 max_id = 0; in get_configs()
529 ZPOOL_CONFIG_VDEV_CHILDREN, &max_id) == 0) { in get_configs()
532 max_id) == 0); in get_configs()
634 if (max_id < children) { in get_configs()
635 for (c = max_id; c < children; c++) in get_configs()
637 children = max_id; in get_configs()
638 } else if (max_id > children) { in get_configs()
641 newchild = zutil_alloc(hdl, (max_id) * in get_configs()
651 children = max_id; in get_configs()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_utils.c637 ent_info->max_id = rsp->entry + idx; in flow_shift_ent()
640 ent_info->max_id = e_id; in flow_shift_ent()
685 rsp->entry > info[prio_idx].max_id && tot_ent) { in flow_validate_and_shift_prio_ent()
688 info[prio_idx].max_id); in flow_validate_and_shift_prio_ent()
732 return info[prio_lvl - step].max_id; in flow_find_ref_entry()
798 if (unlikely(rsp->entry_list[idx] > info->max_id)) in flow_fill_entry_cache()
799 info->max_id = rsp->entry_list[idx]; in flow_fill_entry_cache()
H A Dotx2_flow.h146 uint32_t max_id; member
H A Dotx2_flow.c1070 npc->flow_entry_info[idx].max_id = 0; in otx2_flow_init()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream.tcl26 proc streamRandomID {min_id max_id} { argument
28 lassign [split $max_id -] max_ms max_seq
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h457 int max_id; /* The maximum counter ID in the pools. */ member
627 uint32_t max_id; /**< Maximum id can be allocated from the pool. */ member
H A Dmlx5.c461 sh->cmng.max_id = -1; in mlx5_flow_counters_mng_init()
H A Dmlx5_flow_dv.c4633 if (id > cmng->max_id || id < cmng->min_id) in flow_dv_find_pool_by_id()
4784 if (base > cmng->max_id) in flow_dv_pool_create()
4785 cmng->max_id = base + MLX5_COUNTERS_PER_POOL - 1; in flow_dv_pool_create()