Home
last modified time | relevance | path

Searched refs:max_slot (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dtree-mod-log.c850 int max_slot; in tree_mod_log_rewind() local
855 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()
H A Dctree.c3321 u32 max_slot) in __push_leaf_left() argument
3336 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() argument
3503 free_space, right_nritems, max_slot); in push_leaf_left()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h210 u32 max_slot; member
509 indx = (((info->hwq->prod / info->max_slot) & DBC_DBC_INDEX_MASK) | in bnxt_qplib_ring_prod_db()