Lines Matching defs:fbs
373 list_add(&fb->filp_head, &file_priv->fbs);
405 struct list_head fbs;
412 while (!list_empty(&arg->fbs)) {
414 list_first_entry(&arg->fbs, typeof(*fb), filp_head);
449 list_for_each_entry(fbl, &file_priv->fbs, filp_head)
464 * we now own the reference that was stored in the fbs list
474 INIT_LIST_HEAD(&arg.fbs);
475 list_add_tail(&fb->filp_head, &arg.fbs);
649 * drm_fb_release - remove and free the FBs on this file
652 * Destroy all the FBs associated with @filp.
664 INIT_LIST_HEAD(&arg.fbs);
676 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) {
678 list_move_tail(&fb->filp_head, &arg.fbs);
682 /* This drops the fpriv->fbs reference. */
687 if (!list_empty(&arg.fbs)) {