Searched refs:cg_hash (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/daemon/
H A Dopd_sfile.h68 struct list_head cg_hash[CG_HASH_SIZE]; member in struct:sfile
H A Dopd_sfile.c193 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]) {
H A Dopd_ibs.c632 list_for_each(pos, &sf->cg_hash[hash]) {
642 list_add(&cg->hash, &sf->cg_hash[hash]);

Completed in 1020 milliseconds