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

  /external/oprofile/daemon/
opd_sfile.h 68 struct list_head cg_hash[CG_HASH_SIZE]; member in struct:sfile
opd_sfile.c 193 list_init(&sf->cg_hash[i]);
290 list_init(&to->cg_hash[i]);
325 list_for_each(pos, &sf->cg_hash[hash]) {
335 list_add(&cg->hash, &sf->cg_hash[hash]);
535 list_for_each_safe(pos, pos2, &sf->cg_hash[i]) {
opd_ibs.c 632 list_for_each(pos, &sf->cg_hash[hash]) {
642 list_add(&cg->hash, &sf->cg_hash[hash]);

Completed in 653 milliseconds