Searched refs:odb_data_t (Results 1 – 5 of 5) sorted by relevance
32 static __inline odb_descr_t * odb_to_descr(odb_data_t * data) in odb_to_descr()38 static __inline odb_node_t * odb_to_node_base(odb_data_t * data) in odb_to_node_base()44 static __inline odb_index_t * odb_to_hash_base(odb_data_t * data) in odb_to_hash_base()55 static unsigned int tables_size(odb_data_t const * data, odb_node_nr_t node_nr) in tables_size()67 int odb_grow_hashtable(odb_data_t * data) in odb_grow_hashtable()145 static odb_data_t *157 odb_data_t * entry = list_entry(pos, odb_data_t, list); in find_samples_data()171 odb_data_t * data; in odb_open()186 data = xmalloc(sizeof(odb_data_t)); in odb_open()187 memset(data, '\0', sizeof(odb_data_t)); in odb_open()[all …]
87 } odb_data_t; typedef90 odb_data_t * data;152 int odb_grow_hashtable(odb_data_t * data);156 static __inline void odb_commit_reservation(odb_data_t * data) in odb_commit_reservation()205 odb_do_hash(odb_data_t const * data, odb_key_t value) in odb_do_hash()
17 static int check_circular_list(odb_data_t const * data) in check_circular_list()69 static int check_redundant_key(odb_data_t const * data, odb_key_t max) in check_redundant_key()96 odb_data_t * data = odb->data; in odb_check_hash()
21 static inline int add_node(odb_data_t * data, odb_key_t key, odb_value_t value) in add_node()56 odb_data_t * data; in odb_update_node()
34 odb_data_t * data = odb->data; in odb_hash_stat()