Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dp_mst_helper.h106 * @malloc_kref: refcount for the memory allocation containing this
110 struct kref malloc_kref; member
215 * @malloc_kref: refcount for the memory allocation containing this
219 struct kref malloc_kref; member
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_dp_mst_helper.h94 * @malloc_kref: refcount for the memory allocation containing this
98 struct kref malloc_kref; member
198 * @malloc_kref: refcount for the memory allocation containing this
202 struct kref malloc_kref; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c1373 kref_init(&mstb->malloc_kref); in drm_dp_add_mst_branch_device()
1380 container_of(kref, struct drm_dp_mst_branch, malloc_kref); in drm_dp_free_mst_branch_device()
1481 * Increments &drm_dp_mst_branch.malloc_kref. When
1482 * &drm_dp_mst_branch.malloc_kref reaches 0, the memory allocation for @mstb
1490 kref_get(&mstb->malloc_kref); in drm_dp_mst_get_mstb_malloc()
1491 DRM_DEBUG("mstb %p (%d)\n", mstb, kref_read(&mstb->malloc_kref)); in drm_dp_mst_get_mstb_malloc()
1499 * Decrements &drm_dp_mst_branch.malloc_kref. When
1500 * &drm_dp_mst_branch.malloc_kref reaches 0, the memory allocation for @mstb
1508 DRM_DEBUG("mstb %p (%d)\n", mstb, kref_read(&mstb->malloc_kref) - 1); in drm_dp_mst_put_mstb_malloc()
1509 kref_put(&mstb->malloc_kref, drm_dp_free_mst_branch_devic in drm_dp_mst_put_mstb_malloc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1331 kref_init(&mstb->malloc_kref); in drm_dp_add_mst_branch_device()
1338 container_of(kref, struct drm_dp_mst_branch, malloc_kref); in drm_dp_free_mst_branch_device()
1439 * Increments &drm_dp_mst_branch.malloc_kref. When
1440 * &drm_dp_mst_branch.malloc_kref reaches 0, the memory allocation for @mstb
1448 kref_get(&mstb->malloc_kref); in drm_dp_mst_get_mstb_malloc()
1449 drm_dbg(mstb->mgr->dev, "mstb %p (%d)\n", mstb, kref_read(&mstb->malloc_kref)); in drm_dp_mst_get_mstb_malloc()
1457 * Decrements &drm_dp_mst_branch.malloc_kref. When
1458 * &drm_dp_mst_branch.malloc_kref reaches 0, the memory allocation for @mstb
1466 drm_dbg(mstb->mgr->dev, "mstb %p (%d)\n", mstb, kref_read(&mstb->malloc_kref) - 1); in drm_dp_mst_put_mstb_malloc()
1467 kref_put(&mstb->malloc_kref, drm_dp_free_mst_branch_devic in drm_dp_mst_put_mstb_malloc()
[all...]

Completed in 12 milliseconds