Lines Matching defs:active
44 struct list_head active;
58 struct list_head active;
63 list_del_init(&ldu->active);
91 list_for_each_entry(entry, &lds->active, active) {
106 if (!list_empty(&lds->active)) {
107 entry = list_entry(lds->active.next, typeof(*entry), active);
119 list_for_each_entry(entry, &lds->active, active) {
144 if (list_empty(&ldu->active))
147 /* Must init otherwise list_empty(&ldu->active) will not work. */
148 list_del_init(&ldu->active);
177 if (!list_empty(&ldu->active))
180 at = &ld->active;
181 list_for_each_entry(entry, &ld->active, active) {
185 at = &entry->active;
188 list_add(&ldu->active, at);
376 INIT_LIST_HEAD(&ldu->active);
494 INIT_LIST_HEAD(&dev_priv->ldu_priv->active);
534 BUG_ON(!list_empty(&dev_priv->ldu_priv->active));