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

/linux-master/include/drm/display/
H A Ddrm_dp_mst_helper.h102 * @malloc_kref: refcount for the memory allocation containing this
106 struct kref malloc_kref; member in struct:drm_dp_mst_port
206 * @malloc_kref: refcount for the memory allocation containing this
210 struct kref malloc_kref; member in struct:drm_dp_mst_branch
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1333 kref_init(&mstb->malloc_kref);
1340 container_of(kref, struct drm_dp_mst_branch, malloc_kref);
1441 * Increments &drm_dp_mst_branch.malloc_kref. When
1442 * &drm_dp_mst_branch.malloc_kref reaches 0, the memory allocation for @mstb
1450 kref_get(&mstb->malloc_kref);
1451 drm_dbg(mstb->mgr->dev, "mstb %p (%d)\n", mstb, kref_read(&mstb->malloc_kref));
1459 * Decrements &drm_dp_mst_branch.malloc_kref. When
1460 * &drm_dp_mst_branch.malloc_kref reaches 0, the memory allocation for @mstb
1468 drm_dbg(mstb->mgr->dev, "mstb %p (%d)\n", mstb, kref_read(&mstb->malloc_kref) - 1);
1469 kref_put(&mstb->malloc_kref, drm_dp_free_mst_branch_devic
[all...]

Completed in 173 milliseconds