Searched refs:max_slot (Results 1 – 3 of 3) sorted by relevance
850 int max_slot; in tree_mod_log_rewind() local855 max_slot = n - 1; in tree_mod_log_rewind()858 ASSERT(max_slot >= -1); in tree_mod_log_rewind()875 if (tm->slot > max_slot) in tree_mod_log_rewind()876 max_slot = tm->slot; in tree_mod_log_rewind()895 if (tm->slot == max_slot) in tree_mod_log_rewind()896 max_slot--; in tree_mod_log_rewind()906 if (WARN_ON(move_src_end_slot > max_slot || in tree_mod_log_rewind()912 tm->seq, n, max_slot); in tree_mod_log_rewind()916 max_slot = move_dst_end_slot; in tree_mod_log_rewind()
3321 u32 max_slot) in __push_leaf_left() argument3336 nr = min(right_nritems, max_slot); in __push_leaf_left()3338 nr = min(right_nritems - 1, max_slot); in __push_leaf_left()3454 int data_size, int empty, u32 max_slot) in push_leaf_left() argument3503 free_space, right_nritems, max_slot); in push_leaf_left()
210 u32 max_slot; member509 indx = (((info->hwq->prod / info->max_slot) & DBC_DBC_INDEX_MASK) | in bnxt_qplib_ring_prod_db()