Home
last modified time | relevance | path

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

/external/oprofile/libdb/
Ddb_manage.c141 #define FILES_HASH_SIZE 512 macro
143 static struct list_head files_hash[FILES_HASH_SIZE];
149 for (i = 0; i < FILES_HASH_SIZE; ++i) in init_hash()
187 hash = op_hash_string(filename) % FILES_HASH_SIZE; in odb_open()