Lines Matching refs:lazy
153 list_del(&opp_table->lazy);
167 bool lazy = false;
199 lazy = true;
203 if (lazy) {
209 list_add(&opp_table->lazy, &lazy_opp_tables);
384 list_for_each_entry_safe(opp_table, temp, &lazy_opp_tables, lazy) {
385 bool lazy = false;
409 lazy = true;
420 lazy = false;
427 /* All required opp-tables found, remove from lazy list */
428 if (!lazy) {
430 list_del_init(&opp_table->lazy);