Searched refs:sample_cnt (Results 1 – 1 of 1) sorted by relevance
58 int32_t sample_cnt; /* number of usage samples */ member102 if (e->sample_cnt <= 1) in get_avg_load()106 if (e->sample_cnt == MAX_CPU_SAMPLES) in get_avg_load()144 e->sample_cnt++; in save_sample()145 if (e->sample_cnt > MAX_CPU_SAMPLES) in save_sample()146 e->sample_cnt = MAX_CPU_SAMPLES; in save_sample()148 HRDBG("sample count for CPU no. %d went to %d", e->cpu_no, e->sample_cnt); in save_sample()188 entry->sample_cnt = 0; in proc_create_entry()