HomeSort by relevance Sort by last modified time
    Searched refs:CG_HASH_SIZE (Results 1 - 3 of 3) sorted by null

  /external/oprofile/daemon/
opd_sfile.h 27 #define CG_HASH_SIZE 16
68 struct list_head cg_hash[CG_HASH_SIZE];
opd_sfile.c 192 for (i = 0; i < CG_HASH_SIZE; ++i)
289 for (i = 0; i < CG_HASH_SIZE; ++i)
320 hash = last->hashval & (CG_HASH_SIZE - 1);
532 for (i = 0; i < CG_HASH_SIZE; ++i) {
opd_ibs.c 780 hash = last->hashval & (CG_HASH_SIZE - 1);

Completed in 32 milliseconds