Searched refs:ASSOC_ARRAY_LEVEL_STEP (Results 1 – 3 of 3) sorted by relevance
19 #define ASSOC_ARRAY_LEVEL_STEP (ilog2(ASSOC_ARRAY_FAN_OUT)) macro20 #define ASSOC_ARRAY_LEVEL_STEP_MASK (ASSOC_ARRAY_LEVEL_STEP - 1)
230 level += ASSOC_ARRAY_LEVEL_STEP; in assoc_array_walk()244 sc_level = level + ASSOC_ARRAY_LEVEL_STEP; in assoc_array_walk()739 BUG_ON(diff < level + ASSOC_ARRAY_LEVEL_STEP); in assoc_array_insert_into_terminal_node()846 level += ASSOC_ARRAY_LEVEL_STEP; in assoc_array_insert_mid_shortcut()896 level = diff + ASSOC_ARRAY_LEVEL_STEP; in assoc_array_insert_mid_shortcut()
165 const unsigned level_shift = ASSOC_ARRAY_LEVEL_STEP; in hash_key_type_and_desc()