Lines Matching defs:pmc
156 rte_power_monitor(const struct rte_power_monitor_cond *pmc,
171 if (pmc == NULL)
174 if (__check_val_size(pmc->size) < 0)
177 if (pmc->fn == NULL)
184 s->monitor_addr = pmc->addr;
187 power_monitor_ops.mmonitor(pmc->addr);
192 cur_value = __get_umwait_val(pmc->addr, pmc->size);
195 if (pmc->fn(cur_value, pmc->opaque) != 0)
308 rte_power_monitor_multi(const struct rte_power_monitor_cond pmc[],
318 if (pmc == NULL || num == 0)
347 const struct rte_power_monitor_cond *c = &pmc[i];