Home
last modified time | relevance | path

Searched refs:cdev_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/dma/idxd/
Dcdev.c164 struct idxd_cdev_context *cdev_ctx; in idxd_cdev_dev_release() local
167 cdev_ctx = &ictx[wq->idxd->data->type]; in idxd_cdev_dev_release()
168 ida_free(&cdev_ctx->minor_ida, idxd_cdev->minor); in idxd_cdev_dev_release()
530 struct idxd_cdev_context *cdev_ctx; in idxd_wq_add_cdev() local
541 cdev_ctx = &ictx[wq->idxd->data->type]; in idxd_wq_add_cdev()
542 minor = ida_alloc_max(&cdev_ctx->minor_ida, MINORMASK, GFP_KERNEL); in idxd_wq_add_cdev()
553 dev->devt = MKDEV(MAJOR(cdev_ctx->devt), minor); in idxd_wq_add_cdev()