Home
last modified time | relevance | path

Searched refs:head_file (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_property.c573 INIT_LIST_HEAD(&blob->head_file); in drm_property_create_blob()
621 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) { in drm_property_destroy_user_blobs()
622 list_del_init(&blob->head_file); in drm_property_destroy_user_blobs()
812 list_add_tail(&blob->head_file, &file_priv->blobs); in drm_mode_createblob_ioctl()
839 list_for_each_entry(bt, &file_priv->blobs, head_file) { in drm_mode_destroyblob_ioctl()
851 /* We must drop head_file here, because we may not be the last in drm_mode_destroyblob_ioctl()
853 list_del_init(&blob->head_file); in drm_mode_destroyblob_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_property.c570 INIT_LIST_HEAD(&blob->head_file); in drm_property_create_blob()
618 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) { in drm_property_destroy_user_blobs()
619 list_del_init(&blob->head_file); in drm_property_destroy_user_blobs()
809 list_add_tail(&blob->head_file, &file_priv->blobs); in drm_mode_createblob_ioctl()
836 list_for_each_entry(bt, &file_priv->blobs, head_file) { in drm_mode_destroyblob_ioctl()
848 /* We must drop head_file here, because we may not be the last in drm_mode_destroyblob_ioctl()
850 list_del_init(&blob->head_file); in drm_mode_destroyblob_ioctl()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_property.h199 * @head_file: entry on the per-file blob list in &drm_file.blobs list.
213 struct list_head head_file; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_property.h206 * @head_file: entry on the per-file blob list in &drm_file.blobs list.
220 struct list_head head_file; member

Completed in 4 milliseconds