Lines Matching refs:active
42 struct list_head active; member
56 struct list_head active; member
61 list_del_init(&ldu->active); in vmw_ldu_destroy()
89 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list()
104 if (!list_empty(&lds->active)) { in vmw_ldu_commit_list()
105 entry = list_entry(lds->active.next, typeof(*entry), active); in vmw_ldu_commit_list()
117 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list()
141 if (list_empty(&ldu->active)) in vmw_ldu_del_active()
145 list_del_init(&ldu->active); in vmw_ldu_del_active()
174 if (!list_empty(&ldu->active)) in vmw_ldu_add_active()
177 at = &ld->active; in vmw_ldu_add_active()
178 list_for_each_entry(entry, &ld->active, active) { in vmw_ldu_add_active()
182 at = &entry->active; in vmw_ldu_add_active()
185 list_add(&ldu->active, at); in vmw_ldu_add_active()
406 INIT_LIST_HEAD(&ldu->active); in vmw_ldu_init()
530 INIT_LIST_HEAD(&dev_priv->ldu_priv->active); in vmw_kms_ldu_init_display()
560 BUG_ON(!list_empty(&dev_priv->ldu_priv->active)); in vmw_kms_ldu_close_display()