Home
last modified time | relevance | path

Searched refs:files_db_buckets (Results 1 – 3 of 3) sorted by relevance

/system/extras/ioshark/
Dcompile_ioshark_subr.c31 static struct files_db_s *files_db_buckets[FILE_DB_HASHSIZE]; variable
46 db_node = files_db_buckets[i]; in files_db_write_objects()
73 db_node = files_db_buckets[hash]; in files_db_lookup()
96 db_node->next = files_db_buckets[hash]; in files_db_add()
98 files_db_buckets[hash] = db_node; in files_db_add()
Dioshark_bench_subr.c49 h->files_db_buckets[i] = NULL; in files_db_create_handle()
60 db_node = h->files_db_buckets[hash]; in files_db_lookup_byfileno()
84 db_node->next = h->files_db_buckets[hash]; in files_db_add_byfileno()
85 h->files_db_buckets[hash] = db_node; in files_db_add_byfileno()
103 db_node = h->files_db_buckets[i]; in files_db_fsync_discard_files()
178 db_node = h->files_db_buckets[i]; in files_db_close_files()
199 db_node = h->files_db_buckets[i]; in files_db_unlink_files()
227 db_node = h->files_db_buckets[i]; in files_db_free_memory()
Dioshark_bench.h55 struct files_db_s *files_db_buckets[FILE_DB_HASHSIZE]; member