Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_sfile.h27 #define CG_HASH_SIZE 16 macro
68 struct list_head cg_hash[CG_HASH_SIZE];
Dopd_sfile.c192 for (i = 0; i < CG_HASH_SIZE; ++i) in create_sfile()
289 for (i = 0; i < CG_HASH_SIZE; ++i) in sfile_dup()
320 hash = last->hashval & (CG_HASH_SIZE - 1); in get_file()
532 for (i = 0; i < CG_HASH_SIZE; ++i) { in for_one_sfile()
Dopd_ibs.c780 hash = last->hashval & (CG_HASH_SIZE - 1); in ibs_sfile_get()