Searched refs:get_key_chunk (Results 1 – 5 of 5) sorted by relevance
32 unsigned long (*get_key_chunk)(const void *index_key, int level); member
119 unsigned long (*get_key_chunk)(const void *index_key, int level);
199 segments = ops->get_key_chunk(index_key, level); in assoc_array_walk()253 segments = ops->get_key_chunk(index_key, sc_level); in assoc_array_walk()764 ops->get_key_chunk(index_key, i * ASSOC_ARRAY_KEY_CHUNK_SIZE); in assoc_array_insert_into_terminal_node()783 base_seg = ops->get_key_chunk(index_key, level); in assoc_array_insert_into_terminal_node()
396 .get_key_chunk = keyring_get_key_chunk,
124 unsigned long (*get_key_chunk)(const void *index_key, int level);