Lines Matching refs:active
44 struct list_head active; member
58 struct list_head active; member
63 list_del_init(&ldu->active); in vmw_ldu_destroy()
91 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list()
106 if (!list_empty(&lds->active)) { in vmw_ldu_commit_list()
107 entry = list_entry(lds->active.next, typeof(*entry), active); in vmw_ldu_commit_list()
119 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list()
144 if (list_empty(&ldu->active)) in vmw_ldu_del_active()
148 list_del_init(&ldu->active); in vmw_ldu_del_active()
177 if (!list_empty(&ldu->active)) in vmw_ldu_add_active()
180 at = &ld->active; in vmw_ldu_add_active()
181 list_for_each_entry(entry, &ld->active, active) { in vmw_ldu_add_active()
185 at = &entry->active; in vmw_ldu_add_active()
188 list_add(&ldu->active, at); in vmw_ldu_add_active()
376 INIT_LIST_HEAD(&ldu->active); in vmw_ldu_init()
494 INIT_LIST_HEAD(&dev_priv->ldu_priv->active); in vmw_kms_ldu_init_display()
534 BUG_ON(!list_empty(&dev_priv->ldu_priv->active)); in vmw_kms_ldu_close_display()