Lines Matching defs:lazy
139 list_del(&opp_table->lazy);
151 bool lazy = false;
188 lazy = true;
192 if (lazy) {
198 list_add(&opp_table->lazy, &lazy_opp_tables);
355 list_for_each_entry_safe(opp_table, temp, &lazy_opp_tables, lazy) {
356 bool lazy = false;
380 lazy = true;
390 lazy = false;
395 /* All required opp-tables found, remove from lazy list */
396 if (!lazy) {
397 list_del_init(&opp_table->lazy);