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