Lines Matching refs:active
46 struct list_head active;
60 struct list_head active;
65 list_del_init(&ldu->active);
93 list_for_each_entry(entry, &lds->active, active) {
108 if (!list_empty(&lds->active)) {
109 entry = list_entry(lds->active.next, typeof(*entry), active);
121 list_for_each_entry(entry, &lds->active, active) {
189 if (list_empty(&ldu->active))
192 /* Must init otherwise list_empty(&ldu->active) will not work. */
193 list_del_init(&ldu->active);
220 if (!list_empty(&ldu->active))
223 at = &ld->active;
224 list_for_each_entry(entry, &ld->active, active) {
228 at = &entry->active;
231 list_add(&ldu->active, at);
430 INIT_LIST_HEAD(&ldu->active);
554 INIT_LIST_HEAD(&dev_priv->ldu_priv->active);
584 BUG_ON(!list_empty(&dev_priv->ldu_priv->active));