Lines Matching defs:idle_stat
1222 * lpfc_idle_stat_delay_work - idle_stat tracking
1224 * This routine tracks per-cq idle_stat and determines polling decisions.
1237 struct lpfc_idle_stat *idle_stat;
1256 idle_stat = &phba->sli4_hba.idle_stat[i];
1265 diff_idle = wall_idle - idle_stat->prev_idle;
1266 diff_wall = wall - idle_stat->prev_wall;
1281 idle_stat->prev_idle = wall_idle;
1282 idle_stat->prev_wall = wall;
7012 phba->sli4_hba.idle_stat = kcalloc(phba->sli4_hba.num_possible_cpu,
7013 sizeof(*phba->sli4_hba.idle_stat),
7015 if (!phba->sli4_hba.idle_stat) {
7017 "3390 Failed allocation for idle_stat\n");
7053 kfree(phba->sli4_hba.idle_stat);
7101 kfree(phba->sli4_hba.idle_stat);