Searched refs:ASSOC_ARRAY_LEVEL_STEP (Results 1 – 3 of 3) sorted by relevance
23 #define ASSOC_ARRAY_LEVEL_STEP (ilog2(ASSOC_ARRAY_FAN_OUT)) macro24 #define ASSOC_ARRAY_LEVEL_STEP_MASK (ASSOC_ARRAY_LEVEL_STEP - 1)
234 level += ASSOC_ARRAY_LEVEL_STEP; in assoc_array_walk()248 sc_level = level + ASSOC_ARRAY_LEVEL_STEP; in assoc_array_walk()743 BUG_ON(diff < level + ASSOC_ARRAY_LEVEL_STEP); in assoc_array_insert_into_terminal_node()848 level += ASSOC_ARRAY_LEVEL_STEP; in assoc_array_insert_mid_shortcut()898 level = diff + ASSOC_ARRAY_LEVEL_STEP; in assoc_array_insert_mid_shortcut()
173 const unsigned level_shift = ASSOC_ARRAY_LEVEL_STEP; in hash_key_type_and_desc()