HomeSort by: relevance | last modified time | path
    Searched refs:malloc_kref (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 112 * @malloc_kref: refcount for the memory allocation containing this
116 struct kref malloc_kref; member in struct:drm_dp_mst_port
195 * @malloc_kref: refcount for the memory allocation containing this
199 struct kref malloc_kref; member in struct:drm_dp_mst_branch
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 1248 kref_init(&mstb->malloc_kref);
1255 container_of(kref, struct drm_dp_mst_branch, malloc_kref);
1356 * Increments &drm_dp_mst_branch.malloc_kref. When
1357 * &drm_dp_mst_branch.malloc_kref reaches 0, the memory allocation for @mstb
1365 kref_get(&mstb->malloc_kref);
1366 DRM_DEBUG("mstb %p (%d)\n", mstb, kref_read(&mstb->malloc_kref));
1374 * Decrements &drm_dp_mst_branch.malloc_kref. When
1375 * &drm_dp_mst_branch.malloc_kref reaches 0, the memory allocation for @mstb
1383 DRM_DEBUG("mstb %p (%d)\n", mstb, kref_read(&mstb->malloc_kref) - 1);
1384 kref_put(&mstb->malloc_kref, drm_dp_free_mst_branch_device)
    [all...]

Completed in 15 milliseconds