Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_sfile.c193 list_init(&sf->cg_hash[i]); in create_sfile()
290 list_init(&to->cg_hash[i]); in sfile_dup()
325 list_for_each(pos, &sf->cg_hash[hash]) { in get_file()
335 list_add(&cg->hash, &sf->cg_hash[hash]); in get_file()
535 list_for_each_safe(pos, pos2, &sf->cg_hash[i]) { in for_one_sfile()
Dopd_sfile.h68 struct list_head cg_hash[CG_HASH_SIZE]; member
Dopd_ibs.c785 list_for_each(pos, &sf->cg_hash[hash]) { in ibs_sfile_get()
795 list_add(&cg->hash, &sf->cg_hash[hash]); in ibs_sfile_get()