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)
244 level += ASSOC_ARRAY_LEVEL_STEP; in assoc_array_walk()259 sc_level = level + ASSOC_ARRAY_LEVEL_STEP; in assoc_array_walk()773 BUG_ON(diff < level + ASSOC_ARRAY_LEVEL_STEP); in assoc_array_insert_into_terminal_node()878 level += ASSOC_ARRAY_LEVEL_STEP; in assoc_array_insert_mid_shortcut()928 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()