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.c30 static struct files_db_s *files_db_buckets[FILE_DB_HASHSIZE]; variable
45 db_node = files_db_buckets[i]; in files_db_write_objects()
72 db_node = files_db_buckets[hash]; in files_db_lookup()
95 db_node->next = files_db_buckets[hash]; in files_db_add()
97 files_db_buckets[hash] = db_node; in files_db_add()
Dioshark_bench_subr.c46 h->files_db_buckets[i] = NULL; in files_db_create_handle()
57 db_node = h->files_db_buckets[hash]; in files_db_lookup_byfileno()
81 db_node->next = h->files_db_buckets[hash]; in files_db_add_byfileno()
82 h->files_db_buckets[hash] = db_node; in files_db_add_byfileno()
100 db_node = h->files_db_buckets[i]; in files_db_fsync_discard_files()
176 db_node = h->files_db_buckets[i]; in files_db_close_files()
197 db_node = h->files_db_buckets[i]; in files_db_unlink_files()
226 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